본문 바로가기
misc./Software

PyQt5 UI code generator

by medical physicist 2019. 11. 15.

Qt Designer에서 만들어 놓은 .ui 파일을 Python code로 변환해주기 위해서는

python -m PyQt5.uic.pyuic -x filename.ui -o filename.py 

를 실행하면 심플하게 filename.py 파일이 하나 생성된다. 참 쉽죠? 

 

'misc. > Software' 카테고리의 다른 글

Sourcing vs. Executing a file in bash  (0) 2020.03.22
binary raw file access 프로젝트 손털기  (0) 2020.03.20
Qt Designer, where are you?  (0) 2019.10.31
Transition to pydicom 1.x  (0) 2018.06.08
Pydicom in Anaconda  (0) 2018.05.30

댓글