[Tech With Tim] PyQt5 Tutorial - How to Use Qt Designer






○ Qt-Designer 사용하는 방법

- pyqt5-tools 다운로드, 설치

- 설치 후 designer 앱 위치: Lib / sit-packages / pyqt5-tools


Command to turn .ui to .py
pyuic5 –x "filename".ui –o "filename".py

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning