mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			420 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			420 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>DbManagerDlgImportVector</class>
 | |
|  <widget class="QDialog" name="DbManagerDlgImportVector">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>482</width>
 | |
|     <height>496</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Import vector layer</string>
 | |
|   </property>
 | |
|   <layout class="QVBoxLayout" name="verticalLayout">
 | |
|    <item>
 | |
|     <widget class="QWidget" name="wdgInput" native="true">
 | |
|      <layout class="QGridLayout" name="gridLayout_3">
 | |
|       <item row="0" column="0">
 | |
|        <widget class="QLabel" name="label_5">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Input</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="3">
 | |
|        <widget class="QToolButton" name="btnChooseInputFile">
 | |
|         <property name="text">
 | |
|          <string>…</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="2" column="0" colspan="4">
 | |
|        <widget class="Line" name="line">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="1" colspan="2">
 | |
|        <widget class="QComboBox" name="cboInputLayer">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|         <property name="editable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|         <property name="insertPolicy">
 | |
|          <enum>QComboBox::NoInsert</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="0" colspan="4">
 | |
|        <layout class="QHBoxLayout" name="horizontalLayout_2">
 | |
|         <item>
 | |
|          <widget class="QCheckBox" name="chkSelectedFeatures">
 | |
|           <property name="text">
 | |
|            <string>Import only selected features</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <spacer name="horizontalSpacer">
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Horizontal</enum>
 | |
|           </property>
 | |
|           <property name="sizeHint" stdset="0">
 | |
|            <size>
 | |
|             <width>40</width>
 | |
|             <height>20</height>
 | |
|            </size>
 | |
|           </property>
 | |
|          </spacer>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QPushButton" name="btnUpdateInputLayer">
 | |
|           <property name="text">
 | |
|            <string>Update options</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QGroupBox" name="groupBox_3">
 | |
|      <property name="title">
 | |
|       <string>Output table</string>
 | |
|      </property>
 | |
|      <layout class="QGridLayout" name="gridLayout_2">
 | |
|       <item row="0" column="0">
 | |
|        <widget class="QLabel" name="label_2">
 | |
|         <property name="text">
 | |
|          <string>Schema</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="1">
 | |
|        <widget class="QComboBox" name="cboSchema">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="0">
 | |
|        <widget class="QLabel" name="label_3">
 | |
|         <property name="text">
 | |
|          <string>Table</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="1">
 | |
|        <widget class="QComboBox" name="cboTable">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|         <property name="editable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|         <property name="insertPolicy">
 | |
|          <enum>QComboBox::NoInsert</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|      <zorder>cboTable</zorder>
 | |
|      <zorder>label_2</zorder>
 | |
|      <zorder>cboSchema</zorder>
 | |
|      <zorder>label_3</zorder>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QGroupBox" name="groupBox_2">
 | |
|      <property name="title">
 | |
|       <string>Options</string>
 | |
|      </property>
 | |
|      <layout class="QGridLayout" name="gridLayout">
 | |
|       <item row="5" column="0" colspan="2">
 | |
|        <widget class="QCheckBox" name="chkDropTable">
 | |
|         <property name="text">
 | |
|          <string>Replace destination table (if exists)</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="0">
 | |
|        <widget class="QCheckBox" name="chkPrimaryKey">
 | |
|         <property name="text">
 | |
|          <string>Primary key</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="1">
 | |
|        <widget class="QLineEdit" name="editPrimaryKey">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="0">
 | |
|        <widget class="QCheckBox" name="chkGeomColumn">
 | |
|         <property name="text">
 | |
|          <string>Geometry column</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="1">
 | |
|        <widget class="QLineEdit" name="editGeomColumn">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="4" column="0">
 | |
|        <widget class="QCheckBox" name="chkEncoding">
 | |
|         <property name="text">
 | |
|          <string>Encoding</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="4" column="1">
 | |
|        <widget class="QComboBox" name="cboEncoding">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|         <property name="editable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="7" column="0" colspan="2">
 | |
|        <widget class="QCheckBox" name="chkSinglePart">
 | |
|         <property name="text">
 | |
|          <string>Create single-part geometries instead of multi-part</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="9" column="0" colspan="2">
 | |
|        <widget class="QCheckBox" name="chkSpatialIndex">
 | |
|         <property name="text">
 | |
|          <string>Create spatial index</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="8" column="0" colspan="2">
 | |
|        <widget class="QCheckBox" name="chkLowercaseFieldNames">
 | |
|         <property name="text">
 | |
|          <string>Convert field names to lowercase</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="3" column="0">
 | |
|        <widget class="QCheckBox" name="chkTargetSrid">
 | |
|         <property name="text">
 | |
|          <string>Target SRID</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="3" column="1">
 | |
|        <widget class="QgsProjectionSelectionWidget" name="widgetTargetSrid" native="true">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="2" column="1">
 | |
|        <widget class="QgsProjectionSelectionWidget" name="widgetSourceSrid" native="true">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="2" column="0">
 | |
|        <widget class="QCheckBox" name="chkSourceSrid">
 | |
|         <property name="text">
 | |
|          <string>Source SRID</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <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>
 | |
|   <zorder>groupBox_2</zorder>
 | |
|   <zorder>buttonBox</zorder>
 | |
|   <zorder>groupBox_3</zorder>
 | |
|   <zorder>wdgInput</zorder>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>QgsProjectionSelectionWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>qgis.gui</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <tabstops>
 | |
|   <tabstop>cboInputLayer</tabstop>
 | |
|   <tabstop>btnChooseInputFile</tabstop>
 | |
|   <tabstop>chkSelectedFeatures</tabstop>
 | |
|   <tabstop>btnUpdateInputLayer</tabstop>
 | |
|   <tabstop>cboSchema</tabstop>
 | |
|   <tabstop>cboTable</tabstop>
 | |
|   <tabstop>chkPrimaryKey</tabstop>
 | |
|   <tabstop>editPrimaryKey</tabstop>
 | |
|   <tabstop>chkGeomColumn</tabstop>
 | |
|   <tabstop>editGeomColumn</tabstop>
 | |
|   <tabstop>chkSourceSrid</tabstop>
 | |
|   <tabstop>chkTargetSrid</tabstop>
 | |
|   <tabstop>chkEncoding</tabstop>
 | |
|   <tabstop>cboEncoding</tabstop>
 | |
|   <tabstop>chkDropTable</tabstop>
 | |
|   <tabstop>chkSinglePart</tabstop>
 | |
|   <tabstop>chkLowercaseFieldNames</tabstop>
 | |
|   <tabstop>chkSpatialIndex</tabstop>
 | |
|  </tabstops>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>rejected()</signal>
 | |
|    <receiver>DbManagerDlgImportVector</receiver>
 | |
|    <slot>reject()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>334</x>
 | |
|      <y>486</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>286</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>chkPrimaryKey</sender>
 | |
|    <signal>toggled(bool)</signal>
 | |
|    <receiver>editPrimaryKey</receiver>
 | |
|    <slot>setEnabled(bool)</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>129</x>
 | |
|      <y>239</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>460</x>
 | |
|      <y>239</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>chkGeomColumn</sender>
 | |
|    <signal>toggled(bool)</signal>
 | |
|    <receiver>editGeomColumn</receiver>
 | |
|    <slot>setEnabled(bool)</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>141</x>
 | |
|      <y>265</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>442</x>
 | |
|      <y>265</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>chkEncoding</sender>
 | |
|    <signal>toggled(bool)</signal>
 | |
|    <receiver>cboEncoding</receiver>
 | |
|    <slot>setEnabled(bool)</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>119</x>
 | |
|      <y>343</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>455</x>
 | |
|      <y>343</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>accepted()</signal>
 | |
|    <receiver>DbManagerDlgImportVector</receiver>
 | |
|    <slot>accept()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>461</x>
 | |
|      <y>486</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>508</x>
 | |
|      <y>243</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>chkSourceSrid</sender>
 | |
|    <signal>toggled(bool)</signal>
 | |
|    <receiver>widgetSourceSrid</receiver>
 | |
|    <slot>setEnabled(bool)</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>134</x>
 | |
|      <y>281</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>357</x>
 | |
|      <y>281</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>chkTargetSrid</sender>
 | |
|    <signal>toggled(bool)</signal>
 | |
|    <receiver>widgetTargetSrid</receiver>
 | |
|    <slot>setEnabled(bool)</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>134</x>
 | |
|      <y>307</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>357</x>
 | |
|      <y>307</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|  </connections>
 | |
| </ui>
 |