(4ba4600606ab849a5fa997950dd031ba111b9911)
#include <QtTest/qtest.h>
#include <QtTest/private/qtestresult_p.h>
#include <QtGui/qguiapplication.h>
#include <QtQml/qqml.h>
#include <QtQuickControls2/qquickstyle.h>
#include <QtQuickControls2/private/qquickstyle_p.h>
Go to the source code of this file.
◆ QTEST_QUICKCONTROLS_MAIN
#define QTEST_QUICKCONTROLS_MAIN |
( |
| TestCase | ) |
|
Value:int main(
int argc,
char *argv[]) \
{ \
qputenv("QML_NO_TOUCH_COMPRESSION", "1"); \
QTEST_SET_MAIN_SOURCE_PATH \
}
int runTests(QObject *testObject, int argc, char *argv[])
Definition at line 58 of file qtest_quickcontrols_p.h.
◆ runTests()
int runTests |
( |
QObject * | testObject, |
|
|
int | argc, |
|
|
char * | argv[] ) |
|
inline |
◆ testStyles()