summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/draggableaxes/draggableaxes.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix WinRT issues.Miikka Heikkinen2014-11-191-2/+2
| | | | | | | | | | Primary fix is to not use shared context in qml with WinRT, as that causes black screen. Also removed widget apps from build in WinRT. Change-Id: Id65ce90dbeb80442194ab838952e8cadc91135a6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Axis label dragging support, part 2Tomi Korpipää2014-04-031-0/+18
Task-number: QTRD-2367 + Added emitting selection signals + Added an example about creating an input handler for axis label dragging - Snapshot for example docs to be taken Change-Id: I641f4feb9e31c32023727b1c7c695324923accc4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>