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 = \
|
SUBDIRS = \
|
||||||
corelib \
|
corelib \
|
||||||
embedded \
|
embedded \
|
||||||
qpa \
|
qpa
|
||||||
touch
|
|
||||||
|
|
||||||
qtHaveModule(dbus): SUBDIRS += dbus
|
qtHaveModule(dbus): SUBDIRS += dbus
|
||||||
qtHaveModule(network): SUBDIRS += network
|
qtHaveModule(network): SUBDIRS += network
|
||||||
|
@ -4,5 +4,5 @@ SOURCES += main.cpp
|
|||||||
FORMS += dials.ui
|
FORMS += dials.ui
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/dials
|
||||||
INSTALLS += target
|
INSTALLS += target
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -29,7 +29,7 @@
|
|||||||
\example touch/dials
|
\example touch/dials
|
||||||
\title Touch Dials Example
|
\title Touch Dials Example
|
||||||
\ingroup touchinputexamples
|
\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
|
The Touch Dials example shows how to apply touch to a set of
|
||||||
standard Qt widgets.
|
standard Qt widgets.
|
@ -29,7 +29,7 @@
|
|||||||
\example touch/fingerpaint
|
\example touch/fingerpaint
|
||||||
\title Finger Paint Example
|
\title Finger Paint Example
|
||||||
\ingroup touchinputexamples
|
\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
|
The Finger Paint example shows the use of a touchscreen with a custom widget
|
||||||
to create a simple painting application.
|
to create a simple painting application.
|
@ -9,5 +9,5 @@ SOURCES = main.cpp \
|
|||||||
scribblearea.cpp
|
scribblearea.cpp
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/fingerpaint
|
||||||
INSTALLS += target
|
INSTALLS += target
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -29,7 +29,7 @@
|
|||||||
\example touch/knobs
|
\example touch/knobs
|
||||||
\title Touch Knobs Example
|
\title Touch Knobs Example
|
||||||
\ingroup touchinputexamples
|
\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
|
The Touch Knobs example shows how to create custom controls that
|
||||||
accept touch input.
|
accept touch input.
|
@ -4,5 +4,5 @@ HEADERS = knob.h
|
|||||||
SOURCES = main.cpp knob.cpp
|
SOURCES = main.cpp knob.cpp
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/knobs
|
||||||
INSTALLS += target
|
INSTALLS += target
|
After Width: | Height: | Size: 42 KiB |
@ -29,7 +29,7 @@
|
|||||||
\example touch/pinchzoom
|
\example touch/pinchzoom
|
||||||
\title Pinch Zoom Example
|
\title Pinch Zoom Example
|
||||||
\ingroup touchinputexamples
|
\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
|
The Pinch Zoom example shows how to use low-level touch information
|
||||||
to recognize a gesture.
|
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
|
mice.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/pinchzoom
|
||||||
INSTALLS += target
|
INSTALLS += target
|
@ -19,6 +19,7 @@ SUBDIRS = \
|
|||||||
scroller \
|
scroller \
|
||||||
statemachine \
|
statemachine \
|
||||||
tools \
|
tools \
|
||||||
|
touch \
|
||||||
tutorials \
|
tutorials \
|
||||||
widgets
|
widgets
|
||||||
|
|
||||||
|