mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 07:46:28 +00:00
4a04d9dd84
including the old qt and python wrappers as discussed in issue #113
10 lines
387 B
Plaintext
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.
|
|
|