Tomb/extras/dismissed/qt/notes.txt
Jaromil 4a04d9dd84 to avoid confusion, obsolete and incomplete components are moved in extras/dismissed
including the old qt and python wrappers as discussed in issue #113
2014-07-21 16:25:56 +02:00

10 lines
387 B
Plaintext

Some conventions:
.ui files are designers files
Sometimes it's necessary to create custom widget to extend the functionality
given by designer in a clean way. These files should be called ui_whatever.py
.ui files must be "compiled" using pyuic4. This should be done with make, but
won't be right now. So, for the moment, I'll keep compiled files directly in
the sources, for easiness.