aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix a type errorCC2013-08-071-3/+3
|
* Merge pull request #10 from Lazik/patch-1Roman Lacko2013-08-011-2/+2
|\ | | | | Update mandelbrot.py
| * Update mandelbrot.pyLazik2013-07-141-2/+2
| | | | | | | | | | | | | | | | Fixed a float to int bug. Windows7, Python 3.3, PySide 1.1.2 Traceback (most recent call last): File "mandelbrot3.py", line 102, in run for y in range(-halfHeight, halfHeight): TypeError: 'float' object cannot be interpreted as an integer
* | Merge pull request #8 from hogbait/masterRoman Lacko2013-08-011-15/+15
|\ \ | | | | | | hellogl.py uses a left-handed coordinate space
| * | Fix orientation bug in opengl/hellogl exampleZack Drach2013-04-281-15/+15
| |/
* | Merge pull request #7 from nicoddemus/pytestRoman Lacko2013-08-012-5/+41
|\ \ | | | | | | pytest for examples/dialog/findfiles.py
| * | 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
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/styles exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/lineedits exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in widgets/calculator exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in tools/settingseditor/settingseditor exampleigor_bogomolov2012-01-041-4/+4
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in tools/codecs/codecs exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in richtext/syntaxhighlighter/syntaxhighlighter exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in state-machine/trafficlight example.igor_bogomolov2012-01-046-1/+7
| | | | | | | Added #!/usr/bin/env python in all state-machine examples Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in examples/mainwindows/recentfiles exampleigor_bogomolov2012-01-041-2/+2
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in layouts/flowlayout exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in layouts/borderlayout exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in dialogs/standarddialogs exampleigor_bogomolov2012-01-041-3/+3
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix bug in dialogs/extension exampleigor_bogomolov2012-01-041-1/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Recompiled user interface filesigor_bogomolov2012-01-043-67/+40
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Changed access permissions (chmod +x ...)igor_bogomolov2012-01-0410-0/+1
| | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@gmail.com>
* Fix BUG #1026 - "mainwindows/recentfiles.py fails"Paulo Alcantara2011-10-191-1/+5
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Use setContentsMargins instead of setMargin.Hugo Parente Lima2011-10-191-8/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Update scribble.Lauro Neto2011-09-061-1/+1
| | | | PySide requires explicit QByteArray->str conversion.
* Add qml-webkit-plugin example.Lauro Neto2011-08-083-0/+92
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Added stardelegate exampleArun Srinivasan2011-04-074-0/+384
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* addressbook example - working codeArun Srinivasan2011-04-075-0/+725
|
* QtDesigner plugin examples removed as PySide doesn't support QtDesigner ↵Hugo Parente Lima2011-03-2521-3779/+0
| | | | plugins and don't have plans to support it soon.
* Add easing example.Krasilnikov Sergey2011-03-117-0/+1035
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix the widgets/charactermap example.limon2011-02-151-9/+14
| | | | | | | | Enable to display unicode chars besides the ASCII Correct sizeCombo callback function Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed example to avoid segfault on Windows due to incorrect call to ↵Hugo Parente Lima2011-01-281-11/+13
| | | | | | | | | | bindTexture method. Code ported to new signal/slots. Fixed routines to free OpenGL resources. Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | | Reviewer: Lauro Moura <lauro.moura@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#608 - "Photoviewer example missing license boilerplates and shebang ↵Hugo Parente Lima2011-01-194-27/+101
| | | | lines"
* 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 ↵Hugo Parente Lima2010-11-241-7/+12
| | | | not working.
* Fixed charactermap example.Marcelo Lira2010-11-241-12/+20
|
* QSpinBox.valueChanged signal connecting using [int] signature.Marcelo Lira2010-11-241-2/+2
|