Elenor
Elenor

Reputation: 75

How to fit Qt application in phone window?

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.

Upvotes: 1

Views: 127

Answers (1)

e8johan
e8johan

Reputation: 2939

Try using showFullScreen instead of show.

Upvotes: 1

Related Questions