PDA

View Full Version : Screen Resolution stting takes effect on application !



santhoshv84
30th August 2008, 12:49
Hi all,

i m using SDI type application.

If i m change Screen resolution thru display properties of computer than it takes effect on my application.

the all forms and control size are varies.

so please tell me how can i adjust size of all forms,dialog or controls even if i change screen resolution.

jpn
30th August 2008, 13:06
If you want to react to resolution changes, take a look at QDesktopWidget signals. The desktop widget is accessible via QApplication::desktop().