Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.4
-
2
-
fe1d996b9 (qds/dev)
-
QDS Oulu - 2024 Week 23/24
Description
for example, I have a folder structure like this:
- Root folder
- CommonComponent
- ComponentA.qml
- ComponentB.qml
- Screens
- ScreenA.qml
- ScreenB.qml
- CommonComponent
- Main.qml
if the user is editing ScreenA.qml and wants to use ComponentA.qml, there is no way to import the parent folder unless hand writing import "../CommonComponent"