mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			81 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			1.9 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>609</width>
 | |
|     <height>213</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Form</string>
 | |
|   </property>
 | |
|   <layout class="QGridLayout" name="gridLayout">
 | |
|    <property name="margin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <item row="0" column="0">
 | |
|     <widget class="QCheckBox" name="equalsBox">
 | |
|      <property name="text">
 | |
|       <string>equals</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="1" column="0">
 | |
|     <widget class="QCheckBox" name="containsBox">
 | |
|      <property name="text">
 | |
|       <string>contains</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="3" column="0">
 | |
|     <widget class="QCheckBox" name="touchesBox">
 | |
|      <property name="text">
 | |
|       <string>touches</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="2" column="0">
 | |
|     <widget class="QCheckBox" name="intersectsBox">
 | |
|      <property name="text">
 | |
|       <string>intersects</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="0" column="1">
 | |
|     <widget class="QCheckBox" name="withinBox">
 | |
|      <property name="text">
 | |
|       <string>within</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="1" column="1">
 | |
|     <widget class="QCheckBox" name="overlapsBox">
 | |
|      <property name="text">
 | |
|       <string>overlaps</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="2" column="1">
 | |
|     <widget class="QCheckBox" name="crossesBox">
 | |
|      <property name="text">
 | |
|       <string>crosses</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="3" column="1">
 | |
|     <widget class="QCheckBox" name="disjointBox">
 | |
|      <property name="text">
 | |
|       <string>disjoint</string>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 |