Add a pyqt example

(and rename the original example into example_pyqide)
This commit is contained in:
ColinDuquesnoy
2014-01-02 15:57:42 +01:00
parent 469d9afd84
commit c58336977d
5 changed files with 190 additions and 8 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ Requirements:
- PySide
.. note.. :: qdarkstyle does not have to be installed to run
the example
the example
"""
import os
@@ -43,7 +43,7 @@ from os.path import abspath, dirname
# make the example runnable without the need to install
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
import qdarkstyle
import example_ui
import example_pyside_ui as example_ui
def main():