Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
QDS 4.8
-
None
Description
Steps to reproduce:
- Create an empty project
- Add Image item to 2D view
- Drag and drop a texture from Content Library - Textures to image in Navigator
- -> Image is not shown in 2D View
- -> source path for the image seen in Code view, shows the whole path, e.g.
Image {
id: image
x: 589
y: 380
width: 100
height: 100
source: "C:/Users/taremes/Documents/UntitledProject23/UntitledProject23Content/images/4KStar.png"
fillMode: Image.PreserveAspectFit
- Select image in Navigator
- Open Properties view
- Re-select the image from Source dropdown menu
- -> Now image shows correctly in 2D View
- -> path is now shorter:
Image {
id: image
x: 589
y: 380
width: 100
height: 100
source: "images/4KStar.png"
fillMode: Image.PreserveAspectFit
}
Attachments
Issue Links
- relates to
-
QDS-15532 Drag & drop of textures from content library to Image or Texture item in navigator doesn't import the image to project first
-
- Open
-