2012-12-01 20:21:42 +02:00
|
|
|
<?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">
|
2013-08-12 20:44:27 +02:00
|
|
|
<string>Processing modeler</string>
|
2012-12-01 20:21:42 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
2013-11-22 19:25:35 +01:00
|
|
|
<number>6</number>
|
2012-12-01 20:21:42 +02:00
|
|
|
</property>
|
|
|
|
<property name="margin">
|
2013-11-22 19:25:35 +01:00
|
|
|
<number>9</number>
|
2012-12-01 20:21:42 +02:00
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
2013-11-22 19:25:35 +01:00
|
|
|
<number>6</number>
|
2013-09-22 14:37:30 +03:00
|
|
|
</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>
|
2014-11-17 12:29:17 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnSave">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2014-11-17 12:29:17 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnSaveAs">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save as...</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2014-11-17 12:29:17 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+S</string>
|
|
|
|
</property>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</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>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-11-06 14:02:11 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnExportPython">
|
2015-11-09 08:43:42 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Export as Python script</string>
|
|
|
|
</property>
|
2015-11-06 14:02:11 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-22 14:37:30 +03:00
|
|
|
<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>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</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>
|
2014-11-17 12:29:17 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
2014-10-07 23:13:12 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
</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>
|
2012-12-01 20:21:42 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2013-03-28 21:25:02 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-09-22 14:37:30 +03:00
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::South</enum>
|
|
|
|
</property>
|
2012-12-01 20:21:42 +02:00
|
|
|
<property name="currentIndex">
|
2013-03-28 21:25:02 +01:00
|
|
|
<number>1</number>
|
2012-12-01 20:21:42 +02:00
|
|
|
</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>
|
2013-03-28 21:25:02 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2012-12-01 20:21:42 +02:00
|
|
|
</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>
|
2013-03-28 21:25:02 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2012-12-01 20:21:42 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-03-28 21:25:02 +01:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2012-12-01 20:21:42 +02:00
|
|
|
<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>
|
2015-11-09 08:45:17 +01:00
|
|
|
<header>qgis.gui</header>
|
2012-12-01 20:21:42 +02:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
2013-09-22 14:37:30 +03:00
|
|
|
<connections/>
|
2012-12-01 20:21:42 +02:00
|
|
|
</ui>
|