yongyong-e

Install qt designer on ubuntu16.04 본문

프로그래밍/Python

Install qt designer on ubuntu16.04

Yonghan Kim 2018. 11. 6. 14:59

Installation

$ sudo apt-get install python3-pyqt5

$ sudo apt-get install pyqt5-dev-tools

$ sudo apt-get install qttools5-dev-tools

$ pip3 install pyqt5

Configuring to run from terminal 

$ qtchooser -run-tool=designer -qt=5


Comments