I have been going through the Qt Quick and QML tutorials, and all the examples show some standard GUI executable launching, the settings of which are configured in the QML file.
Is it possible to develop only a component of the overall GUI in QML? For example, I have a main window, with the menu bar showing on top (in OS X). When a certain option is clicked from the menu bar, I want a detailed dialog box to open, showing lots of rich content. Of course I know there are other ways to do this, but is it possible to fire the new dialog window within the main window (which didn’t use QML) using QML?
↧










