Qt Test C++ Classes

Provides classes for unit testing Qt applications and libraries. More...

Namespaces

QTest

Contains all the functions and declarations that are related to Qt Test

Classes

QAbstractItemModelTester

Helps testing QAbstractItemModel subclasses

QSignalSpy

Enables introspection of signal emission

QTest::QTouchEventSequence

Used to simulate a sequence of touch events

QTestEventList

List of GUI events

Detailed Description

The Qt Test page contains information about how to use the module.