]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/status/clientstat.ui
start to tweak prune algo
[bacula/bacula] / bacula / src / qt-console / status / clientstat.ui
1 <ui version="4.0" >
2  <class>ClientStatForm</class>
3  <widget class="QWidget" name="ClientStatForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>557</width>
9     <height>350</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="QWidget" name="layoutWidget" >
22       <layout class="QHBoxLayout" >
23        <item>
24         <widget class="QTabWidget" name="tabWidget" >
25          <property name="currentIndex" >
26           <number>0</number>
27          </property>
28          <widget class="QWidget" name="tab_2" >
29           <attribute name="title" >
30            <string>Running</string>
31           </attribute>
32           <layout class="QGridLayout" >
33            <item row="0" column="0" >
34             <widget class="QTextEdit" name="textEditRunning" />
35            </item>
36           </layout>
37          </widget>
38          <widget class="QWidget" name="tab" >
39           <attribute name="title" >
40            <string>Header</string>
41           </attribute>
42           <layout class="QGridLayout" >
43            <item row="0" column="0" >
44             <widget class="QTextEdit" name="textEditHeader" >
45              <property name="sizePolicy" >
46               <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
47                <horstretch>200</horstretch>
48                <verstretch>0</verstretch>
49               </sizepolicy>
50              </property>
51              <property name="minimumSize" >
52               <size>
53                <width>0</width>
54                <height>0</height>
55               </size>
56              </property>
57              <property name="maximumSize" >
58               <size>
59                <width>16777215</width>
60                <height>16777215</height>
61               </size>
62              </property>
63              <property name="sizeIncrement" >
64               <size>
65                <width>1</width>
66                <height>0</height>
67               </size>
68              </property>
69              <property name="focusPolicy" >
70               <enum>Qt::StrongFocus</enum>
71              </property>
72              <property name="acceptDrops" >
73               <bool>false</bool>
74              </property>
75              <property name="toolTip" >
76               <string comment="Joblog Window" />
77              </property>
78              <property name="statusTip" >
79               <string comment="Joblog Window" />
80              </property>
81              <property name="whatsThis" >
82               <string comment="Joblog Window" />
83              </property>
84              <property name="horizontalScrollBarPolicy" >
85               <enum>Qt::ScrollBarAsNeeded</enum>
86              </property>
87              <property name="autoFormatting" >
88               <set>QTextEdit::AutoNone</set>
89              </property>
90              <property name="tabChangesFocus" >
91               <bool>false</bool>
92              </property>
93              <property name="documentTitle" >
94               <string comment="Joblog Window" />
95              </property>
96              <property name="lineWrapMode" >
97               <enum>QTextEdit::NoWrap</enum>
98              </property>
99              <property name="readOnly" >
100               <bool>true</bool>
101              </property>
102             </widget>
103            </item>
104           </layout>
105          </widget>
106         </widget>
107        </item>
108        <item>
109         <widget class="QGroupBox" name="groupBox" >
110          <property name="minimumSize" >
111           <size>
112            <width>141</width>
113            <height>0</height>
114           </size>
115          </property>
116          <property name="maximumSize" >
117           <size>
118            <width>141</width>
119            <height>16777215</height>
120           </size>
121          </property>
122          <property name="title" >
123           <string>Refresh Timer</string>
124          </property>
125          <widget class="QSpinBox" name="spinBox" >
126           <property name="geometry" >
127            <rect>
128             <x>20</x>
129             <y>50</y>
130             <width>111</width>
131             <height>24</height>
132            </rect>
133           </property>
134           <property name="minimum" >
135            <number>5</number>
136           </property>
137           <property name="maximum" >
138            <number>999</number>
139           </property>
140          </widget>
141          <widget class="QCheckBox" name="checkBox" >
142           <property name="geometry" >
143            <rect>
144             <x>20</x>
145             <y>20</y>
146             <width>101</width>
147             <height>20</height>
148            </rect>
149           </property>
150           <property name="text" >
151            <string>Do Refresh</string>
152           </property>
153          </widget>
154          <widget class="QLCDNumber" name="timerDisplay" >
155           <property name="geometry" >
156            <rect>
157             <x>20</x>
158             <y>80</y>
159             <width>101</width>
160             <height>31</height>
161            </rect>
162           </property>
163          </widget>
164         </widget>
165        </item>
166       </layout>
167      </widget>
168      <widget class="QWidget" name="layoutWidget1" >
169       <layout class="QGridLayout" >
170        <item row="0" column="0" >
171         <widget class="QLabel" name="terminatedLabel" >
172          <property name="layoutDirection" >
173           <enum>Qt::LeftToRight</enum>
174          </property>
175          <property name="text" >
176           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
177 p, li { white-space: pre-wrap; }
178 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
179 &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>
180          </property>
181          <property name="alignment" >
182           <set>Qt::AlignCenter</set>
183          </property>
184         </widget>
185        </item>
186        <item row="1" column="0" >
187         <widget class="QTableWidget" name="terminatedTable" />
188        </item>
189       </layout>
190      </widget>
191     </widget>
192    </item>
193   </layout>
194   <action name="actionRefresh" >
195    <property name="icon" >
196     <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
197    </property>
198    <property name="text" >
199     <string>Refresh</string>
200    </property>
201   </action>
202   <action name="actionCancelRunning" >
203    <property name="icon" >
204     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
205    </property>
206    <property name="text" >
207     <string>Cancel Running Job</string>
208    </property>
209   </action>
210  </widget>
211  <resources>
212   <include location="../main.qrc" />
213  </resources>
214  <connections/>
215 </ui>