Tomb/extras/qt/notes.txt
Jaromil 3eb93acc18 Directory reorganization
This commit re-organizes all the source distribution contents to
present users with the simple script, while moving the rest in extras.
Also autoconf/automake scripts were removed, back to minimalism.

The rationale of this change is that Tomb really only consists of a
script and users with no extra needs should just be presented with
it with no need for anything else. Any other thing on top of the Tomb
script is an extra and can be even distributed separately or integrated
in distributions.
2013-05-18 17:29:37 +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.