Doc: explain how to create a test touch device for use with touchEvent
Change-Id: Ib60eb0754449da7c50f8632ebd5228ddbe8389f1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 5861e06568c44c58aecacdf26fd7938240348956) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
eaad8fe730
commit
93eb4b4453
@ -1145,7 +1145,7 @@
|
||||
should typically use createTouchDevice() to initialize a QTouchDevice
|
||||
member variable in your test case class, and use the same instance for all tests.
|
||||
|
||||
\sa QTest::QTouchEventSequence
|
||||
\sa QTest::QTouchEventSequence, touchEvent()
|
||||
*/
|
||||
|
||||
/*!
|
||||
@ -1281,6 +1281,9 @@
|
||||
QTouchEventSequence is called (ie when the object returned runs out of scope), unless
|
||||
\a autoCommit is set to false. When \a autoCommit is false, commit() has to be called
|
||||
manually.
|
||||
|
||||
\l createTouchDevice() can be called to create a test touch device for use with this
|
||||
function.
|
||||
*/
|
||||
|
||||
/*!
|
||||
@ -1297,6 +1300,9 @@
|
||||
QTouchEventSequence is called (ie when the object returned runs out of scope), unless
|
||||
\a autoCommit is set to false. When \a autoCommit is false, commit() has to be called
|
||||
manually.
|
||||
|
||||
\l createTouchDevice() can be called to create a test touch device for use with this
|
||||
function.
|
||||
*/
|
||||
|
||||
// Internals of qtestmouse.h:
|
||||
|
Loading…
x
Reference in New Issue
Block a user