开发者

How to get display width and height using the nokia sdk?

开发者 https://www.devze.com 2023-02-14 07:30 出处:网络
I can\'t seem to find any place where it is described how i can get the display width and height, using nokia sdk and QT.

I can't seem to find any place where it is described how i can get the display width and height, using nokia sdk and QT.

I need to resize my GUI when i have detected the screensize开发者_JAVA技巧.

Or do anyone else have a better solution?

Thanks in advance


You can find out the display size with QDesktopWidget::availableGeometry.

0

精彩评论

暂无评论...
验证码 换一张
取 消