summaryrefslogtreecommitdiffstats
path: root/examples/touch/content/ProgressBarPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* Move examples into separate quick/controls directoryKai Koehne2013-04-301-114/+0
| | | | | | | | | | This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Remove the Page control - use attached properties insteadJ-P Nurmi2013-03-201-1/+3
| | | | | | Change-Id: I69599daeea4ba49689fbbbe58c5d4a60fccc8824 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-1/+1
| | | | | | Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Example: Fix touch exampleCaroline Chao2013-02-251-2/+2
| | | | | | | | implicitWidth and implicitHeight are not available directly in some styles anymore. Change-Id: I4a41ca444305fcefcf8652d176f572f7e1709dcc Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Replaced BSD with LGPL license to conform with Qt Project modulesShawn Rutledge2013-02-211-2/+6
| | | | | | | | We want to use the same license as the other Qt modules. QML files stay as BSD for now. Change-Id: I10b1484f5ab0dfe2138ff7e045d0ecfd85556aa1 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Rename QtDesktop to QtQuick.ControlsJens Bache-Wiig2013-02-211-2/+2
| | | | | Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Introduce example usage of components on touchJens Bache-Wiig2013-01-171-0/+108
The example shows a typical android application developed using components and custom styling. Some style fixes had to be added to support custom fonts on Android. Change-Id: Idb4417571ae2235fd06e41145883f38a2a56931d Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>