diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-05-13 05:07:21 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-05-13 05:07:21 (GMT) |
commit | ae8e4afcadc9ff084e1d1859c29fbc8b629e3392 (patch) | |
tree | 675801312aa5740bc68f67444cb5754dd9e5abe1 /examples/declarative/declarative.pro | |
parent | a19df56265e59bb26f927638aa5c75ccd666c388 (diff) | |
download | Qt-ae8e4afcadc9ff084e1d1859c29fbc8b629e3392.zip Qt-ae8e4afcadc9ff084e1d1859c29fbc8b629e3392.tar.gz Qt-ae8e4afcadc9ff084e1d1859c29fbc8b629e3392.tar.bz2 |
Add an example spinner.
Also add missing increment/decrementCurrentIndex() slots to PathView,
and tweak the number of points cached along a Path.
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r-- | examples/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro index ba9b628..913b2b0 100644 --- a/examples/declarative/declarative.pro +++ b/examples/declarative/declarative.pro @@ -37,6 +37,7 @@ sources.files = \ scrollbar \ searchbox \ slideswitch \ + spinner \ sql \ states \ tabwidget \ |