mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>GdalToolsInOutSelector</class>
 | 
						|
 <widget class="QWidget" name="GdalToolsInOutSelector">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>294</width>
 | 
						|
    <height>28</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
   <property name="margin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <item>
 | 
						|
    <widget class="QLineEdit" name="fileEdit">
 | 
						|
     <property name="minimumSize">
 | 
						|
      <size>
 | 
						|
       <width>100</width>
 | 
						|
       <height>0</height>
 | 
						|
      </size>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QComboBox" name="combo">
 | 
						|
     <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="frame">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QPushButton" name="selectBtn">
 | 
						|
     <property name="text">
 | 
						|
      <string>Select...</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |