Writing /var/lib/dokuwiki/data/meta/teaching/ie0117/proyectos/2013/ii/gps_navigation_with_android_and_openstreetmaps/qt_dependencies.meta failed
teaching:ie0117:proyectos:2013:ii:gps_navigation_with_android_and_openstreetmaps:qt_dependencies
Install PyQT
Search Qt Libraries
apt-cache search pyqt
Install Libraries
sudo apt-get install python-qt4 sudo apt-get install python-qt4-doc sudo apt-get install pyqt4-dev-tools qt4-designer
Convert PyQt4 .ui File To Python .py File
pyuic4 -x exampleGUI.ui -o exampleGUI.py
Convert resources.qrc File to Python file resources.py
pyrcc4 -o example.py example.qrc
teaching/ie0117/proyectos/2013/ii/gps_navigation_with_android_and_openstreetmaps/qt_dependencies.txt · Last modified: 2022/09/20 00:08 (external edit)