]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/status/clientstat.ui
Remove jobq.c constraint that read and write SD must be
[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>618</width>
9     <height>630</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="" >
22       <layout class="QVBoxLayout" >
23        <item>
24         <widget class="QLabel" name="runningLabel_2" >
25          <property name="layoutDirection" >
26           <enum>Qt::LeftToRight</enum>
27          </property>
28          <property name="text" >
29           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
30 p, li { white-space: pre-wrap; }
31 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
32 &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;">Header&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
33          </property>
34          <property name="alignment" >
35           <set>Qt::AlignCenter</set>
36          </property>
37         </widget>
38        </item>
39        <item>
40         <widget class="QTextEdit" name="textEditHeader" >
41          <property name="sizePolicy" >
42           <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
43            <horstretch>200</horstretch>
44            <verstretch>0</verstretch>
45           </sizepolicy>
46          </property>
47          <property name="minimumSize" >
48           <size>
49            <width>0</width>
50            <height>0</height>
51           </size>
52          </property>
53          <property name="maximumSize" >
54           <size>
55            <width>16777215</width>
56            <height>16777215</height>
57           </size>
58          </property>
59          <property name="sizeIncrement" >
60           <size>
61            <width>1</width>
62            <height>0</height>
63           </size>
64          </property>
65          <property name="focusPolicy" >
66           <enum>Qt::StrongFocus</enum>
67          </property>
68          <property name="acceptDrops" >
69           <bool>false</bool>
70          </property>
71          <property name="toolTip" >
72           <string comment="Joblog Window" />
73          </property>
74          <property name="statusTip" >
75           <string comment="Joblog Window" />
76          </property>
77          <property name="whatsThis" >
78           <string comment="Joblog Window" />
79          </property>
80          <property name="horizontalScrollBarPolicy" >
81           <enum>Qt::ScrollBarAsNeeded</enum>
82          </property>
83          <property name="autoFormatting" >
84           <set>QTextEdit::AutoNone</set>
85          </property>
86          <property name="tabChangesFocus" >
87           <bool>false</bool>
88          </property>
89          <property name="documentTitle" >
90           <string comment="Joblog Window" />
91          </property>
92          <property name="lineWrapMode" >
93           <enum>QTextEdit::NoWrap</enum>
94          </property>
95          <property name="readOnly" >
96           <bool>true</bool>
97          </property>
98         </widget>
99        </item>
100       </layout>
101      </widget>
102      <widget class="QWidget" name="" >
103       <layout class="QGridLayout" >
104        <item row="0" column="0" >
105         <widget class="QLabel" name="runningLabel" >
106          <property name="layoutDirection" >
107           <enum>Qt::LeftToRight</enum>
108          </property>
109          <property name="text" >
110           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
111 p, li { white-space: pre-wrap; }
112 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
113 &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&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
114          </property>
115          <property name="alignment" >
116           <set>Qt::AlignCenter</set>
117          </property>
118         </widget>
119        </item>
120        <item row="1" column="0" >
121         <widget class="QTextEdit" name="textEditRunning" />
122        </item>
123       </layout>
124      </widget>
125      <widget class="QWidget" name="" >
126       <layout class="QGridLayout" >
127        <item row="0" column="0" >
128         <widget class="QLabel" name="terminatedLabel" >
129          <property name="layoutDirection" >
130           <enum>Qt::LeftToRight</enum>
131          </property>
132          <property name="text" >
133           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
134 p, li { white-space: pre-wrap; }
135 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
136 &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>
137          </property>
138          <property name="alignment" >
139           <set>Qt::AlignCenter</set>
140          </property>
141         </widget>
142        </item>
143        <item row="1" column="0" >
144         <widget class="QTableWidget" name="terminatedTable" />
145        </item>
146       </layout>
147      </widget>
148     </widget>
149    </item>
150   </layout>
151   <action name="actionRefresh" >
152    <property name="icon" >
153     <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
154    </property>
155    <property name="text" >
156     <string>Refresh</string>
157    </property>
158   </action>
159   <action name="actionCancelRunning" >
160    <property name="icon" >
161     <iconset resource="../main.qrc" >:/images/utilities-terminal.png</iconset>
162    </property>
163    <property name="text" >
164     <string>Cancel Running Job</string>
165    </property>
166   </action>
167  </widget>
168  <resources>
169   <include location="../main.qrc" />
170  </resources>
171  <connections/>
172 </ui>