Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
QDS 1.5.0 Beta1
-
None
Description
I have multiple PSD files with assets, for each PSD file I use QtBridge to export assets, then I am importing these assets to QDS.
According to documentation:
"The imported assets are displayed in the Resources tab in the Library as PNG images. The components that you specified in the design tool are displayed in the My QML Components tab, as well as in the Project tab of the Navigator as separate QML files."
This was true for QDS-1.4.0. However, in QDS-1.5.0 behaviour has changed.
Now each imported asset is placed in separate subdirectory.
For instance let's say I am importing A and B. QDS creates subdirectory A with qml file and its own "assets" subdirectory then subdirectory B with qml file and another "assets" subdirectory. Looks like settings in import window "QML/Asset Export Paths" are ignored.
(in 1.4.0 there was single "assets" directory and both qmls were in the main directory)
The problem is, nothing appears in "My QML Components". So I am not able to add imported assets to Screen01.ui.qml.