2 <class>DirStatForm</class>
3 <widget class="QWidget" name="DirStatForm" >
4 <property name="geometry" >
12 <property name="windowTitle" >
15 <layout class="QGridLayout" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
25 <property name="bottomMargin" >
28 <property name="horizontalSpacing" >
31 <property name="verticalSpacing" >
34 <item row="0" column="0" >
35 <widget class="QSplitter" name="splitter" >
36 <property name="orientation" >
37 <enum>Qt::Vertical</enum>
39 <widget class="QTextEdit" name="textEdit" >
40 <property name="sizePolicy" >
41 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
42 <horstretch>200</horstretch>
43 <verstretch>0</verstretch>
46 <property name="minimumSize" >
52 <property name="maximumSize" >
54 <width>16777215</width>
58 <property name="sizeIncrement" >
64 <property name="focusPolicy" >
65 <enum>Qt::StrongFocus</enum>
67 <property name="acceptDrops" >
70 <property name="toolTip" >
71 <string comment="Joblog Window" />
73 <property name="statusTip" >
74 <string comment="Joblog Window" />
76 <property name="whatsThis" >
77 <string comment="Joblog Window" />
79 <property name="horizontalScrollBarPolicy" >
80 <enum>Qt::ScrollBarAsNeeded</enum>
82 <property name="autoFormatting" >
83 <set>QTextEdit::AutoNone</set>
85 <property name="tabChangesFocus" >
88 <property name="documentTitle" >
89 <string comment="Joblog Window" />
91 <property name="lineWrapMode" >
92 <enum>QTextEdit::NoWrap</enum>
94 <property name="readOnly" >
98 <widget class="QWidget" name="dirstatlayoutWidget" >
99 <layout class="QVBoxLayout" >
100 <property name="spacing" >
103 <property name="leftMargin" >
106 <property name="topMargin" >
109 <property name="rightMargin" >
112 <property name="bottomMargin" >
116 <widget class="QLabel" name="scheduledLabel" >
117 <property name="layoutDirection" >
118 <enum>Qt::LeftToRight</enum>
120 <property name="text" >
121 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
122 p, li { white-space: pre-wrap; }
123 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
124 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:13pt; font-weight:600;">Scheduled Jobs</span></p></body></html></string>
126 <property name="alignment" >
127 <set>Qt::AlignCenter</set>
132 <widget class="QTableWidget" name="scheduledTable" />
136 <widget class="QWidget" name="layoutWidget_2" >
137 <layout class="QVBoxLayout" >
138 <property name="spacing" >
141 <property name="leftMargin" >
144 <property name="topMargin" >
147 <property name="rightMargin" >
150 <property name="bottomMargin" >
154 <widget class="QLabel" name="runningLabel" >
155 <property name="layoutDirection" >
156 <enum>Qt::LeftToRight</enum>
158 <property name="text" >
159 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
160 p, li { white-space: pre-wrap; }
161 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
162 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:13pt; font-weight:600;">Running Jobs</span></p></body></html></string>
164 <property name="alignment" >
165 <set>Qt::AlignCenter</set>
170 <widget class="QTableWidget" name="runningTable" />
174 <widget class="QWidget" name="layoutWidget" >
175 <layout class="QVBoxLayout" >
176 <property name="spacing" >
179 <property name="leftMargin" >
182 <property name="topMargin" >
185 <property name="rightMargin" >
188 <property name="bottomMargin" >
192 <widget class="QLabel" name="terminatedLabel" >
193 <property name="layoutDirection" >
194 <enum>Qt::LeftToRight</enum>
196 <property name="text" >
197 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
198 p, li { white-space: pre-wrap; }
199 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
200 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:13pt; font-weight:600;">Terminated Jobs</span></p></body></html></string>
202 <property name="alignment" >
203 <set>Qt::AlignCenter</set>
208 <widget class="QTableWidget" name="terminatedTable" />
215 <action name="actionRefresh" >
216 <property name="icon" >
217 <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
219 <property name="text" >
220 <string>Refresh</string>
223 <action name="actionCancelRunning" >
224 <property name="icon" >
225 <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
227 <property name="text" >
228 <string>Cancel Selected Running Jobs</string>
231 <action name="actionDisableScheduledJob" >
232 <property name="icon" >
233 <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
235 <property name="text" >
236 <string>Disable Scheduled Job</string>
241 <include location="../main.qrc" />