Hi,
I am a new to Qt.I have one problem in Qt 4.7.Getting resolution problem while changing from one Widget to another Widget.
Plsss an any one help me to solve this problem.
Hi,
I am a new to Qt.I have one problem in Qt 4.7.Getting resolution problem while changing from one Widget to another Widget.
Plsss an any one help me to solve this problem.
What do you mean by "resolution problem"?? The dot resolution of the screen never changes.
It means when i change from one widget to another widget all UI controls on second widget are looking very small.
Well, perhaps you need to think about what things control the size of a widget and whatever's inside of it. Are conditions the same for the two widgets? (Obviously not.)
Two screenshots are worth two thousand words. Code is worth a million![]()
I can't explain clear what you can't explain clear. Examine how both widgets are created. See what's different between them, in terms of things like the widget/layout manager they're inserted into, how/when/if setGeometry() is done on them, etc. If they're being treated differently it's because there's a difference in their environments.