From a0f6adc12e28a66da3aa36acd4c8d81e5d24ff25 Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Fri, 11 Apr 2025 12:37:06 +0300 Subject: [PATCH] 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 --- .../contentLibraryQmlSource/ContentLibraryUserView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibraryUserView.qml b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibraryUserView.qml index eb708a80872..15e36666d96 100644 --- a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibraryUserView.qml +++ b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibraryUserView.qml @@ -133,6 +133,7 @@ Item { bottomPadding: StudioTheme.Values.sectionPadding caption: categoryTitle + captionTooltip: section.isCustomCat ? categoryBundlePath : "" dropEnabled: true category: "ContentLib_User" showCloseButton: section.isCustomCat