[SOLVED] QML equivalent for qApp->aboutQt
Mobile and Embedded
3
Posts
2
Posters
1.8k
Views
2
Watching
-
Hello,
Does anyone know native QML equivalent for qApp->aboutQt messagebox? Want to use it in Qt application logic + QML interface, but without hard implementation. If there is native QML thing, so it's really good.
Thanks
Svyatoslav -
Yes, probably better to invoke standard qApp->aboutQt from C++ class. Thanks.