Hello,
I made desktop application using Qt framework and it's amazing as the features of the overall framework.
The application ui looks ok in Windows ( I build under Windows ) but when I compile for Symbian or for Qt simulator for Symbian devices ( Nokia Qt SDK ) the ui does not fit to screen as on Windows, and I rather say appplication ui at all does not fit ( I can see only some region in my ui on the screen).
I've looked through Qt Developers Library and video at Qt portal and I make as adviced:
a) All the widget I show with widget->showMaximizied()
b) I have no layout constraints at any ui ( no layout->setLayoutConstraints(..))
c) I do not use any layout when I make ui because I do not understand how to use them and it could not be explained personally for me via www only if somebody personally sit with me and show all the use cases of qt layout system. All my widgets built without layouts and it looks pretty good on Windows
What should I make so as to see my widgets fitted to screen as on Winodws on Symbian OS based devices?
Thank you very much for your help.
Bookmarks