mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Loaded into designer and resaved to fix a crash when loading
this plugin git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4472 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
3661cba16e
commit
432d7f9f67
@ -156,7 +156,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="textLabel2" >
|
||||
<property name="text" >
|
||||
<string><p align="right">X field</p></string>
|
||||
<string><p align="right">X field</p></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -190,7 +190,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="textLabel2_2" >
|
||||
<property name="text" >
|
||||
<string><p align="right">Y field</p></string>
|
||||
<string><p align="right">Y field</p></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -228,6 +228,9 @@
|
||||
<property name="title" >
|
||||
<string>Sample text</string>
|
||||
</property>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
<number>10</number>
|
||||
@ -254,8 +257,8 @@
|
||||
<item row="2" column="2" >
|
||||
<widget class="Q3TextEdit" name="teInstructions" >
|
||||
<property name="text" >
|
||||
<string><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Description</span></p>
|
||||
<string><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Description</span></p>
|
||||
<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! </p>
|
||||
<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.</p>
|
||||
</body></html>
|
||||
@ -273,7 +276,7 @@
|
||||
<widget class="QLabel" name="txtHeading" >
|
||||
<property name="font" >
|
||||
<font>
|
||||
<family></family>
|
||||
<family>Sans Serif</family>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>50</weight>
|
||||
<italic>false</italic>
|
||||
@ -413,13 +416,6 @@
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>Q3GroupBox</class>
|
||||
<extends></extends>
|
||||
<header>Qt3Support/Q3GroupBox</header>
|
||||
<container>1</container>
|
||||
<pixmap></pixmap>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>Q3TextEdit</class>
|
||||
<extends></extends>
|
||||
@ -427,6 +423,13 @@
|
||||
<container>0</container>
|
||||
<pixmap></pixmap>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>Q3GroupBox</class>
|
||||
<extends></extends>
|
||||
<header>Qt3Support/Q3GroupBox</header>
|
||||
<container>1</container>
|
||||
<pixmap></pixmap>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>txtLayerName</tabstop>
|
||||
|
Loading…
x
Reference in New Issue
Block a user