Class: RubyQt6::QtQml::QQmlEngine

Inherits:
QJSEngine
  • Object
show all
Defined in:
lib/qt6/qtqml/qqmlengine.rb

Overview

Direct Known Subclasses

QQmlApplicationEngine

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QQmlEngine

Parameters:

  • parent (QObject) (defaults to: nil)


21
22
23
24
# File 'lib/qt6/qtqml/qqmlengine.rb', line 21

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