Class: RubyQt6::QtCore::QProcess
- Defined in:
- lib/qt6/qtcore/qprocess.rb
Overview
Defined Under Namespace
Classes: ExitStatus, InputChannelMode, ProcessChannel, ProcessChannelMode, ProcessError, ProcessState
Constant Summary
Constants inherited from QIODevice
RubyQt6::QtCore::QIODevice::OpenMode, RubyQt6::QtCore::QIODevice::OpenModeFlag
Instance Method Summary collapse
- #initialize(parent = nil) ⇒ QProcess constructor
Constructor Details
#initialize(parent = nil) ⇒ QProcess
44 45 46 47 |
# File 'lib/qt6/qtcore/qprocess.rb', line 44 def initialize(parent = nil) _initialize(parent) _take_ownership_from_ruby(self) end |