]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/status/dirstat.ui
Change some icons around to make a little more senese with a status
[bacula/bacula] / bacula / src / qt-console / status / dirstat.ui
1 <ui version="4.0" >
2  <class>DirStatForm</class>
3  <widget class="QWidget" name="DirStatForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>504</width>
9     <height>410</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" >
23     <widget class="QSplitter" name="splitter" >
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <widget class="QTextEdit" name="textEdit" >
28       <property name="sizePolicy" >
29        <sizepolicy>
30         <hsizetype>0</hsizetype>
31         <vsizetype>0</vsizetype>
32         <horstretch>200</horstretch>
33         <verstretch>0</verstretch>
34        </sizepolicy>
35       </property>
36       <property name="minimumSize" >
37        <size>
38         <width>0</width>
39         <height>0</height>
40        </size>
41       </property>
42       <property name="maximumSize" >
43        <size>
44         <width>16777215</width>
45         <height>100</height>
46        </size>
47       </property>
48       <property name="sizeIncrement" >
49        <size>
50         <width>1</width>
51         <height>0</height>
52        </size>
53       </property>
54       <property name="focusPolicy" >
55        <enum>Qt::StrongFocus</enum>
56       </property>
57       <property name="acceptDrops" >
58        <bool>false</bool>
59       </property>
60       <property name="toolTip" >
61        <string comment="Joblog Window" />
62       </property>
63       <property name="statusTip" >
64        <string comment="Joblog Window" />
65       </property>
66       <property name="whatsThis" >
67        <string comment="Joblog Window" />
68       </property>
69       <property name="horizontalScrollBarPolicy" >
70        <enum>Qt::ScrollBarAsNeeded</enum>
71       </property>
72       <property name="autoFormatting" >
73        <set>QTextEdit::AutoNone</set>
74       </property>
75       <property name="tabChangesFocus" >
76        <bool>false</bool>
77       </property>
78       <property name="documentTitle" >
79        <string comment="Joblog Window" />
80       </property>
81       <property name="lineWrapMode" >
82        <enum>QTextEdit::NoWrap</enum>
83       </property>
84       <property name="readOnly" >
85        <bool>true</bool>
86       </property>
87      </widget>
88      <widget class="QWidget" name="layoutWidget" >
89       <layout class="QVBoxLayout" >
90        <property name="margin" >
91         <number>0</number>
92        </property>
93        <property name="spacing" >
94         <number>6</number>
95        </property>
96        <item>
97         <widget class="QLabel" name="scheduledLabel" >
98          <property name="layoutDirection" >
99           <enum>Qt::LeftToRight</enum>
100          </property>
101          <property name="text" >
102           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
103 p, li { white-space: pre-wrap; }
104 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
105 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:13pt; font-weight:600;">Scheduled Jobs&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
106          </property>
107          <property name="alignment" >
108           <set>Qt::AlignCenter</set>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QTableWidget" name="scheduledTable" />
114        </item>
115       </layout>
116      </widget>
117      <widget class="QWidget" name="layoutWidget_2" >
118       <layout class="QVBoxLayout" >
119        <property name="margin" >
120         <number>0</number>
121        </property>
122        <property name="spacing" >
123         <number>6</number>
124        </property>
125        <item>
126         <widget class="QLabel" name="runningLabel" >
127          <property name="layoutDirection" >
128           <enum>Qt::LeftToRight</enum>
129          </property>
130          <property name="text" >
131           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
132 p, li { white-space: pre-wrap; }
133 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
134 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:13pt; font-weight:600;">Running Jobs&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
135          </property>
136          <property name="alignment" >
137           <set>Qt::AlignCenter</set>
138          </property>
139         </widget>
140        </item>
141        <item>
142         <widget class="QTableWidget" name="runningTable" />
143        </item>
144       </layout>
145      </widget>
146      <widget class="QWidget" name="layoutWidget" >
147       <layout class="QVBoxLayout" >
148        <property name="margin" >
149         <number>0</number>
150        </property>
151        <property name="spacing" >
152         <number>6</number>
153        </property>
154        <item>
155         <widget class="QLabel" name="terminatedLabel" >
156          <property name="layoutDirection" >
157           <enum>Qt::LeftToRight</enum>
158          </property>
159          <property name="text" >
160           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
161 p, li { white-space: pre-wrap; }
162 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
163 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:13pt; font-weight:600;">Terminated Jobs&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
164          </property>
165          <property name="alignment" >
166           <set>Qt::AlignCenter</set>
167          </property>
168         </widget>
169        </item>
170        <item>
171         <widget class="QTableWidget" name="terminatedTable" />
172        </item>
173       </layout>
174      </widget>
175     </widget>
176    </item>
177   </layout>
178   <action name="actionRefresh" >
179    <property name="icon" >
180     <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
181    </property>
182    <property name="text" >
183     <string>Refresh</string>
184    </property>
185   </action>
186   <action name="actionCancelRunning" >
187    <property name="icon" >
188     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
189    </property>
190    <property name="text" >
191     <string>Cancel Running Job</string>
192    </property>
193   </action>
194   <action name="actionDisableScheduledJob" >
195    <property name="icon" >
196     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
197    </property>
198    <property name="text" >
199     <string>Disable Scheduled Job</string>
200    </property>
201   </action>
202  </widget>
203  <resources>
204   <include location="../main.qrc" />
205  </resources>
206  <connections/>
207 </ui>