1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ScriptsManager</class>
4 <widget class="QDialog" name="ScriptsManager">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>437</width>
10    <height>203</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Script Manager</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QGridLayout" name="gridLayout">
19     <item row="0" column="0">
20      <widget class="QLabel" name="label">
21       <property name="text">
22        <string>Pre-Job Script:</string>
23       </property>
24      </widget>
25     </item>
26     <item row="0" column="1">
27      <widget class="QLineEdit" name="preJobScript">
28       <property name="sizePolicy">
29        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
30         <horstretch>0</horstretch>
31         <verstretch>0</verstretch>
32        </sizepolicy>
33       </property>
34       <property name="placeholderText">
35        <string>Script Executable</string>
36       </property>
37       <property name="clearButtonEnabled">
38        <bool>true</bool>
39       </property>
40      </widget>
41     </item>
42     <item row="0" column="2">
43      <widget class="QPushButton" name="preJobB">
44       <property name="minimumSize">
45        <size>
46         <width>32</width>
47         <height>32</height>
48        </size>
49       </property>
50       <property name="text">
51        <string/>
52       </property>
53       <property name="icon">
54        <iconset theme="document-open"/>
55       </property>
56       <property name="iconSize">
57        <size>
58         <width>28</width>
59         <height>28</height>
60        </size>
61       </property>
62      </widget>
63     </item>
64     <item row="1" column="0">
65      <widget class="QLabel" name="label_2">
66       <property name="text">
67        <string>Pre-Capture Script:</string>
68       </property>
69      </widget>
70     </item>
71     <item row="1" column="1">
72      <widget class="QLineEdit" name="preCaptureScript">
73       <property name="sizePolicy">
74        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
75         <horstretch>0</horstretch>
76         <verstretch>0</verstretch>
77        </sizepolicy>
78       </property>
79       <property name="placeholderText">
80        <string>Script Executable</string>
81       </property>
82       <property name="clearButtonEnabled">
83        <bool>true</bool>
84       </property>
85      </widget>
86     </item>
87     <item row="1" column="2">
88      <widget class="QPushButton" name="preCaptureB">
89       <property name="minimumSize">
90        <size>
91         <width>32</width>
92         <height>32</height>
93        </size>
94       </property>
95       <property name="text">
96        <string/>
97       </property>
98       <property name="icon">
99        <iconset theme="document-open"/>
100       </property>
101       <property name="iconSize">
102        <size>
103         <width>28</width>
104         <height>28</height>
105        </size>
106       </property>
107      </widget>
108     </item>
109     <item row="2" column="0">
110      <widget class="QLabel" name="label_3">
111       <property name="text">
112        <string>Post-Capture Script:</string>
113       </property>
114      </widget>
115     </item>
116     <item row="2" column="1">
117      <widget class="QLineEdit" name="postCaptureScript">
118       <property name="sizePolicy">
119        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
120         <horstretch>0</horstretch>
121         <verstretch>0</verstretch>
122        </sizepolicy>
123       </property>
124       <property name="placeholderText">
125        <string>Script Executable</string>
126       </property>
127       <property name="clearButtonEnabled">
128        <bool>true</bool>
129       </property>
130      </widget>
131     </item>
132     <item row="2" column="2" rowspan="2">
133      <widget class="QPushButton" name="postCaptureB">
134       <property name="minimumSize">
135        <size>
136         <width>32</width>
137         <height>32</height>
138        </size>
139       </property>
140       <property name="text">
141        <string/>
142       </property>
143       <property name="icon">
144        <iconset theme="document-open"/>
145       </property>
146       <property name="iconSize">
147        <size>
148         <width>28</width>
149         <height>28</height>
150        </size>
151       </property>
152      </widget>
153     </item>
154     <item row="3" column="0" rowspan="2">
155      <widget class="QLabel" name="label_4">
156       <property name="text">
157        <string>Post-Job Script:</string>
158       </property>
159      </widget>
160     </item>
161     <item row="3" column="1" rowspan="2">
162      <widget class="QLineEdit" name="postJobScript">
163       <property name="sizePolicy">
164        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
165         <horstretch>0</horstretch>
166         <verstretch>0</verstretch>
167        </sizepolicy>
168       </property>
169       <property name="placeholderText">
170        <string>Script Executable</string>
171       </property>
172       <property name="clearButtonEnabled">
173        <bool>true</bool>
174       </property>
175      </widget>
176     </item>
177     <item row="4" column="2">
178      <widget class="QPushButton" name="postJobB">
179       <property name="minimumSize">
180        <size>
181         <width>32</width>
182         <height>32</height>
183        </size>
184       </property>
185       <property name="text">
186        <string/>
187       </property>
188       <property name="icon">
189        <iconset theme="document-open"/>
190       </property>
191       <property name="iconSize">
192        <size>
193         <width>28</width>
194         <height>28</height>
195        </size>
196       </property>
197      </widget>
198     </item>
199    </layout>
200   </item>
201   <item>
202    <spacer name="verticalSpacer">
203     <property name="orientation">
204      <enum>Qt::Vertical</enum>
205     </property>
206     <property name="sizeHint" stdset="0">
207      <size>
208       <width>20</width>
209       <height>0</height>
210      </size>
211     </property>
212    </spacer>
213   </item>
214   <item>
215    <widget class="QDialogButtonBox" name="buttonBox">
216     <property name="orientation">
217      <enum>Qt::Horizontal</enum>
218     </property>
219     <property name="standardButtons">
220      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
221     </property>
222    </widget>
223   </item>
224  </layout>
225 </widget>
226 <resources/>
227 <connections>
228  <connection>
229   <sender>buttonBox</sender>
230   <signal>accepted()</signal>
231   <receiver>ScriptsManager</receiver>
232   <slot>accept()</slot>
233   <hints>
234    <hint type="sourcelabel">
235     <x>248</x>
236     <y>254</y>
237    </hint>
238    <hint type="destinationlabel">
239     <x>157</x>
240     <y>274</y>
241    </hint>
242   </hints>
243  </connection>
244  <connection>
245   <sender>buttonBox</sender>
246   <signal>rejected()</signal>
247   <receiver>ScriptsManager</receiver>
248   <slot>reject()</slot>
249   <hints>
250    <hint type="sourcelabel">
251     <x>316</x>
252     <y>260</y>
253    </hint>
254    <hint type="destinationlabel">
255     <x>286</x>
256     <y>274</y>
257    </hint>
258   </hints>
259  </connection>
260 </connections>
261</ui>
262