aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix a type errorCC2013-08-071-3/+3
* Merge pull request #10 from Lazik/patch-1Roman Lacko2013-08-011-2/+2
|\
| * Update mandelbrot.pyLazik2013-07-141-2/+2
* | Merge pull request #8 from hogbait/masterRoman Lacko2013-08-011-15/+15
|\ \
| * | Fix orientation bug in opengl/hellogl exampleZack Drach2013-04-281-15/+15
| |/
* | Merge pull request #7 from nicoddemus/pytestRoman Lacko2013-08-012-5/+41
|\ \
| * | removed stopForInteraction left by accidentBruno Oliveira2013-04-111-1/+0
| * | added test for examples/dialogs/findfiles.pyBruno Oliveira2013-04-112-5/+42
| |/
* / Fixed broken references to `scene` > `self.scene`Roderic Day2013-02-201-2/+2
|/
* Fix bug in painting/svgviewer exampleigor_bogomolov2012-01-041-2/+2
* Fix bug in widgets/styles exampleigor_bogomolov2012-01-041-2/+2
* Fix bug in widgets/lineedits exampleigor_bogomolov2012-01-041-1/+1
* Fix bug in widgets/calculator exampleigor_bogomolov2012-01-041-2/+2
* Fix bug in tools/settingseditor/settingseditor exampleigor_bogomolov2012-01-041-4/+4
* Fix bug in tools/codecs/codecs exampleigor_bogomolov2012-01-041-1/+1
* Fix bug in richtext/syntaxhighlighter/syntaxhighlighter exampleigor_bogomolov2012-01-041-1/+1
* Fix bug in state-machine/trafficlight example.igor_bogomolov2012-01-046-1/+7
* Fix bug in examples/mainwindows/recentfiles exampleigor_bogomolov2012-01-041-2/+2
* Fix bug in layouts/flowlayout exampleigor_bogomolov2012-01-041-1/+1
* Fix bug in layouts/borderlayout exampleigor_bogomolov2012-01-041-1/+1
* Fix bug in dialogs/standarddialogs exampleigor_bogomolov2012-01-041-3/+3
* Fix bug in dialogs/extension exampleigor_bogomolov2012-01-041-1/+1
* Recompiled user interface filesigor_bogomolov2012-01-043-67/+40
* Changed access permissions (chmod +x ...)igor_bogomolov2012-01-0410-0/+1
* Fix BUG #1026 - "mainwindows/recentfiles.py fails"Paulo Alcantara2011-10-191-1/+5
* Use setContentsMargins instead of setMargin.Hugo Parente Lima2011-10-191-8/+8
* Update scribble.Lauro Neto2011-09-061-1/+1
* Add qml-webkit-plugin example.Lauro Neto2011-08-083-0/+92
* Added stardelegate exampleArun Srinivasan2011-04-074-0/+384
* addressbook example - working codeArun Srinivasan2011-04-075-0/+725
* QtDesigner plugin examples removed as PySide doesn't support QtDesigner plugi...Hugo Parente Lima2011-03-2521-3779/+0
* Add easing example.Krasilnikov Sergey2011-03-117-0/+1035
* Fix the widgets/charactermap example.limon2011-02-151-9/+14
* Fixed example to avoid segfault on Windows due to incorrect call to bindTextu...Hugo Parente Lima2011-01-281-11/+13
* fixed diagramscene according to bug 641Matti Airas2011-01-251-2/+2
* Fixes the last fix of mandelbrot example, almost the same fix.Hugo Parente Lima2011-01-201-4/+11
* Fix mandelbrot example, so it doesn't exit without finishing the QThread.Hugo Parente Lima2011-01-191-16/+11
* Fix bug#608 - "Photoviewer example missing license boilerplates and shebang l...Hugo Parente Lima2011-01-194-27/+101
* highlightedtextedit example fixed.Marcelo Lira2010-12-211-42/+42
* counterlabel example updated.Marcelo Lira2010-12-211-42/+42
* Fixed part of icons example.Marcelo Lira2010-12-201-19/+9
* Added shebang line and license boilerplates to declarative examples.Hugo Parente Lima2010-12-175-0/+175
* Add example for QML/QAbstractItemModel integration.Hugo Parente Lima2010-12-151-0/+49
* Added chapter5 of the "extendig QML Tutorial".Hugo Parente Lima2010-12-082-0/+145
* Fixed calculator exampleDavid Martinez Marti2010-12-071-5/+2
* QML registerType examples.Hugo Parente Lima2010-12-038-0/+471
* Fixed calculator example.Marcelo Lira2010-11-251-3/+3
* Fix some python erros in QtDesigner/plugins example, but the example still no...Hugo Parente Lima2010-11-241-7/+12
* Fixed charactermap example.Marcelo Lira2010-11-241-12/+20
* QSpinBox.valueChanged signal connecting using [int] signature.Marcelo Lira2010-11-241-2/+2