Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to convert pyqt5 to python

# To convert pyqt5 file(.ui) to python file(.py)
>> pyuic5 -x file.ui -o file.py
 
PREVIOUS NEXT
Tagged: #convert #python
ADD COMMENT
Topic
Name
4+5 =