The following docs assume that you have installed pyqt4 and python2.7 on your windows/linux.
run the command
- pyuic4 ui/ui_guiTimer.ui -xo ui/ui_guiTimer.py
- pyuic4 ui/ui_dataShow.ui -xo ui/ui_dataShow.py
- pyrcc4 ui/qrc_guiTimer.qrc -x ui/qrc_guiTimer.py
then run it
python guiTimer.py