mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2129 c8812cc2-4d05-0410-92ff-de0c093fc19c
126 lines
4.4 KiB
XML
126 lines
4.4 KiB
XML
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
<class>QgsGeomTypeDialogBase</class>
|
|
<widget class="QDialog">
|
|
<property name="name">
|
|
<cstring>QgsGeomTypeDialogBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>330</width>
|
|
<height>244</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Select Geometry type</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QButtonGroup" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>buttonGroup1</cstring>
|
|
</property>
|
|
<property name="title">
|
|
<string>Type</string>
|
|
</property>
|
|
<property name="exclusive">
|
|
<bool>true</bool>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QRadioButton" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>mPointRadioButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>mLineRadioButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Line</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" row="2" column="0">
|
|
<property name="name">
|
|
<cstring>mPolygonRadioButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Polygon</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="QLayoutWidget" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>layout3</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>spacer9</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>93</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="QPushButton">
|
|
<property name="name">
|
|
<cstring>mOkButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton">
|
|
<property name="name">
|
|
<cstring>mCancelButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>spacer10</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</hbox>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|