QmlDesigner: Add display name more feedback popup

Task-number: QDS-8870
Change-Id: Id8d1c98dec71e962b63a144c234642417e1df602
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2023-01-20 16:41:46 +01:00
parent fa6eea93f9
commit 8d02bbf075
16 changed files with 74 additions and 18 deletions

View File

@@ -670,7 +670,8 @@ WidgetInfo TextureEditorView::widgetInfo()
"TextureEditor",
WidgetInfo::RightPane,
0,
tr("Texture Editor"));
tr("Texture Editor"),
tr("Texture Editor view"));
}
void TextureEditorView::selectedNodesChanged(const QList<ModelNode> &selectedNodeList,