[SOLVED] QML equivalent for qApp->aboutQt
Mobile and Embedded
3
Posts
2
Posters
1.8k
Views
2
Watching
-
wrote on 28 Mar 2015, 20:58 last edited by svyatoslav911512
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 -
wrote on 28 Mar 2015, 22:23 last edited by
Hi,
reading the docs seems there's no aboutQt for QML.
-
wrote on 29 Mar 2015, 14:32 last edited by
Yes, probably better to invoke standard qApp->aboutQt from C++ class. Thanks.
1/3