diff options
author | Miikka Heikkinen <[email protected]> | 2024-05-31 16:33:38 +0300 |
---|---|---|
committer | Miikka Heikkinen <[email protected]> | 2024-06-06 07:46:50 +0000 |
commit | 01501e00dc84052d8bf5fb696c8beabe1cbe0cb4 (patch) | |
tree | abfd98fbcec4fc591e40343d5b42a1d2694e5845 /src/libs/qmlpuppetcommunication | |
parent | 4e4c8cc8c442cca0b91bb38502a21f2baba22b66 (diff) |
QmlDesigner: Show more information on import 3D dialog list
Preview image and some additional info are now shown on 3D import
dialog's list of imported objects. Individual items can be removed
from the list by clicking "x" button on the list or pressing delete
key.
Fixes: QDS-12900
Change-Id: Iad366ea308203a25bc3379b47c1d9c4f75f13fa7
Reviewed-by: Ali Kianian <[email protected]>
Reviewed-by: Mahmoud Badri <[email protected]>
Diffstat (limited to 'src/libs/qmlpuppetcommunication')
-rw-r--r-- | src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h index b0012f3eb24..a8f37a81e53 100644 --- a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h +++ b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h @@ -18,6 +18,7 @@ public: ActiveSceneChanged, ActiveSplitChanged, RenderModelNodePreviewImage, + Import3DPreviewIcon, Import3DPreviewImage, Import3DSupport, NodeAtPos, |