= Links for PyQt4 = == Documentation == * [[http://www.riverbankcomputing.com/static/Docs/PyQt4/html/|PyQt4 documentation]] and [[http://www.riverbankcomputing.com/static/Docs/PyQt4/html/classes.html|API Reference]] * [[http://doc.trolltech.com|The Qt C++ API documentation]] * [[http://developer.kde.org/documentation/library/libraryref.html|The KDE C++ API documentation]] * [[http://www.digitalfanatics.org/projects/qt_tutorial/|The independent Qt tutorial]] == Howtos & Articles == * [[http://lateral.netmanagers.com.ar/stories/29.html|A spatial file manager with PyQt, by well-known Roberto Alsina]] * [[http://lateral.netmanagers.com.ar/stories/27.html|Custom widgets using PyQt, by Roberto Alsina]] === Configuring and Installing PyQt === * [[PyQt/Mac_OS_X_Installation_Notes|Mac OS X Installation Notes]] * [[http://iwiwdsmi.blogspot.com/2007/01/how-to-install-pyqt-41-python-25-and-qt_8340.html|Installing PyQt 4.1, Qt 4.2 Open Source, Python 2.5 on Windows with MinGW]] * [[PyQt/PyQt4_with_PostgreSQL_Installation_Notes_(Windows)|PyQt4 with PostgreSQL Installation Notes (Windows)]] === Deployment === * [[PyQt/Deploying_PyQt_Applications|Deploying PyQt Applications]] * [[PyQt/Modular_PyQt_deployment_with_PyInstaller|Modular PyQt deployment with PyInstaller]] - how to distribute only the subset of PyQt really needed by an application = Links for PyQt (for Qt 3) = == Howtos & Articles == * [[http://www.pycs.net/lateral/stories/17.html|PyBrowser: A nicer QTextBrowser, by Roberto Alsina]] ([[http://209.85.135.104/search?q=cache:EkZlbts0ma4J:lateral.netmanagers.com.ar/stories/17.html+PyBrowser:+A+nicer+QTextBrowser,+by+Roberto+Alsina&hl=de&ct=clnk&cd=1&gl=ch&client=firefox-a|google cache]]) * [[http://www.pycs.net/lateral/stories/16.html|Rapid Application development using PyQt and Eric3 ... in realtime!, by Roberto Alsina]] (broken link) * [[http://www-106.ibm.com/developerworks/linux/library/l-qt/|Qt and PyQt, by B. Rempt and D. Mertz]] * [[http://vizzzion.org/?id=pyqt|Programming Qt applications in Python, by Sebastian Kügler]] - nice hello world and some more * [[PyQt/GPLPyQtWindows|GPL PyQt Windows]] - Getting GPLed Qt/PyQt running on Windows * [[http://www.boddie.org.uk/david/Projects/Python/KDE/|Python resources for KDE, by David Boddie]]: * KParts in Python ([[http://developer.kde.org/documentation/library/cvs-api/kparts/html/index.html|KDE documentation]]) * IOSlaves in Python ([[http://developer.kde.org/documentation/library/cvs-api/kio/html/classKIO_1_1SlaveBase.html|KDE documentation]]) * File preview in Python ([[http://developer.kde.org/documentation/library/cvs-api/kio/html/classThumbCreator.html|KDE documentation for Thumb Creators]]) * Control Center modules in Python ([[http://developer.kde.org/documentation/library/cvs-api/kdeui/html/classKCModule.html|KDE documentation]]) * [[PyQt/IOSlavesTutorial|IOSlaves Tutorial]] - an IOSlaves Tutorial [[http://www.python.org/cgi-bin/moinmoin/IoSlavesTutorial|from the PythonInfo Wiki]] * [[http://www.diotavelli.net/PyQtWiki/InstallingPyQTCommercialWin|Installing qt/pyqt commercial under windows with MinGW]]. * [[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/361527|Emit Qt signals from a non QObject]]