Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created February 3, 2019 20:35
Show Gist options
  • Save tayyebi/2d6412dffbaa7d7b931687444b0d4f4e to your computer and use it in GitHub Desktop.
Save tayyebi/2d6412dffbaa7d7b931687444b0d4f4e to your computer and use it in GitHub Desktop.
Install Qt Designer and Editor Ubuntu
pyuic5 -x file.ui -o output.py
# To import Qt in Python
pip3 install --user pyqt5
sudo apt-get install python3-pyqt5
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools
# To use Qt designer
sudo apt-get install qttools5-dev-tools
# .ui to .py convert
sudo apt install pyqt5-dev-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment