mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			488 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			488 lines
		
	
	
		
			14 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>891</width>
 | |
|     <height>596</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="leftMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="topMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="rightMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="bottomMargin">
 | |
|      <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>
 | |
|    <widget class="QWidget" name="propertiesDockContents">
 | |
|     <layout class="QVBoxLayout" name="verticalDockLayout_1">
 | |
|      <property name="spacing">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <property name="leftMargin">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <property name="topMargin">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <property name="rightMargin">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <property name="bottomMargin">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <item>
 | |
|       <widget class="QgsScrollArea" 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>280</width>
 | |
|           <height>68</height>
 | |
|          </rect>
 | |
|         </property>
 | |
|         <layout class="QGridLayout" name="gridLayout">
 | |
|          <property name="leftMargin">
 | |
|           <number>6</number>
 | |
|          </property>
 | |
|          <property name="topMargin">
 | |
|           <number>6</number>
 | |
|          </property>
 | |
|          <property name="rightMargin">
 | |
|           <number>6</number>
 | |
|          </property>
 | |
|          <property name="bottomMargin">
 | |
|           <number>6</number>
 | |
|          </property>
 | |
|          <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>
 | |
|        </widget>
 | |
|       </widget>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </widget>
 | |
|   </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>
 | |
|    <widget class="QWidget" name="inputsDockContents">
 | |
|     <layout class="QVBoxLayout" name="verticalLayout_3">
 | |
|      <item>
 | |
|       <widget class="QgsScrollArea" 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>262</width>
 | |
|           <height>198</height>
 | |
|          </rect>
 | |
|         </property>
 | |
|         <layout class="QVBoxLayout" name="verticalLayout">
 | |
|          <property name="spacing">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="leftMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="topMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="rightMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="bottomMargin">
 | |
|           <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>
 | |
|        </widget>
 | |
|       </widget>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </widget>
 | |
|   </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>
 | |
|    <widget class="QWidget" name="algorithmsDockContents">
 | |
|     <layout class="QVBoxLayout" name="verticalLayout_4">
 | |
|      <item>
 | |
|       <widget class="QgsScrollArea" 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>262</width>
 | |
|           <height>220</height>
 | |
|          </rect>
 | |
|         </property>
 | |
|         <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|          <property name="spacing">
 | |
|           <number>4</number>
 | |
|          </property>
 | |
|          <property name="leftMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="topMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="rightMargin">
 | |
|           <number>0</number>
 | |
|          </property>
 | |
|          <property name="bottomMargin">
 | |
|           <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>
 | |
|        </widget>
 | |
|       </widget>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </widget>
 | |
|   </widget>
 | |
|   <widget class="QToolBar" name="mToolbar">
 | |
|    <property name="windowTitle">
 | |
|     <string>Navigation</string>
 | |
|    </property>
 | |
|    <attribute name="toolBarArea">
 | |
|     <enum>TopToolBarArea</enum>
 | |
|    </attribute>
 | |
|    <attribute name="toolBarBreak">
 | |
|     <bool>false</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="separator"/>
 | |
|    <addaction name="mActionEditHelp"/>
 | |
|    <addaction name="separator"/>
 | |
|    <addaction name="mActionRun"/>
 | |
|   </widget>
 | |
|   <action name="mActionOpen">
 | |
|    <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="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="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="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="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="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="text">
 | |
|     <string>Export as image...</string>
 | |
|    </property>
 | |
|    <property name="toolTip">
 | |
|     <string>Export as image</string>
 | |
|    </property>
 | |
|   </action>
 | |
|   <action name="mActionZoomToItems">
 | |
|    <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="text">
 | |
|     <string>Export as PDF...</string>
 | |
|    </property>
 | |
|    <property name="toolTip">
 | |
|     <string>Export as PDF</string>
 | |
|    </property>
 | |
|   </action>
 | |
|   <action name="mActionExportSvg">
 | |
|    <property name="text">
 | |
|     <string>Export as SVG...</string>
 | |
|    </property>
 | |
|    <property name="toolTip">
 | |
|     <string>Export as SVG</string>
 | |
|    </property>
 | |
|   </action>
 | |
|   <action name="mActionExportPython">
 | |
|    <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="text">
 | |
|     <string>Edit model help...</string>
 | |
|    </property>
 | |
|    <property name="toolTip">
 | |
|     <string>Edit model help</string>
 | |
|    </property>
 | |
|   </action>
 | |
|   <action name="mActionRun">
 | |
|    <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>QgsScrollArea</class>
 | |
|    <extends>QScrollArea</extends>
 | |
|    <header>qgis.gui</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>QgsFilterLineEdit</class>
 | |
|    <extends>QLineEdit</extends>
 | |
|    <header>qgis.gui</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>QgsDockWidget</class>
 | |
|    <extends>QDockWidget</extends>
 | |
|    <header>qgis.gui</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 |