Screen Geometry를 이용하여, 모니터의 시작 좌표를 지정한 뒤, Widget 또는 dialog의 위치를 변경하면된다.
아래의 코드를 이용하면 된다.
'Programming > QT' 카테고리의 다른 글
[QT] QOCI를 이용한 CLOB 데이터 insert중 ORA-03113 (EOF) 오류 발생 대처법 (0) | 2021.06.30 |
---|---|
[QT] CentOS 7 환경에서 QOCI (Oracle DB) Driver 빌드 (0) | 2021.06.28 |
[QT] static assertion failed: Type is not registered, please use the Q_DECLARE_METATYPE (0) | 2019.06.25 |
[QT] C++ std::string과 QString 간의 문자열 형 변환 방법 (0) | 2019.06.18 |
[QT] QObject::connect: Cannot queue arguments of type 'Type Name' (0) | 2019.06.12 |
[QT] QByteArray를 QJsonValue로 변환하기 (0) | 2019.05.16 |
[QT] QDockWidget의 위치 및 상태 저장 (1) | 2019.05.14 |
[QT] QPixmap에서 image를 로드할 때 Segmentation fault가 뜨는 이유 (0) | 2019.04.06 |