-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
None
-
b9e7f8c7e (18.0), 2a80d38bf (master)
Mainly 2 suggestions:
1. Use versionless import. The current implementation is not very Qt6-ish:
import QtQuick 2.15 import QtTest 1.0
Without version, everything also works and it's more aligned to Qt6.
2. Give user a choice, maybe an option during creating the project, to also generated "init()" and "cleanup()".