create and edit the vX.ui file with QT designer 
then compile the file using:
    
    >> pyuic4 -xo ui_v9.py v9.ui

    (-xo flag allows the python ui to launch independently of any program to test layout)



