Skip to content

Commit 6c57b2f

Browse files
author
g_j_m
committed
Alter the help text to reflect the lack of regular expression parsing
for the delimiter git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6312 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8c9cc9e commit 6c57b2f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

src/plugins/delimited_text/qgsdelimitedtextpluginguibase.ui

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<ui version="4.0" >
2-
<author></author>
3-
<comment></comment>
4-
<exportmacro></exportmacro>
52
<class>QgsDelimitedTextPluginGuiBase</class>
63
<widget class="QDialog" name="QgsDelimitedTextPluginGuiBase" >
74
<property name="geometry" >
85
<rect>
96
<x>0</x>
107
<y>0</y>
118
<width>564</width>
12-
<height>413</height>
9+
<height>517</height>
1310
</rect>
1411
</property>
1512
<property name="windowTitle" >
@@ -260,7 +257,7 @@
260257
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style="font-size:12pt;font-family:Arial">
261258
&lt;p style="margin-top:16px">&lt;span style="font-size:16pt;font-weight:600">Description&lt;/span>&lt;/p>
262259
&lt;p>Select a delimited text file containing x and y coordinates that you would like to use as a point layer and this plugin will do the job for you! &lt;/p>
263-
&lt;p>Use the layer name box to specify the legend name for the new layer. Use the delimiter box to specify what delimeter is used in your file (e.g. space, commar or tab). Note this box accepts regular expressions so use \t for tab and so on. After choosing a delimiter, press the parse button an select the columns containing the x and y values for the layer.&lt;/p>
260+
&lt;p>Use the layer name box to specify the legend name for the new layer. Use the delimiter box to specify what delimeter is used in your file (e.g. space, comma or tab). After choosing a delimiter, press the parse button an select the columns containing the x and y values for the layer.&lt;/p>
264261
&lt;/body>&lt;/html>
265262
</string>
266263
</property>
@@ -414,21 +411,17 @@
414411
</layout>
415412
</widget>
416413
<layoutdefault spacing="6" margin="11" />
417-
<pixmapfunction></pixmapfunction>
418414
<customwidgets>
419415
<customwidget>
420416
<class>Q3TextEdit</class>
421-
<extends></extends>
417+
<extends>Q3Frame</extends>
422418
<header>q3textedit.h</header>
423-
<container>0</container>
424-
<pixmap></pixmap>
425419
</customwidget>
426420
<customwidget>
427421
<class>Q3GroupBox</class>
428-
<extends></extends>
422+
<extends>QGroupBox</extends>
429423
<header>Qt3Support/Q3GroupBox</header>
430424
<container>1</container>
431-
<pixmap></pixmap>
432425
</customwidget>
433426
</customwidgets>
434427
<tabstops>

0 commit comments

Comments
 (0)