File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
108
108
" specific anchor points of the element within this dialogue. "
109
109
));
110
110
addGuiTip (myTip);
111
+ // This tip contributed by Andreas Neumann
111
112
myTip.setTitle (tr (" Rotating a map and linking a north arrow" ));
112
113
myTip.setContent (tr (" You can rotate a map by setting its rotation value "
113
114
" in the <strong>Item tab --> Map</strong> section. To place a north "
@@ -120,6 +121,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
120
121
" will now automatically adjust its rotation. "
121
122
));
122
123
addGuiTip (myTip);
124
+ // This tip contributed by Andreas Neumann
125
+ myTip.setTitle (tr (" Numeric scale value in map layout linked to map frame" ));
126
+ myTip.setContent (tr (" If you want to place a text label as a placeholder for the "
127
+ " current scale, linked to a map frame, you need to place a scalebar and "
128
+ " set the style to 'Numeric'. You also need to select the map frame, if there "
129
+ " is more than one."
130
+ ));
131
+ addGenericTip (myTip);
123
132
/* Template for adding more tips
124
133
myTip.setTitle(tr(""));
125
134
myTip.setContent(tr(""
You can’t perform that action at this time.
0 commit comments