언어/Python
Python qt5 Dialog modal modalness 적용 방법
darkdevilness
2019. 8. 16. 19:17
728x90
source code는 첨부 파일 참조하세요
이거 까지 하시려면, qt5 designer 를 사용하실 줄 알아야 합니다.
qt5 designer( qt.com 에서 download하면 됨) 을 통해 dialog_modaless.ui 파일을 수정하면 됩니다.
QDialog ->modal -> check or uncheck 하면 됩니다. ( 직접 test해 보시면 바로 압니다. )
자세한 사항은 코드를 보시면 됩니다. 제 나름대로 test 용 simple platform 입니다.
qt creator -> qt designer -> open -> dialog_modalness.ui -> 속성에서 아래와 같이 수정
728x90