Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
5.10
-
None
Description
Investigate if QtQuickTest could be implemented in C++ and possibly without QtQuick dependency.
Currently TestCase and SignalSpy seemingly unnecessary are using Qt Quick Item, when QtObject could be sufficient. And having these objects implemented in C++ might be more efficient as well.
As this would be a major change, we would need to come up with a new import name or do it in Qt 6.
Attachments
Issue Links
- relates to
-
QTBUG-69415 Meld qmltest lib (qmltest/qmltest.pro) into qt quick test import (imports/testlib/testlib.pro)
- Reported