aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorial/t14.py
Commit message (Collapse)AuthorAgeFilesLines
* Port examplesFriedemann Kleint2016-07-131-34/+89
| | | | | | | | | Adapt to Qt 5 and fix license. Done-with: Alexandru Croitor <alexandru.croitor@qt.io> Change-Id: I08fece5bbb9350ddb2e6a5cd3f9c603a9f8d44fd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-1/+1
|
* Updated examples to new api.Renato Filho2010-08-021-4/+0
|
* Fixed tutorial examples.Renato Filho2010-05-191-0/+4
|
* Fixing examplesLauro Neto2010-01-211-1/+1
| | | | | | | | | | | - Import and signal connection - parent() override now calls QObject.parent - Fixed multiple inheritance - Static method usage - implicit conversions - use QUiLoader instead of uic Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Adding the pyqt ported examples (replacing xmon examples because most of ↵Douglas Soares de Andrade2009-08-191-0/+396
then did not work here)