반응형
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 |
Tags
- vscode
- C언어
- mglearn
- 대이터
- CES 2O21 참여
- bccard
- html
- web 개발
- paragraph
- KNeighborsClassifier
- Keras
- 재귀함수
- web 사진
- 머신러닝
- 자료구조
- 웹 용어
- web 용어
- inorder
- postorder
- tensorflow
- 데이터전문기관
- classification
- cudnn
- CES 2O21 참가
- web
- discrete_scatter
- pycharm
- 결합전문기관
- java역사
- broscoding
Archives
- Today
- Total
bro's coding
python.pyQt5.QT designer.toSourceCode(designer에서 제작한 ui source code로 변환) 본문
[IT]/python
python.pyQt5.QT designer.toSourceCode(designer에서 제작한 ui source code로 변환)
givemebro 2021. 1. 28. 15:58반응형
이 포스팅은 Qt Designer로 제작한 ui를 python soure code로 변환 하는 방법을 설명합니다.
1. ui 제작
2. anaconda prompt에서 명령어 입력
2-1. 제작한 .ui 파일이 있는 위치로 이동
!cd <제작한 .ui 파일이 있는 위치>
2-2. pyuic5 명령
! pyuic5 "<제작한 .ui 의 파일 명>" -o "<source code로 변환 받을 .py의 파일명>" -x
> 무소식이 희소식이다.(잘 처리되면 아무 리액션이 없음)
완료
확인
위 작업을 한 위치에 .py 파일이 생성되었는지 확인
반응형
'[IT] > python' 카테고리의 다른 글
python.webcrawling.beautiful soap.html.tag/None/공백 제거 (0) | 2021.02.02 |
---|---|
python.webcrawling.beautiful soap.find/find_all (0) | 2021.02.02 |
python.webcrawling.beautiful soap.html.parser (0) | 2021.02.02 |
python.webcrawling.beautiful soap.install (0) | 2021.02.01 |
python.pyQt5.QT designer with PyCharm(Qt designer과 PyCharm 연동) (0) | 2021.01.28 |
python.installer(실행파일 만들기) (0) | 2021.01.27 |
python.input data(input, sys.stdin, sys.stdin.readLine()) (0) | 2021.01.27 |
time.time() (0) | 2020.06.22 |
Comments