Qt 모니터(Screen) 해상도 얻기 예제
Qt 2022. 12. 19. 09:06Qt에서 모니터(Screen)의 해상도를 얻어오는 예제 소스
.cpp
#include <QScreen>
{
QScreen *pscr = QGuiApplication::primaryScreen();
QRect rc = pscr->geometry();
...
}
'Qt' 카테고리의 다른 글
Qt IP Address 얻기 예제 (0) | 2022.12.19 |
---|---|
Qt AdapterInfo (Windows) (0) | 2022.12.19 |
[펌] Qt QML Scope and Naming Resolution (0) | 2018.05.29 |
[펌] Qt QML Performance Considerations And Suggestions (0) | 2018.05.29 |
VMWare Workstation 14 with Untutu 14.04.4 & Qt 5.6.3 Install (0) | 2018.04.29 |