Skip to content

Commit a95961d

Browse files
author
gsherman
committedSep 7, 2006
updated tooltips
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5774 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3c7b6b9 commit a95961d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed
 

‎tools/mapserver_export/qgsmapserverexportbase.ui

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,16 @@
4848
<property name="buddy" >
4949
<cstring>txtMaxScale</cstring>
5050
</property>
51+
<property name="toolTip" >
52+
<string>MaxScale</string>
53+
</property>
54+
5155
</widget>
5256
</item>
5357
<item row="0" column="1" colspan="3" >
5458
<widget class="QLineEdit" name="txtMapName" >
5559
<property name="toolTip" >
56-
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Prefix attached to map, scalebar and legend GIF filenames created using this MapFile&lt;/p>&lt;/body>&lt;/html></string>
60+
<string>Prefix attached to map, scalebar and legend GIF filenames created using this MapFile</string>
5761
</property>
5862
</widget>
5963
</item>
@@ -296,7 +300,7 @@
296300
<item row="1" column="1" >
297301
<widget class="QLineEdit" name="txtQgisFilePath" >
298302
<property name="toolTip" >
299-
<string>QGIS project file to export to MapServer map format</string>
303+
<string>Full path to the QGIS project file to export to MapServer map format</string>
300304
</property>
301305
</widget>
302306
</item>
@@ -351,14 +355,20 @@
351355
</property>
352356
<item row="2" column="1" >
353357
<widget class="QLineEdit" name="txtWebFooter" />
358+
<property name="toolTip" >
359+
<string>Path to the MapServer footer file (optional)</string>
360+
</property>
354361
</item>
355362
<item row="1" column="1" >
356363
<widget class="QLineEdit" name="txtWebHeader" />
364+
<property name="toolTip" >
365+
<string>Path to the MapServer header file (optional)</string>
366+
</property>
357367
</item>
358368
<item row="0" column="1" >
359369
<widget class="QLineEdit" name="txtWebTemplate" >
360370
<property name="toolTip" >
361-
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Path to the template file&lt;/p>&lt;/body>&lt;/html></string>
371+
<string>Path to the MapServer template file</string>
362372
</property>
363373
</widget>
364374
</item>

0 commit comments

Comments
 (0)