]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/status/storstat.ui
fd1960e20c8679df4ce6c73ca5a791f75fe755b9
[bacula/bacula] / bacula / src / qt-console / status / storstat.ui
1 <ui version="4.0" >
2  <class>StorStatForm</class>
3  <widget class="QWidget" name="StorStatForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>367</width>
9     <height>310</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <widget class="QTabWidget" name="tabWidget" >
22       <property name="currentIndex" >
23        <number>0</number>
24       </property>
25       <widget class="QWidget" name="headerTab" >
26        <attribute name="title" >
27         <string>Header</string>
28        </attribute>
29        <layout class="QGridLayout" >
30         <item row="0" column="0" >
31          <widget class="QTextEdit" name="textEditHeader" />
32         </item>
33        </layout>
34       </widget>
35       <widget class="QWidget" name="waitReservationTab" >
36        <attribute name="title" >
37         <string>Waitreservation</string>
38        </attribute>
39        <layout class="QGridLayout" >
40         <item row="0" column="0" >
41          <widget class="QTextEdit" name="textEditWaitReservation" />
42         </item>
43        </layout>
44       </widget>
45       <widget class="QWidget" name="devicesTab" >
46        <attribute name="title" >
47         <string>Devices</string>
48        </attribute>
49        <layout class="QGridLayout" >
50         <item row="0" column="0" >
51          <widget class="QTextEdit" name="textEditDevices" />
52         </item>
53        </layout>
54       </widget>
55       <widget class="QWidget" name="volumesTab" >
56        <attribute name="title" >
57         <string>Volumes</string>
58        </attribute>
59        <layout class="QGridLayout" >
60         <item row="0" column="0" >
61          <widget class="QTextEdit" name="textEditVolumes" />
62         </item>
63        </layout>
64       </widget>
65       <widget class="QWidget" name="spoolingTab" >
66        <attribute name="title" >
67         <string>Spooling</string>
68        </attribute>
69        <layout class="QGridLayout" >
70         <item row="0" column="0" >
71          <widget class="QTextEdit" name="textEditSpooling" />
72         </item>
73        </layout>
74       </widget>
75       <widget class="QWidget" name="runningTab" >
76        <attribute name="title" >
77         <string>Running</string>
78        </attribute>
79        <layout class="QGridLayout" >
80         <item row="0" column="0" >
81          <widget class="QTextEdit" name="textEditRunning" />
82         </item>
83        </layout>
84       </widget>
85       <widget class="QWidget" name="tab" >
86        <attribute name="title" >
87         <string>Misc</string>
88        </attribute>
89        <widget class="QPushButton" name="mountButton" >
90         <property name="geometry" >
91          <rect>
92           <x>170</x>
93           <y>40</y>
94           <width>80</width>
95           <height>24</height>
96          </rect>
97         </property>
98         <property name="text" >
99          <string>Mount</string>
100         </property>
101        </widget>
102        <widget class="QPushButton" name="umountButton" >
103         <property name="geometry" >
104          <rect>
105           <x>170</x>
106           <y>70</y>
107           <width>80</width>
108           <height>24</height>
109          </rect>
110         </property>
111         <property name="text" >
112          <string>UMount</string>
113         </property>
114        </widget>
115        <widget class="QGroupBox" name="groupBox" >
116         <property name="geometry" >
117          <rect>
118           <x>10</x>
119           <y>10</y>
120           <width>151</width>
121           <height>91</height>
122          </rect>
123         </property>
124         <property name="title" >
125          <string>Refresh Timer Top</string>
126         </property>
127         <widget class="QSpinBox" name="spinBox" >
128          <property name="geometry" >
129           <rect>
130            <x>20</x>
131            <y>50</y>
132            <width>111</width>
133            <height>24</height>
134           </rect>
135          </property>
136          <property name="minimum" >
137           <number>5</number>
138          </property>
139          <property name="maximum" >
140           <number>999</number>
141          </property>
142         </widget>
143         <widget class="QCheckBox" name="checkBox" >
144          <property name="geometry" >
145           <rect>
146            <x>20</x>
147            <y>20</y>
148            <width>101</width>
149            <height>20</height>
150           </rect>
151          </property>
152          <property name="text" >
153           <string>Do Refresh</string>
154          </property>
155         </widget>
156        </widget>
157       </widget>
158      </widget>
159      <widget class="QWidget" name="layoutWidget" >
160       <layout class="QVBoxLayout" >
161        <item>
162         <widget class="QLabel" name="terminatedLabel" >
163          <property name="layoutDirection" >
164           <enum>Qt::LeftToRight</enum>
165          </property>
166          <property name="text" >
167           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
168 p, li { white-space: pre-wrap; }
169 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
170 &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>
171          </property>
172          <property name="alignment" >
173           <set>Qt::AlignCenter</set>
174          </property>
175         </widget>
176        </item>
177        <item>
178         <widget class="QTableWidget" name="terminatedTable" />
179        </item>
180       </layout>
181      </widget>
182     </widget>
183    </item>
184   </layout>
185   <action name="actionRefresh" >
186    <property name="icon" >
187     <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
188    </property>
189    <property name="text" >
190     <string>Refresh</string>
191    </property>
192   </action>
193   <action name="actionCancelRunning" >
194    <property name="icon" >
195     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
196    </property>
197    <property name="text" >
198     <string>Cancel Running Job</string>
199    </property>
200   </action>
201   <action name="actionDisableScheduledJob" >
202    <property name="icon" >
203     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
204    </property>
205    <property name="text" >
206     <string>Disable Scheduled Job</string>
207    </property>
208   </action>
209  </widget>
210  <resources>
211   <include location="../main.qrc" />
212  </resources>
213  <connections/>
214 </ui>