Qt 小總結

一、獲取屏幕的工做區的大小 [cpp]  view plain  copy {       //獲取屏幕分辨率       qDebug()<< "screen width:"<<QApplication::desktop()->width();       qDebug()<< "screen height:"<<QApplication::desktop()->height();       
相關文章
相關標籤/搜索