mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			534 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			534 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>DlgModeler</class>
 | 
						|
 <widget class="QMainWindow" name="DlgModeler">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>1000</width>
 | 
						|
    <height>600</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Processing modeler</string>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="centralwidget">
 | 
						|
   <layout class="QVBoxLayout" name="verticalLayout_1">
 | 
						|
    <property name="spacing">
 | 
						|
     <number>3</number>
 | 
						|
    </property>
 | 
						|
    <property name="margin">
 | 
						|
     <number>2</number>
 | 
						|
    </property>
 | 
						|
    <item>
 | 
						|
     <widget class="QGraphicsView" name="view"/>
 | 
						|
    </item>     
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QgsDockWidget" name="propertiesDock">
 | 
						|
   <property name="features">
 | 
						|
    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
 | 
						|
   </property>
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Model properties</string>
 | 
						|
   </property>
 | 
						|
   <attribute name="dockWidgetArea">
 | 
						|
    <number>1</number>
 | 
						|
   </attribute>
 | 
						|
   <layout class="QVBoxLayout" name="verticalDockLayout_1">
 | 
						|
    <property name="spacing">
 | 
						|
     <number>0</number>
 | 
						|
    </property>
 | 
						|
    <property name="margin">
 | 
						|
     <number>0</number>
 | 
						|
    </property>
 | 
						|
    <item>
 | 
						|
     <widget class="QScrollArea" name="scrollArea_1">
 | 
						|
      <property name="sizePolicy">
 | 
						|
       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
        <horstretch>0</horstretch>
 | 
						|
        <verstretch>0</verstretch>
 | 
						|
       </sizepolicy>
 | 
						|
      </property>
 | 
						|
      <property name="focusPolicy">
 | 
						|
       <enum>Qt::WheelFocus</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShape">
 | 
						|
       <enum>QFrame::NoFrame</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShadow">
 | 
						|
       <enum>QFrame::Plain</enum>
 | 
						|
      </property>
 | 
						|
      <property name="widgetResizable">
 | 
						|
       <bool>true</bool>
 | 
						|
      </property>
 | 
						|
      <widget class="QWidget" name="scrollAreaWidgetContents_1">
 | 
						|
       <property name="geometry">
 | 
						|
        <rect>
 | 
						|
         <x>0</x>
 | 
						|
         <y>0</y>
 | 
						|
         <width>287</width>
 | 
						|
         <height>500</height>
 | 
						|
        </rect>
 | 
						|
       </property>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
        <property name="spacing">
 | 
						|
         <number>4</number>
 | 
						|
        </property>
 | 
						|
        <property name="margin">
 | 
						|
         <number>6</number>
 | 
						|
        </property>
 | 
						|
        <item>
 | 
						|
         <layout class="QGridLayout" name="gridLayout">
 | 
						|
          <property name="spacing">
 | 
						|
           <number>4</number>
 | 
						|
          </property>
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="label_1">
 | 
						|
            <property name="text">
 | 
						|
             <string>Name</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="1">
 | 
						|
           <widget class="QLineEdit" name="textName">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>Enter model name here</string> 
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="0">
 | 
						|
           <widget class="QLabel" name="label_2">
 | 
						|
            <property name="text">
 | 
						|
             <string>Group</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QLineEdit" name="textGroup">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>Enter group name here</string> 
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </widget>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QgsDockWidget" name="inputsDock">
 | 
						|
   <property name="features">
 | 
						|
    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
 | 
						|
   </property>
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Inputs</string>
 | 
						|
   </property>
 | 
						|
   <attribute name="dockWidgetArea">
 | 
						|
    <number>1</number>
 | 
						|
   </attribute>
 | 
						|
   <layout class="QVBoxLayout" name="verticalDockLayout_2">
 | 
						|
    <property name="spacing">
 | 
						|
     <number>0</number>
 | 
						|
    </property>
 | 
						|
    <property name="margin">
 | 
						|
     <number>0</number>
 | 
						|
    </property>
 | 
						|
    <item>
 | 
						|
     <widget class="QScrollArea" name="scrollArea_2">
 | 
						|
      <property name="sizePolicy">
 | 
						|
       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
        <horstretch>0</horstretch>
 | 
						|
        <verstretch>0</verstretch>
 | 
						|
       </sizepolicy>
 | 
						|
      </property>
 | 
						|
      <property name="focusPolicy">
 | 
						|
       <enum>Qt::WheelFocus</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShape">
 | 
						|
       <enum>QFrame::NoFrame</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShadow">
 | 
						|
       <enum>QFrame::Plain</enum>
 | 
						|
      </property>
 | 
						|
      <property name="widgetResizable">
 | 
						|
       <bool>true</bool>
 | 
						|
      </property>
 | 
						|
      <widget class="QWidget" name="scrollAreaWidgetContents_2">
 | 
						|
       <property name="geometry">
 | 
						|
        <rect>
 | 
						|
         <x>0</x>
 | 
						|
         <y>0</y>
 | 
						|
         <width>287</width>
 | 
						|
         <height>1113</height>
 | 
						|
        </rect>
 | 
						|
       </property>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
        <property name="spacing">
 | 
						|
         <number>4</number>
 | 
						|
        </property>
 | 
						|
        <property name="margin">
 | 
						|
         <number>2</number>
 | 
						|
        </property>
 | 
						|
        <item>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						|
          <property name="spacing">
 | 
						|
           <number>4</number>
 | 
						|
          </property>
 | 
						|
          <property name="margin">
 | 
						|
           <number>0</number>
 | 
						|
          </property>
 | 
						|
          <item>
 | 
						|
           <widget class="QTreeWidget" name="inputsTree">
 | 
						|
            <property name="alternatingRowColors">
 | 
						|
             <bool>true</bool>
 | 
						|
            </property>
 | 
						|
            <attribute name="headerVisible">
 | 
						|
             <bool>false</bool>
 | 
						|
            </attribute>
 | 
						|
            <column>
 | 
						|
             <property name="text">
 | 
						|
              <string notr="true">1</string>
 | 
						|
             </property>
 | 
						|
            </column>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </widget>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QgsDockWidget" name="algorithmsDock">
 | 
						|
   <property name="features">
 | 
						|
    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
 | 
						|
   </property>
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Algorithms</string>
 | 
						|
   </property>
 | 
						|
   <attribute name="dockWidgetArea">
 | 
						|
    <number>1</number>
 | 
						|
   </attribute>
 | 
						|
   <layout class="QVBoxLayout" name="verticalDockLayout_3">
 | 
						|
    <property name="spacing">
 | 
						|
     <number>0</number>
 | 
						|
    </property>
 | 
						|
    <property name="margin">
 | 
						|
     <number>2</number>
 | 
						|
    </property>
 | 
						|
    <item>
 | 
						|
     <widget class="QScrollArea" name="scrollArea_3">
 | 
						|
      <property name="sizePolicy">
 | 
						|
       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
        <horstretch>0</horstretch>
 | 
						|
        <verstretch>0</verstretch>
 | 
						|
       </sizepolicy>
 | 
						|
      </property>
 | 
						|
      <property name="focusPolicy">
 | 
						|
       <enum>Qt::WheelFocus</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShape">
 | 
						|
       <enum>QFrame::NoFrame</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShadow">
 | 
						|
       <enum>QFrame::Plain</enum>
 | 
						|
      </property>
 | 
						|
      <property name="widgetResizable">
 | 
						|
       <bool>true</bool>
 | 
						|
      </property>
 | 
						|
      <widget class="QWidget" name="scrollAreaWidgetContents_3">
 | 
						|
       <property name="geometry">
 | 
						|
        <rect>
 | 
						|
         <x>0</x>
 | 
						|
         <y>0</y>
 | 
						|
         <width>287</width>
 | 
						|
         <height>1113</height>
 | 
						|
        </rect>
 | 
						|
       </property>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout_5">
 | 
						|
        <property name="spacing">
 | 
						|
         <number>0</number>
 | 
						|
        </property>
 | 
						|
        <property name="margin">
 | 
						|
         <number>2</number>
 | 
						|
        </property>
 | 
						|
        <item>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_6">
 | 
						|
          <property name="spacing">
 | 
						|
           <number>0</number>
 | 
						|
          </property>
 | 
						|
          <property name="margin">
 | 
						|
           <number>0</number>
 | 
						|
          </property>
 | 
						|
          <item>
 | 
						|
           <widget class="QgsFilterLineEdit" name="searchBox">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>Enter algorithm name to filter list</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QTreeWidget" name="algorithmTree">
 | 
						|
            <property name="alternatingRowColors">
 | 
						|
             <bool>true</bool>
 | 
						|
            </property>
 | 
						|
            <attribute name="headerVisible">
 | 
						|
             <bool>false</bool>
 | 
						|
            </attribute>
 | 
						|
            <column>
 | 
						|
             <property name="text">
 | 
						|
              <string notr="true">1</string>
 | 
						|
             </property>
 | 
						|
            </column>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </widget>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QToolBar" name="mToolbar">
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Navigation</string>
 | 
						|
   </property>
 | 
						|
   <attribute name="toolBarArea">
 | 
						|
    <enum>TopToolBarArea</enum>
 | 
						|
   </attribute>
 | 
						|
   <attribute name="toolBarBreak">
 | 
						|
    <bool>true</bool>
 | 
						|
   </attribute>
 | 
						|
   <addaction name="mActionOpen"/>
 | 
						|
   <addaction name="mActionSave"/>
 | 
						|
   <addaction name="mActionSaveAs"/>
 | 
						|
   <addaction name="separator"/>
 | 
						|
   <addaction name="mActionZoomIn"/>
 | 
						|
   <addaction name="mActionZoomOut"/>
 | 
						|
   <addaction name="mActionZoomActual"/>
 | 
						|
   <addaction name="mActionZoomToItems"/>
 | 
						|
   <addaction name="separator"/>
 | 
						|
   <addaction name="mActionExportImage"/>
 | 
						|
   <addaction name="mActionExportPdf"/>
 | 
						|
   <addaction name="mActionExportSvg"/>
 | 
						|
   <addaction name="mActionExportPython"/>
 | 
						|
   <addaction name="separator"/>
 | 
						|
   <addaction name="mActionEditHelp"/>
 | 
						|
   <addaction name="separator"/>
 | 
						|
   <addaction name="mActionRun"/>
 | 
						|
  </widget>
 | 
						|
  <action name="mActionOpen">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionFileOpen.svg</normaloff>:/images/themes/default/mActionFileOpen.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Open model...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Open model (Ctrl+O)</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+O</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionSave">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionFileSave.svg</normaloff>:/images/themes/default/mActionFileSave.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Save model</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Save model (Ctrl+S)</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+S</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionSaveAs">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionFileSaveAs.svg</normaloff>:/images/themes/default/mActionFileSaveAs.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Save model as...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Save model as (Ctrl+S)</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+Shift+S</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionZoomActual">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionZoomActual.svg</normaloff>:/images/themes/default/mActionZoomActual.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Zoom to &100%</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Zoom to &100%</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+1</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionZoomIn">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionZoomIn.svg</normaloff>:/images/themes/default/mActionZoomIn.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Zoom in</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Zoom in</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl++</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionZoomOut">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionZoomOut.svg</normaloff>:/images/themes/default/mActionZoomOut.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Zoom out</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Zoom out</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+-</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionExportImage">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionSaveMapAsImage.svg</normaloff>:/images/themes/default/mActionSaveMapAsImage.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Export as image...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Export as image</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionZoomToItems">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionZoomFullExtent.svg</normaloff>:/images/themes/default/mActionZoomFullExtent.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Zoom full</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Zoom full</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+0</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionExportPdf">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionSaveAsPDF.svg</normaloff>:/images/themes/default/mActionSaveAsPDF.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Export as PDF...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Export as PDF</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionExportSvg">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionSaveAsSVG.svg</normaloff>:/images/themes/default/mActionSaveAsSVG.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Export as SVG...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Export as SVG</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionExportPython">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionSaveAsPython.svg</normaloff>:/images/themes/default/mActionSaveAsPython.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Export as Python script...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Export as Python script</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionEditHelp">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionEditHelpContent.svg</normaloff>:/images/themes/default/mActionEditHelpContent.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Edit model help...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Edit model help</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="mActionRun">
 | 
						|
   <property name="icon">
 | 
						|
    <iconset resource="../../images/images.qrc">
 | 
						|
     <normaloff>:/images/themes/default/mActionStart.svg</normaloff>:/images/themes/default/mActionStart.svg</iconset>
 | 
						|
   </property>
 | 
						|
   <property name="text">
 | 
						|
    <string>Run model...</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Run model (F5)</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>F5</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsFilterLineEdit</class>
 | 
						|
   <extends>QLineEdit</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsDockWidget</class>
 | 
						|
   <extends>QDockWidget</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsCollapsibleGroupBox</class>
 | 
						|
   <extends>QGroupBox</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsCollapsibleGroupBoxBasic</class>
 | 
						|
   <extends>QGroupBox</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |