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

See the Qt Test page and the Qt Test Overview guide for further information about using this module in your application.