class QML::Application
- QML::Application
- Reference
- Object
Overview
Manages main parts of QML, such as root and event loop. The rough-equivelent to (QApplication)[https://doc.qt.io/qt-5/qapplication.html] from the C++ lib
Defined in:
qml/application.crConstant Summary
-
INSTANCE =
self.new
Constructors
Instance Method Summary
- #engine(*args, **options)
- #engine(*args, **options, &)
- #exec
- #finalize
- #load(path : String | Nil = nil, data : String | Nil = nil)
- #to_unsafe : Pointer(LibQML::Application)