Hi,
I've read the port wiki but my app is already coded as Qt ui forms. What I'd like to have is the same graphical representations between Desktop (windows, linux) and mobile ones : Symbian (Meego if possible). What happen now, is that I have to rewrite the GUI part of my app as the layout doesn't seems to be adapted when I compile from Desktop->Symbian : edits, QPushbuttons are too smalls.
This lead me to create a separate project because the settings between targets are now differents.
- What is the best If I want to be platform independant ?
- do I have to rewrite the GUI in QML ?
If yes, my former choice for Qt was its nice C++ form, using java script would be a step back for me. In addition, then using Qt is less usefull knowing that if I have to use Javascript I could use other framework that have more mobiles range .




