Skip to content

Commit 5ed82f9

Browse files
author
g_j_m
committedJan 4, 2006
Loaded into designer and resaved to fix a crash when loading
this plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@4472 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 02d57cb commit 5ed82f9

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed
 

‎plugins/delimited_text/qgsdelimitedtextpluginguibase.ui

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<item>
157157
<widget class="QLabel" name="textLabel2" >
158158
<property name="text" >
159-
<string>&lt;p align=&quot;right&quot;>X field&lt;/p></string>
159+
<string>&lt;p align="right">X field&lt;/p></string>
160160
</property>
161161
</widget>
162162
</item>
@@ -190,7 +190,7 @@
190190
<item>
191191
<widget class="QLabel" name="textLabel2_2" >
192192
<property name="text" >
193-
<string>&lt;p align=&quot;right&quot;>Y field&lt;/p></string>
193+
<string>&lt;p align="right">Y field&lt;/p></string>
194194
</property>
195195
</widget>
196196
</item>
@@ -228,6 +228,9 @@
228228
<property name="title" >
229229
<string>Sample text</string>
230230
</property>
231+
<property name="orientation" >
232+
<enum>Qt::Vertical</enum>
233+
</property>
231234
<layout class="QGridLayout" >
232235
<property name="margin" >
233236
<number>10</number>
@@ -254,8 +257,8 @@
254257
<item row="2" column="2" >
255258
<widget class="Q3TextEdit" name="teInstructions" >
256259
<property name="text" >
257-
<string>&lt;html>&lt;head>&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; />&lt;/head>&lt;body style=&quot;font-size:12pt;font-family:Arial&quot;>
258-
&lt;p style=&quot;margin-top:16px&quot;>&lt;span style=&quot;font-size:16pt;font-weight:600&quot;>Description&lt;/span>&lt;/p>
260+
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style="font-size:12pt;font-family:Arial">
261+
&lt;p style="margin-top:16px">&lt;span style="font-size:16pt;font-weight:600">Description&lt;/span>&lt;/p>
259262
&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>
260263
&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>
261264
&lt;/body>&lt;/html>
@@ -273,7 +276,7 @@
273276
<widget class="QLabel" name="txtHeading" >
274277
<property name="font" >
275278
<font>
276-
<family></family>
279+
<family>Sans Serif</family>
277280
<pointsize>20</pointsize>
278281
<weight>50</weight>
279282
<italic>false</italic>
@@ -414,17 +417,17 @@
414417
<pixmapfunction></pixmapfunction>
415418
<customwidgets>
416419
<customwidget>
417-
<class>Q3GroupBox</class>
420+
<class>Q3TextEdit</class>
418421
<extends></extends>
419-
<header>Qt3Support/Q3GroupBox</header>
420-
<container>1</container>
422+
<header>q3textedit.h</header>
423+
<container>0</container>
421424
<pixmap></pixmap>
422425
</customwidget>
423426
<customwidget>
424-
<class>Q3TextEdit</class>
427+
<class>Q3GroupBox</class>
425428
<extends></extends>
426-
<header>q3textedit.h</header>
427-
<container>0</container>
429+
<header>Qt3Support/Q3GroupBox</header>
430+
<container>1</container>
428431
<pixmap></pixmap>
429432
</customwidget>
430433
</customwidgets>

0 commit comments

Comments
 (0)
Please sign in to comment.