1. ui to py 변환 방법
- 형식 : pyuic5 -x [입력파일.ui] -o [출력파일.py]
- 예시 : pyuic5 -x ./checkboxTest.ui -o ./checkboxTest_ui.py
- 실행 : python checkboxTest_ui.py
2. qt designer 실행
콘솔창에 "designer" 입력
디자이너 실행시 프로젝트 파일 열기.
designer checkboxTest.ui
3. qt designer 기초 강좌 , 예제 코드
02.02 Button - QPushButton
[TOC] [초보자를 위한 Python GUI 프로그래밍 예제코드](https://github.com/SebinLee/PyQt5forBeginner) [QPus ...
wikidocs.net
'qt designer' 카테고리의 다른 글
QT designer 변환 , py to ui (0) | 2022.05.20 |
---|