1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WorkflowSettingsWidget</class>
4 <widget class="QWidget" name="WorkflowSettingsWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>487</width>
10    <height>581</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Resource settings</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_4">
17   <item>
18    <widget class="QGroupBox" name="groupBox_2">
19     <property name="title">
20      <string>Scene appearance</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <widget class="QCheckBox" name="gridBox">
25        <property name="text">
26         <string>Show grid</string>
27        </property>
28       </widget>
29      </item>
30      <item row="1" column="0">
31       <widget class="QCheckBox" name="snapBox">
32        <property name="text">
33         <string>Snap to grid</string>
34        </property>
35       </widget>
36      </item>
37      <item row="2" column="0">
38       <widget class="QLabel" name="label_2">
39        <property name="text">
40         <string>Element style</string>
41        </property>
42       </widget>
43      </item>
44      <item row="2" column="1">
45       <widget class="QComboBox" name="styleCombo"/>
46      </item>
47      <item row="3" column="0">
48       <widget class="QLabel" name="label">
49        <property name="text">
50         <string>Element font</string>
51        </property>
52       </widget>
53      </item>
54      <item row="3" column="1">
55       <widget class="QFontComboBox" name="fontCombo"/>
56      </item>
57      <item row="4" column="0">
58       <widget class="QLabel" name="label_3">
59        <property name="text">
60         <string>Element background color</string>
61        </property>
62       </widget>
63      </item>
64      <item row="4" column="1">
65       <widget class="QWidget" name="colorWidget" native="true">
66        <property name="sizePolicy">
67         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
68          <horstretch>0</horstretch>
69          <verstretch>0</verstretch>
70         </sizepolicy>
71        </property>
72       </widget>
73      </item>
74     </layout>
75    </widget>
76   </item>
77   <item>
78    <widget class="QGroupBox" name="groupBox_3">
79     <property name="title">
80      <string>Runtime settings</string>
81     </property>
82     <layout class="QVBoxLayout" name="verticalLayout_3">
83      <item>
84       <widget class="QCheckBox" name="lockBox">
85        <property name="text">
86         <string>Track running progress</string>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <widget class="QCheckBox" name="debuggerBox">
92        <property name="text">
93         <string>Enable debugger</string>
94        </property>
95        <property name="tristate">
96         <bool>false</bool>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </widget>
102   </item>
103   <item>
104    <widget class="QGroupBox" name="groupBox_4">
105     <property name="title">
106      <string>Directories</string>
107     </property>
108     <layout class="QVBoxLayout" name="verticalLayout">
109      <item>
110       <widget class="QLabel" name="label_7">
111        <property name="text">
112         <string>Output files</string>
113        </property>
114       </widget>
115      </item>
116      <item>
117       <layout class="QHBoxLayout" name="horizontalLayout_7">
118        <item>
119         <widget class="QLineEdit" name="workflowOutputEdit"/>
120        </item>
121        <item>
122         <widget class="QToolButton" name="workflowOutputButton">
123          <property name="text">
124           <string notr="true">...</string>
125          </property>
126         </widget>
127        </item>
128       </layout>
129      </item>
130      <item>
131       <widget class="QLabel" name="label_4">
132        <property name="text">
133         <string>Custom elements with script</string>
134        </property>
135       </widget>
136      </item>
137      <item>
138       <layout class="QHBoxLayout" name="horizontalLayout">
139        <item>
140         <widget class="QLineEdit" name="dirEdit"/>
141        </item>
142        <item>
143         <widget class="QToolButton" name="dirButton">
144          <property name="text">
145           <string notr="true">...</string>
146          </property>
147         </widget>
148        </item>
149       </layout>
150      </item>
151      <item>
152       <widget class="QLabel" name="label_5">
153        <property name="text">
154         <string>Custom elements with external tools</string>
155        </property>
156       </widget>
157      </item>
158      <item>
159       <layout class="QHBoxLayout" name="horizontalLayout_2">
160        <item>
161         <widget class="QLineEdit" name="extToolDirEdit"/>
162        </item>
163        <item>
164         <widget class="QToolButton" name="extToolDirButton">
165          <property name="text">
166           <string notr="true">...</string>
167          </property>
168         </widget>
169        </item>
170       </layout>
171      </item>
172      <item>
173       <widget class="QLabel" name="label_6">
174        <property name="text">
175         <string>Included schema elements</string>
176        </property>
177       </widget>
178      </item>
179      <item>
180       <layout class="QHBoxLayout" name="horizontalLayout_6">
181        <item>
182         <widget class="QLineEdit" name="includedlDirEdit"/>
183        </item>
184        <item>
185         <widget class="QToolButton" name="includedDirButton">
186          <property name="text">
187           <string notr="true">...</string>
188          </property>
189         </widget>
190        </item>
191       </layout>
192      </item>
193     </layout>
194    </widget>
195   </item>
196   <item>
197    <spacer name="verticalSpacer">
198     <property name="orientation">
199      <enum>Qt::Vertical</enum>
200     </property>
201     <property name="sizeHint" stdset="0">
202      <size>
203       <width>20</width>
204       <height>178</height>
205      </size>
206     </property>
207    </spacer>
208   </item>
209  </layout>
210 </widget>
211 <resources/>
212 <connections/>
213</ui>
214