Native notifications/alerts from within QML
-
Hi
I'd like to display a native-style question popup from within my QML app. I haven't found anything within the QML docs that looks like it might be appropriate, so I created a hook to create a "QMessageBox":http://doc.qt.nokia.com/4.7/qmessagebox.html -- using the QMessageBox::question constructor
This UI widget does not look like a native popup on the simulator, it's just an unstyled black box with some text which appears in the top left corner of the screen, albeit using the soft key indicators at the bottom.
"This Stack Overflow post":http://stackoverflow.com/questions/1637671/standard-notifications-or-alert-styles-in-symbian-qt-s60 suggests that it isn't actually possible within Qt, let alone QML, and one must use the Symbian RNotifier class. Is this really the case?