mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			290 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			290 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>DlgModeler</class>
 | 
						|
 <widget class="QDialog" 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>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <property name="spacing">
 | 
						|
    <number>6</number>
 | 
						|
   </property>
 | 
						|
   <property name="margin">
 | 
						|
    <number>9</number>
 | 
						|
   </property>
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
     <property name="spacing">
 | 
						|
      <number>6</number>
 | 
						|
     </property>
 | 
						|
     <property name="margin">
 | 
						|
      <number>3</number>
 | 
						|
     </property>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnOpen">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Open model</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="shortcut">
 | 
						|
        <string>Ctrl+O</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnSave">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Save</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="shortcut">
 | 
						|
        <string>Ctrl+S</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnSaveAs">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Save as...</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="shortcut">
 | 
						|
        <string>Ctrl+Shift+S</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="Line" name="line">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Vertical</enum>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnExportImage">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Export as image</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnExportPython">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Export as Python script</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="Line" name="line_2">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Vertical</enum>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnEditHelp">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Edit model help</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="Line" name="line_3">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Vertical</enum>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnRun">
 | 
						|
       <property name="toolTip">
 | 
						|
        <string>Run model</string>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
       <property name="shortcut">
 | 
						|
        <string>F5</string>
 | 
						|
       </property>
 | 
						|
       <property name="autoRaise">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <spacer name="horizontalSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QSplitter" name="splitter">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
     <widget class="QTabWidget" name="tabWidget">
 | 
						|
      <property name="minimumSize">
 | 
						|
       <size>
 | 
						|
        <width>300</width>
 | 
						|
        <height>0</height>
 | 
						|
       </size>
 | 
						|
      </property>
 | 
						|
      <property name="tabPosition">
 | 
						|
       <enum>QTabWidget::South</enum>
 | 
						|
      </property>
 | 
						|
      <property name="currentIndex">
 | 
						|
       <number>1</number>
 | 
						|
      </property>
 | 
						|
      <widget class="QWidget" name="tab">
 | 
						|
       <attribute name="title">
 | 
						|
        <string>Inputs</string>
 | 
						|
       </attribute>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
        <property name="spacing">
 | 
						|
         <number>2</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>
 | 
						|
      </widget>
 | 
						|
      <widget class="QWidget" name="tab_2">
 | 
						|
       <attribute name="title">
 | 
						|
        <string>Algorithms</string>
 | 
						|
       </attribute>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
        <property name="spacing">
 | 
						|
         <number>2</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>
 | 
						|
      </widget>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="layoutWidget">
 | 
						|
      <layout class="QGridLayout" name="gridLayout">
 | 
						|
       <property name="spacing">
 | 
						|
        <number>2</number>
 | 
						|
       </property>
 | 
						|
       <item row="0" column="0">
 | 
						|
        <widget class="QLineEdit" name="textName">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Enter model name here</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="1">
 | 
						|
        <widget class="QLineEdit" name="textGroup">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Enter group name here</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="0" colspan="2">
 | 
						|
        <widget class="QGraphicsView" name="view"/>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>QgsFilterLineEdit</class>
 | 
						|
   <extends>QLineEdit</extends>
 | 
						|
   <header>qgis.gui</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |