You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/bridge/extern_rustqt.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ TODO: we need to add https://doc.qt.io/qt-6/qqmlengine.html#QML_ANONYMOUS
63
63
TODO: we need to add https://doc.qt.io/qt-6/qqmlengine.html#QML_INTERFACE
64
64
-->
65
65
66
-
-[`qml_name`](https://doc.qt.io/qt-6/qqmlengine.html#QML_NAMED_ELEMENT): Use a different type name for QML.
66
+
-[`qml_element`](https://doc.qt.io/qt-6/qqmlengine.html#QML_NAMED_ELEMENT): Declare type as a qml element. An alternative type name for QML can be used like `qml_element = "MyName"`
67
67
-[`qml_uncreatable`](https://doc.qt.io/qt-6/qqmlengine.html#QML_UNCREATABLE): Mark the type as uncreatable from QML. It may still be returned by C++/Rust code.
68
68
-[`qml_singleton`](https://doc.qt.io/qt-6/qqmlengine.html#QML_SINGLETON): An instance of the `QObject` will be instantiated as a singleton in QML.
0 commit comments