Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt6-changes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page quicktest-changes-qt6.html
6 \title Changes to Qt Quick Test
7 \ingroup changes-qt-5-to-6
8 \brief Migrate Qt Quick Test to Qt 6.
9
10 Qt 6 is a result of the conscious effort to make the framework more
11 efficient and easy to use.
12
13 We try to maintain binary and source compatibility for all the public
14 APIs in each release. But some changes were inevitable in an effort to
15 make Qt a better framework.
16
17 In this topic we summarize those changes in Qt Quick Test, and provide
18 guidance to handle them.
19
20 \section1 Mouse event simulation
21
22 \l{TestCase::mouseMove} moves the cursor to the center of the item
23 if the coordinate is not explicitly specified.
24*/