Skip to content

nicolazzie/Qt-Python-Binding-Examples

 
 

Repository files navigation

# Resources About Qt GUI Framework Python Binding

Lots of simple and Pythonic PySide demos,  
this project is released under the permissive 3-clause BSD license.


Qt FEATURES, you should read these first of all

 - [Qt and Key Technologies](http://doc.qt.nokia.com/latest/technology-apis.html)
 - [MVC](http://doc.qt.nokia.com/latest/model-view-programming.html)

## Implementations

 - PySide
 - PyQt4 (sucks)

[Differences Between PySide and PyQt](http://developer.qt.nokia.com/wiki/Differences_Between_PySide_and_PyQt)


## Tutorials collection

 - [Qt Creator系列教程](http://www.yafeilinux.com/)
 - [Qt - 1+1=2](http://blog.csdn.net/dbzhang800/article/category/759342)

## Other Resources

 - [Books about GUI Design](http://doc.qt.nokia.com/latest/guibooks.html)
 - [PySide Documentation contents](http://www.pyside.org/docs/pyside/contents.html)
 - [Qt Quarterly: C++ and Qt programmers' newsletter](http://doc.qt.nokia.com/qq/index.html)
 - [Qt Reference Documentation](http://doc.qt.nokia.com/latest/index.html)
     - [Qt and Key Technologies](http://doc.qt.nokia.com/latest/technology-apis.html)

## PyQt demos on Mac OS X

Run PyQt Demos (version Python2.7)

    python /opt/local/share/doc/py27-pyqt4/examples/demos/qtdemo/qtdemo.py

Fix 'Documentation' button doesn't works on Mac OS X

    sudo ln -s  /Applications/MacPorts/Qt4/*.app /opt/local/bin/




About

Lots of simple and Pythonic PySide demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%