summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-091-1/+0
|
* Add nonUniformList example to test list view with non-uniform items.Marius Bugge Monsen2009-12-101-0/+1
|
* Update the examples to the new QGraphicsListView changes.Marius Bugge Monsen2009-07-281-3/+3
|
* Keep the example binaries in the example directories instead of moving them ↵Marius Bugge Monsen2009-07-151-1/+1
| | | | | | to a central bin directory. Fix the check for the animation framework.
* The photoAlbum example will rely on animations, so don't build it if ↵Marius Bugge Monsen2009-05-281-1/+5
| | | | animations are not available.
* None of the classes uses QEasingCurve, so we don't need the check in src.pro.Marius Bugge Monsen2009-05-261-2/+2
| | | | The photoAlbum example doesn't use QEasingCurve, so it can be built together with the rest of the examples.
* Add very simple version of the spreadsheet demo.Thomas Zander2009-05-051-1/+4
| | | | I need something to print...
* Move grid to gridView and path to pathView.Marius Bugge Monsen2009-04-301-2/+2
|
* Reorganize the examples a little bit. Split the model examples from the ↵Marius Bugge Monsen2009-04-301-6/+9
| | | | widget examples.
* Fix compilation on a Qt that doesn't have printing available (like WinCE)Thomas Zander2009-04-291-2/+2
| | | | Add ifdefs to disable compilation of the printing classes if Qt asked this
* Rename the qpathlistview to qgraphicspathview and add an example for it.Marius Bugge Monsen2009-04-241-0/+1
|
* Add new qgraphicsgridview test skeleton.Marius Bugge Monsen2009-04-241-3/+5
|
* Rename the demo to chat. It is less a less generic name.Marius Bugge Monsen2009-04-241-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-04-231-1/+2
|\ | | | | | | | | | | Conflicts: examples/examples.pro src/qgraphicslistview.cpp
| * Initial idea on printing a listThomas Zander2009-04-231-1/+2
| |
* | Change the grid view to use view items.Marius Bugge Monsen2009-04-231-0/+1
|/
* Separate the models from the tree example. This makes the tree example simpler.Marius Bugge Monsen2009-04-201-1/+2
|
* ItemViewsNG lives!Thomas Zander2009-04-011-0/+10