mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			238 lines
		
	
	
		
			5.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			238 lines
		
	
	
		
			5.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>Dialog</class>
 | 
						|
 <widget class="QDialog" name="Dialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>396</width>
 | 
						|
    <height>563</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Count Points In Polygons</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QGridLayout" name="gridLayout">
 | 
						|
   <item row="5" column="0">
 | 
						|
    <widget class="QLabel" name="label_6">
 | 
						|
     <property name="text">
 | 
						|
      <string>Statistical method for attribute aggregation</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="1" column="0">
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="label_4">
 | 
						|
       <property name="text">
 | 
						|
        <string>Input point vector layer</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QComboBox" name="inPoint"/>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item row="9" column="0">
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
     <item>
 | 
						|
      <spacer name="verticalSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Vertical</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>20</width>
 | 
						|
         <height>40</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="label_2">
 | 
						|
       <property name="text">
 | 
						|
        <string>Output Shapefile</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <widget class="QLineEdit" name="outShape">
 | 
						|
         <property name="readOnly">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QPushButton" name="toolOut">
 | 
						|
         <property name="text">
 | 
						|
          <string>Browse</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item row="3" column="0">
 | 
						|
    <widget class="QLabel" name="label">
 | 
						|
     <property name="text">
 | 
						|
      <string>Input point vector layer attributes to aggregate</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="21" column="0">
 | 
						|
    <widget class="QCheckBox" name="addToCanvasCheck">
 | 
						|
     <property name="text">
 | 
						|
      <string>Add result to canvas</string>
 | 
						|
     </property>
 | 
						|
     <property name="checked">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="22" column="0">
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
     <item>
 | 
						|
      <widget class="QProgressBar" name="progressBar">
 | 
						|
       <property name="value">
 | 
						|
        <number>0</number>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
       <property name="textVisible">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="standardButtons">
 | 
						|
        <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item row="0" column="0">
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="label_3">
 | 
						|
       <property name="text">
 | 
						|
        <string>Input polygon vector layer</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QComboBox" name="inPolygon"/>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item row="4" column="0">
 | 
						|
    <widget class="QListWidget" name="attributeList">
 | 
						|
     <property name="toolTip">
 | 
						|
      <string>Select columns</string>
 | 
						|
     </property>
 | 
						|
     <property name="selectionMode">
 | 
						|
      <enum>QAbstractItemView::MultiSelection</enum>
 | 
						|
     </property>
 | 
						|
     <property name="uniformItemSizes">
 | 
						|
      <bool>false</bool>
 | 
						|
     </property>
 | 
						|
     <property name="sortingEnabled">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="6" column="0">
 | 
						|
    <widget class="QComboBox" name="statisticSelector">
 | 
						|
     <item>
 | 
						|
      <property name="text">
 | 
						|
       <string>sum</string>
 | 
						|
      </property>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <property name="text">
 | 
						|
       <string>stddev</string>
 | 
						|
      </property>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <property name="text">
 | 
						|
       <string>mean</string>
 | 
						|
      </property>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <property name="text">
 | 
						|
       <string>max</string>
 | 
						|
      </property>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <property name="text">
 | 
						|
       <string>min</string>
 | 
						|
      </property>
 | 
						|
     </item>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="8" column="0">
 | 
						|
    <widget class="QLineEdit" name="lnField">
 | 
						|
     <property name="text">
 | 
						|
      <string>PNTCNT</string>
 | 
						|
     </property>
 | 
						|
     <property name="maxLength">
 | 
						|
      <number>10</number>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="7" column="0">
 | 
						|
    <widget class="QLabel" name="label_5">
 | 
						|
     <property name="text">
 | 
						|
      <string>Output count field name</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>Dialog</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>Dialog</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>
 | 
						|
</ui>
 |