tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

notes.txt (387B)


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