Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- firefox 파이어폭스
- React #React-Table
- Basic Auth
- debian
- linux ssh root debian
- PyLucene
- Regex
- FTP
- 임펠러
- 윈도우
- Notepad++
- Windows
- SFTP
- 가상머신호스트
- Printer Driver
- OpenSCAD
- 소스 <script> 로딩 실패
- 노트패드뿔뿔
- 정규표현식
- mailutils
- startfile
- springboot #spring #jackson
- VM 호스트 주소
- Notepadplus
- react #router
- PDFCreator
- 보안연결실패
- cifsutils
- Notepad
Archives
- Today
- Total
JJC's 테크니컬 다이어리
Python에서 QtDesigner 설치하기 본문
Python에서 QtDesigner 설치하는 방법입니다.
pip install 명령어로 pyqt5-tools 패키지를 설치하면 됩니다.
pip install pyqt5-tools
그러면 "designer.exe" 파일이 ...\Lib\site-packages\pyqt5_tools 에 설치될 것입니다.