Me and Fredrik Averpil wrote this for our GUIs and figured we’d make it
general enough for most things.

   - https://github.com/mottosso/Qt.py

Let me know what you think.

*Example*

$ pip install Qt.py
$ python>>> import sys>>> from Qt import QtWidgets>>> app =
QtWidgets.QApplication(sys.argv)>>> button =
QtWidgets.QPushButton("Hello World")>>> button.show()>>> app.exec_()

*Example project*

   - https://github.com/pyblish/pyblish-lite

​
-- 
*Marcus Ottosson*
konstrukt...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOANqQ2MZiQdXGea7jmhCKK5Y%2BvTUwxuvKhMFc%2B99VR8sA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to