URI: 
       tnotes.txt - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tnotes.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