100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > Qt 中获取屏幕的绝对坐标

Qt 中获取屏幕的绝对坐标

时间:2021-03-21 07:35:56

相关推荐

Qt 中获取屏幕的绝对坐标

QDesktopWidget* desktopWidget = QApplication::desktop();QRect clientRect = desktopWidget->availableGeometry();QRect applicationRect = desktopWidget->screenGeometry();qDebug() << clientRect << " " << applicationRect ;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。