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>
@ -4,8 +4,7 @@ CONFIG += no_docs_target
|
||||
SUBDIRS = \
|
||||
corelib \
|
||||
embedded \
|
||||
qpa \
|
||||
touch
|
||||
qpa
|
||||
|
||||
qtHaveModule(dbus): SUBDIRS += dbus
|
||||
qtHaveModule(network): SUBDIRS += network
|
||||
|
@ -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
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -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.
|
@ -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.
|
@ -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
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -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.
|
@ -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
|
After Width: | Height: | Size: 42 KiB |
@ -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.
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@ -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
|
@ -19,6 +19,7 @@ SUBDIRS = \
|
||||
scroller \
|
||||
statemachine \
|
||||
tools \
|
||||
touch \
|
||||
tutorials \
|
||||
widgets
|
||||
|
||||
|