How to Install pyqt4-dev-tools in Ubuntu 18.04



Install pyqt4-dev-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install pyqt4-dev-tools

Description:

Development tools for PyQt4

This package contains various support tools for PyQt4 developers: * a user interface compiler (pyuic4) * a resource file generator (pyrcc4) * a translation string finder (pylupdate)

Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/

Version: 4.12.1+dfsg-2

Section: universe/python