by Simon Edwards
pykdeuic4 is an enhanced version of pyuic4 which supports KDE4 widgets and i18n. It compiles Designer Qt .ui files to Python classes. Primary features or differences compared to pyuic4 are:
Copy kde4.py to
python pykdeuic4.py MyWindow.ui
will compile the .ui file and print the output to stdout. Use the -o option to specify a file to put the output in.
Use the -e flag to generate extra code which will display the GUI when run.
Prev | Table of Contents | Next |
pykdedocs | FAQ |