Hello, I am doing Music player and Video player… What I would like to do is when user starts application it would show a window with two buttons-> Music player or Video Player… So if user clicks on MP it should execute Music Player window and if user clicks VP it should execute Video Player window…
So should I use MainWindow as first app window which will have two buttons, or should I create widget that will popup when app.exe is executed??? How can I execute MP or VP class from a button (each of them would have its own UI and class)
Also is it possible to use QML and normal Widget together??? If user clicks on MP it should execute normal Widget, but if clicks VP it should execute QML code (since QML it has more effects)…
Something like that… Later on I would add “Return button” at MP and VP window, so it would return back to First Window
Or I should create three standalone apps and then just execute MP app or VP app from First window??? Though I would rather see it as one app…
↧