Class: RubyQt6::QtWidgets::QHBoxLayout
- Inherits:
-
QBoxLayout
- Object
- RubyQt6::QtCore::QObject
- QLayout
- QBoxLayout
- RubyQt6::QtWidgets::QHBoxLayout
- Defined in:
- lib/qt6/qtwidgets/qhboxlayout.rb
Overview
Instance Method Summary collapse
- #initialize(parent = nil) ⇒ QHBoxLayout constructor
Constructor Details
#initialize(parent = nil) ⇒ QHBoxLayout
16 17 18 19 |
# File 'lib/qt6/qtwidgets/qhboxlayout.rb', line 16 def initialize(parent = nil) _initialize(parent) _take_ownership_from_ruby(self) end |