Class: RubyQt6::QtCore::QBool
- Inherits:
-
Object
- Object
- RubyQt6::QtCore::QBool
- Defined in:
- lib/qt6/qtcore/qbool.rb
Instance Method Summary collapse
- #initialize(value = nil) ⇒ QBool constructor
Constructor Details
#initialize(value = nil) ⇒ QBool
11 12 13 |
# File 'lib/qt6/qtcore/qbool.rb', line 11 def initialize(value = nil) @value = value end |