카테고리 없음
python pyside2 ui py 파일 생성
풍경소리^^
2020. 10. 31. 07:44
www.badprog.com/python-3-pyside2-setting-up-and-using-qt-designer
Python 3 - PySide2 - Setting up and using Qt Designer | BadproG.com
www.badprog.com
pyside2-uic.exe BadprogWindow.ui > BadprogWindow.py 이렇게 하면 에러난다
고칠려면
stackoverflow.com/questions/53035340/pyside2-uic-null-bytes-in-output
pyside2-uic null bytes in output
I'm trying to convert Qt .ui files made using Qt Designer with pyside2-uic but the output starts with 2 garbage bytes then every other byte is a null. Here's the start of the output: FF FE 23 ...
stackoverflow.com
pyside2-uic mainwindow.ui -o MainWindow.py 정답-이것 찾는다고 너무 많이 돌아다녔습니다