tags:

views:

31

answers:

1

How to fit QT application in phone window? When app is being designed it fixes the size of controls like combobox, calendar etc. When I run in emulator they are squeezed but, I want them to resize n fit in window as per the size of window.

A: 

Try using showFullScreen instead of show.

e8johan