From 0e670f0f53eae6469ae09e579af447dddda03fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Carrillo?= Date: Wed, 9 Oct 2024 09:30:54 -0500 Subject: [PATCH] [gui] Add tooltip for scale dependent visibility widgets (labeling) to indicate that min scale is exclusive and max scale is inclusive --- src/ui/qgstextformatwidgetbase.ui | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ui/qgstextformatwidgetbase.ui b/src/ui/qgstextformatwidgetbase.ui index 07a5ee37db01..536a6ed4535a 100644 --- a/src/ui/qgstextformatwidgetbase.ui +++ b/src/ui/qgstextformatwidgetbase.ui @@ -6045,7 +6045,8 @@ font-style: italic; Qt::StrongFocus - Maximum scale, i.e. most "zoomed in". + Maximum scale, i.e. most "zoomed in". +This limit is inclusive, that means the label will be displayed on this scale. @@ -6062,7 +6063,8 @@ font-style: italic; Qt::StrongFocus - Minimum scale, i.e. most "zoomed out". + Minimum scale, i.e. most "zoomed out". +This limit is exclusive, that means the label will not be displayed on this scale. @@ -6076,7 +6078,8 @@ font-style: italic; - Minimum scale, i.e. most "zoomed out". + Minimum scale, i.e. most "zoomed out". +This limit is exclusive, that means the label will not be displayed on this scale. @@ -6089,7 +6092,8 @@ font-style: italic; - Maximum scale, i.e. most "zoomed in". + Maximum scale, i.e. most "zoomed in". +This limit is inclusive, that means the label will be displayed on this scale.