diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-12-01 08:07:09 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-12-01 09:27:35 +0100 |
| commit | ac4431fcc71f01cde9bd1fd885d42960b869c924 (patch) | |
| tree | 6150d12ac616885ca66ee0193dd591ce6f6174aa /sources/pyside6/tests/QtQml/connect_python_qml.py | |
| parent | c94bc617282e0834ee71692e876d96d9d7ee7012 (diff) | |
tests: Add TimedQGuiApplication
It is sufficient for Gui and QML tests.
Pick-to: 6.2
Change-Id: I6302c3d3f016fb95914f1754e794883cad69bce2
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/tests/QtQml/connect_python_qml.py')
| -rw-r--r-- | sources/pyside6/tests/QtQml/connect_python_qml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtQml/connect_python_qml.py b/sources/pyside6/tests/QtQml/connect_python_qml.py index 86273763d..065a60593 100644 --- a/sources/pyside6/tests/QtQml/connect_python_qml.py +++ b/sources/pyside6/tests/QtQml/connect_python_qml.py @@ -43,13 +43,13 @@ from init_paths import init_test_paths init_test_paths(False) from helper.helper import quickview_errorstring -from helper.timedqapplication import TimedQApplication +from helper.timedqguiapplication import TimedQGuiApplication from PySide6.QtCore import QObject, QUrl, SIGNAL from PySide6.QtGui import QColor from PySide6.QtQuick import QQuickItem, QQuickView -class TestConnectionWithInvalidSignature(TimedQApplication): +class TestConnectionWithInvalidSignature(TimedQGuiApplication): def onButtonClicked(self): self.buttonClicked = True self.app.quit() |
