Class: RubyQt6::QtCore::QObject

Inherits:
Object
  • Object
show all
Defined in:
lib/qt6/qtcore/qobject.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QObject

Parameters:

  • parent (QObject) (defaults to: nil)


61
62
63
64
# File 'lib/qt6/qtcore/qobject.rb', line 61

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