pykdeuic4
Install
- All systems
-
curl cmd.cat/pykdeuic4.sh
- Debian
-
apt-get install python-kde4-dev
- Ubuntu
-
apt-get install python-kde4-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-kde4-dev
- Raspbian
-
apt-get install python-kde4-dev
- Dockerfile
- dockerfile.run/pykdeuic4
python3-pykde4-devel
applications
python-kde4-dev
UIC compiler and SIP files for PyKDE
This package contains pykdeuic4, a wrapper around PyQt's own UIC (user interface compiler). It is needed to generate code from Qt Designer's UI files. You want to install this package if you are writing a PyKDE application which has .ui files, or running one of these applications from source. It also contains the .sip files for PyKDE, needed to build packages with classes based on PyKDE.