懦弱钢笔

文章
4
资源
0
加入时间
2年10月21天

Qt 获取屏幕信息

void GetScreenInfo(){ QDesktopWidget* desktopWidget = QApplication::desktop(); //获取可用桌面大小 QRect deskRect = desktopWidget->availableGeometry(); int m_nActScreenX = de...