Class: RubyQt6::QtCore::QProcess

Inherits:
QIODevice show all
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

Constructor Details

#initialize(parent = nil) ⇒ QProcess

Parameters:

  • parent (QObject) (defaults to: nil)


44
45
46
47
# File 'lib/qt6/qtcore/qprocess.rb', line 44

def initialize(parent = nil)
  _initialize(parent)
  _take_ownership_from_ruby(self)
end