Class: RubyQt6::QtWidgets::QFrame

Inherits:
QWidget
  • Object
show all
Defined in:
lib/qt6/qtwidgets/qframe.rb

Overview

Defined Under Namespace

Classes: Shadow, Shape

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QFrame

Parameters:

  • parent (QWidget) (defaults to: nil)


21
22
23
24
# File 'lib/qt6/qtwidgets/qframe.rb', line 21

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