Class: RubyQt6::QtQml::QQmlApplicationEngine
- Inherits:
-
QQmlEngine
- Object
- RubyQt6::QtCore::QObject
- QJSEngine
- QQmlEngine
- RubyQt6::QtQml::QQmlApplicationEngine
- Defined in:
- lib/qt6/qtqml/qqmlapplicationengine.rb
Overview
Instance Method Summary collapse
Constructor Details
#initialize(parent = nil) ⇒ QQmlApplicationEngine
24 25 26 27 |
# File 'lib/qt6/qtqml/qqmlapplicationengine.rb', line 24 def initialize(parent = nil) _initialize(parent) _take_ownership_from_ruby(self) end |