-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 3.9
-
None
for example, if the QDS opens the QML file like below then the Assert import button will not work, if clicked it has no response.
import QtQuick 6.4 import QtQuick.Controls 6.4 import UntitledProject1 Rectangle { id: rectangle width: Constants.width height: Constants.height testttttttttttttttttttttt }