is there a way to run QML Viewer for desktop that will show Qt Quick components on Meego Hamattan?

StackOverflow https://stackoverflow.com/questions/7186198

  •  12-01-2021
  •  | 
  •  

Question

I tried to run a Meego Hamattan Qt Quick project with Qt Quick components for Meego Hamattan that targets my desktop(Windows) and it only appears as all white.

I would like to be able to run Meego Hamattan UI in desktop, so that I wouldn't need to use QEmu(which is sluggish) to test my UI.

Please Answer my burning question! =)

Thank you very much!

Was it helpful?

Solution

I assume your only choice is QEMU or a real device. The QML meego components use platform code that is not available/compiled on your desktop.

OTHER TIPS

I think the problem is not with the components.. Is there are some errors in the QML code, the screen would be blank.. Look at the space below the workspace where compilation errors, build errors and application output will be notified.. If you note some text in Red color then its your mistake.. I can test my Qt quick and QML projects in Desktop build, Simulator build and also using QML viewer.. So the problem will not be the one you are mentioning..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top