QmlDesigner: Show full path in tooltips of the content lib categories

For custom folder categories under user tab.

Fixes: QDS-15154
Change-Id: I7760ebc3dcd5e2e67dad50f74b6d784e573f9750
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
Mahmoud Badri
2025-04-11 12:37:06 +03:00
parent 71c4762c99
commit a0f6adc12e

View File

@@ -133,6 +133,7 @@ Item {
bottomPadding: StudioTheme.Values.sectionPadding bottomPadding: StudioTheme.Values.sectionPadding
caption: categoryTitle caption: categoryTitle
captionTooltip: section.isCustomCat ? categoryBundlePath : ""
dropEnabled: true dropEnabled: true
category: "ContentLib_User" category: "ContentLib_User"
showCloseButton: section.isCustomCat showCloseButton: section.isCustomCat