Skip to content

Commit 2407594

Browse files
author
timlinux
committed
Added another tip by Andreas Neumann
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15243 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5c97496 commit 2407594

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/app/qgstipfactory.cpp

+9
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
108108
" specific anchor points of the element within this dialogue. "
109109
));
110110
addGuiTip(myTip);
111+
// This tip contributed by Andreas Neumann
111112
myTip.setTitle(tr("Rotating a map and linking a north arrow"));
112113
myTip.setContent(tr("You can rotate a map by setting its rotation value "
113114
" in the <strong>Item tab --> Map</strong> section. To place a north "
@@ -120,6 +121,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
120121
" will now automatically adjust its rotation. "
121122
));
122123
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);
123132
/* Template for adding more tips
124133
myTip.setTitle(tr(""));
125134
myTip.setContent(tr(""

0 commit comments

Comments
 (0)