mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			166 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			166 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>NewConnectionDialog</class>
 | 
						|
 <widget class="QDialog" name="NewConnectionDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>585</width>
 | 
						|
    <height>327</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Create a new Catalog connection</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QGridLayout" name="gridLayout">
 | 
						|
   <item row="1" column="1">
 | 
						|
    <widget class="QLineEdit" name="leURL"/>
 | 
						|
   </item>
 | 
						|
   <item row="1" column="0">
 | 
						|
    <widget class="QLabel" name="label_2">
 | 
						|
     <property name="text">
 | 
						|
      <string>URL</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="0" column="0">
 | 
						|
    <widget class="QLabel" name="label">
 | 
						|
     <property name="text">
 | 
						|
      <string>Name</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="4" column="1">
 | 
						|
    <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>
 | 
						|
   <item row="0" column="1">
 | 
						|
    <widget class="QLineEdit" name="leName"/>
 | 
						|
   </item>
 | 
						|
   <item row="3" column="0" colspan="2">
 | 
						|
    <widget class="QGroupBox" name="authenticationGroupBox">
 | 
						|
     <property name="title">
 | 
						|
      <string>Authentication</string>
 | 
						|
     </property>
 | 
						|
     <layout class="QFormLayout" name="formLayout_2">
 | 
						|
      <item row="0" column="0" colspan="2">
 | 
						|
       <widget class="QLabel" name="label_3">
 | 
						|
        <property name="text">
 | 
						|
         <string>If the service requires basic authentication, enter a user name and optional password</string>
 | 
						|
        </property>
 | 
						|
        <property name="wordWrap">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="0">
 | 
						|
       <widget class="QLabel" name="label_4">
 | 
						|
        <property name="text">
 | 
						|
         <string>User name</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="1">
 | 
						|
       <widget class="QLineEdit" name="leUsername"/>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="0">
 | 
						|
       <widget class="QLabel" name="label_5">
 | 
						|
        <property name="text">
 | 
						|
         <string>Password</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="1">
 | 
						|
       <widget class="QgsPasswordLineEdit" name="lePassword"/>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="2" column="0" colspan="2">
 | 
						|
    <widget class="QGroupBox" name="optionsGroupBox">
 | 
						|
     <property name="title">
 | 
						|
      <string>Options</string>
 | 
						|
     </property>
 | 
						|
     <widget class="QLabel" name="leCatalogType">
 | 
						|
      <property name="geometry">
 | 
						|
       <rect>
 | 
						|
        <x>10</x>
 | 
						|
        <y>30</y>
 | 
						|
        <width>71</width>
 | 
						|
        <height>16</height>
 | 
						|
       </rect>
 | 
						|
      </property>
 | 
						|
      <property name="text">
 | 
						|
       <string>Catalog Type</string>
 | 
						|
      </property>
 | 
						|
     </widget>
 | 
						|
     <widget class="QComboBox" name="cmbCatalogType">
 | 
						|
      <property name="geometry">
 | 
						|
       <rect>
 | 
						|
        <x>100</x>
 | 
						|
        <y>30</y>
 | 
						|
        <width>151</width>
 | 
						|
        <height>22</height>
 | 
						|
       </rect>
 | 
						|
      </property>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <tabstops>
 | 
						|
  <tabstop>leName</tabstop>
 | 
						|
  <tabstop>leURL</tabstop>
 | 
						|
  <tabstop>buttonBox</tabstop>
 | 
						|
 </tabstops>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>NewConnectionDialog</receiver>
 | 
						|
   <slot>accept()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>248</x>
 | 
						|
     <y>254</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>157</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>rejected()</signal>
 | 
						|
   <receiver>NewConnectionDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>316</x>
 | 
						|
     <y>260</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>286</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
  <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsPasswordLineEdit</class>
 | 
						|
   <extends>QLineEdit</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
</ui>
 |