Screen Resolution stting takes effect on application !
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.
Re: Screen Resolution stting takes effect on application !
If you want to react to resolution changes, take a look at QDesktopWidget signals. The desktop widget is accessible via QApplication::desktop().