Doc: Move touch examples around so they get included in docs

Task-number: QTBUG-59249
Change-Id: I71f1d2e28f0cadbad1d6bcf117198018eaf8e012
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Paul Wicking 2018-09-12 12:57:33 +02:00
parent 74700493c3
commit a62bab95d3
31 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,7 @@ CONFIG += no_docs_target
SUBDIRS = \
corelib \
embedded \
qpa \
touch
qpa
qtHaveModule(dbus): SUBDIRS += dbus
qtHaveModule(network): SUBDIRS += network

View File

@ -4,5 +4,5 @@ SOURCES += main.cpp
FORMS += dials.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/dials
INSTALLS += target

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -29,7 +29,7 @@
\example touch/dials
\title Touch Dials Example
\ingroup touchinputexamples
\brief Shows how to apply touch to a set of standard Qt widgets
\brief Shows how to apply touch to a set of standard Qt widgets.
The Touch Dials example shows how to apply touch to a set of
standard Qt widgets.

View File

@ -29,7 +29,7 @@
\example touch/fingerpaint
\title Finger Paint Example
\ingroup touchinputexamples
\brief Shows the use of a touchscreen to make a simple painting application
\brief Shows the use of a touchscreen to make a simple painting application.
The Finger Paint example shows the use of a touchscreen with a custom widget
to create a simple painting application.

View File

@ -9,5 +9,5 @@ SOURCES = main.cpp \
scribblearea.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/fingerpaint
INSTALLS += target

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -29,7 +29,7 @@
\example touch/knobs
\title Touch Knobs Example
\ingroup touchinputexamples
\brief Shows how to create custom controls that accept touch input
\brief Shows how to create custom controls that accept touch input.
The Touch Knobs example shows how to create custom controls that
accept touch input.

View File

@ -4,5 +4,5 @@ HEADERS = knob.h
SOURCES = main.cpp knob.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/knobs
INSTALLS += target

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -29,7 +29,7 @@
\example touch/pinchzoom
\title Pinch Zoom Example
\ingroup touchinputexamples
\brief Shows how to recognize a gesture
\brief Shows how to recognize a gesture.
The Pinch Zoom example shows how to use low-level touch information
to recognize a gesture.

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -12,5 +12,5 @@ RESOURCES += \
mice.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/pinchzoom
INSTALLS += target

View File

@ -19,6 +19,7 @@ SUBDIRS = \
scroller \
statemachine \
tools \
touch \
tutorials \
widgets