mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>Form</class>
 | 
						|
 <widget class="QWidget" name="Form">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>250</width>
 | 
						|
    <height>23</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Form</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
   <property name="spacing">
 | 
						|
    <number>2</number>
 | 
						|
   </property>
 | 
						|
   <property name="margin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <item>
 | 
						|
    <widget class="QComboBox" name="cmbText"/>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QToolButton" name="btnSelect">
 | 
						|
     <property name="text">
 | 
						|
      <string>...</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QToolButton" name="btnIterate">
 | 
						|
     <property name="toolTip">
 | 
						|
      <string>Iterate over this layer</string>
 | 
						|
     </property>
 | 
						|
     <property name="text">
 | 
						|
      <string>...</string>
 | 
						|
     </property>
 | 
						|
     <property name="checkable">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |