QGIS/python/plugins/db_manager/ui/DlgAddGeometryColumn.ui

172 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DbManagerDlgAddGeometryColumn</class>
<widget class="QDialog" name="DbManagerDlgAddGeometryColumn">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>297</width>
<height>179</height>
</rect>
</property>
<property name="windowTitle">
<string>Add geometry column</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Name</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="editName">
<property name="text">
<string notr="true">geom</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Type</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QComboBox" name="cboType">
<item>
<property name="text">
<string notr="true">POINT</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">LINESTRING</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">POLYGON</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">MULTIPOINT</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">MULTILINESTRING</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">MULTIPOLYGON</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">GEOMETRYCOLLECTION</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Dimensions</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spinDim">
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>4</number>
</property>
</widget>
</item>
<item row="2" column="2" rowspan="2">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>48</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>SRID</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="editSrid">
<property name="text">
<string notr="true">-1</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>editName</tabstop>
<tabstop>cboType</tabstop>
<tabstop>spinDim</tabstop>
<tabstop>editSrid</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>DbManagerDlgAddGeometryColumn</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>285</x>
<y>218</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>