Class: RubyQt6::KWidgetsAddons::KSeparator
- Inherits:
-
QtWidgets::QFrame
- Object
- QtWidgets::QFrame
- RubyQt6::KWidgetsAddons::KSeparator
- Defined in:
- lib/qt6/kwidgetsaddons/kseparator.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
Constructor Details
#initialize(orientation, parent = nil) ⇒ KSeparator
17 18 19 20 |
# File 'lib/qt6/kwidgetsaddons/kseparator.rb', line 17 def initialize(orientation, parent = nil) _initialize(orientation, parent) _take_ownership_from_ruby(self) end |