forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user