]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
kes Fix Job restart on error bug that promotes an Inc to a Full
[bacula/bacula] / bacula / src / qt-console / main.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>800</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QVBoxLayout" >
17     <property name="margin" >
18      <number>9</number>
19     </property>
20     <property name="spacing" >
21      <number>6</number>
22     </property>
23     <item>
24      <widget class="QSplitter" name="splitter" >
25       <property name="orientation" >
26        <enum>Qt::Horizontal</enum>
27       </property>
28       <widget class="QDockWidget" name="dockWidget" >
29        <property name="sizePolicy" >
30         <sizepolicy>
31          <hsizetype>5</hsizetype>
32          <vsizetype>7</vsizetype>
33          <horstretch>1</horstretch>
34          <verstretch>1</verstretch>
35         </sizepolicy>
36        </property>
37        <property name="minimumSize" >
38         <size>
39          <width>100</width>
40          <height>100</height>
41         </size>
42        </property>
43        <property name="maximumSize" >
44         <size>
45          <width>400</width>
46          <height>16777215</height>
47         </size>
48        </property>
49        <widget class="QWidget" name="dockWidgetContents" >
50         <widget class="QTreeWidget" name="treeWidget" >
51          <property name="geometry" >
52           <rect>
53            <x>0</x>
54            <y>13</y>
55            <width>141</width>
56            <height>321</height>
57           </rect>
58          </property>
59          <property name="sizePolicy" >
60           <sizepolicy>
61            <hsizetype>5</hsizetype>
62            <vsizetype>7</vsizetype>
63            <horstretch>1</horstretch>
64            <verstretch>1</verstretch>
65           </sizepolicy>
66          </property>
67          <property name="minimumSize" >
68           <size>
69            <width>100</width>
70            <height>100</height>
71           </size>
72          </property>
73          <property name="sizeIncrement" >
74           <size>
75            <width>0</width>
76            <height>0</height>
77           </size>
78          </property>
79          <property name="autoFillBackground" >
80           <bool>true</bool>
81          </property>
82         </widget>
83        </widget>
84       </widget>
85       <widget class="QStackedWidget" name="stackedWidget" >
86        <property name="sizePolicy" >
87         <sizepolicy>
88          <hsizetype>7</hsizetype>
89          <vsizetype>7</vsizetype>
90          <horstretch>200</horstretch>
91          <verstretch>0</verstretch>
92         </sizepolicy>
93        </property>
94        <property name="sizeIncrement" >
95         <size>
96          <width>1</width>
97          <height>0</height>
98         </size>
99        </property>
100        <property name="currentIndex" >
101         <number>1</number>
102        </property>
103        <widget class="QWidget" name="page" />
104        <widget class="QWidget" name="page_2" >
105         <widget class="QTextEdit" name="textEdit" >
106          <property name="geometry" >
107           <rect>
108            <x>73</x>
109            <y>23</y>
110            <width>271</width>
111            <height>361</height>
112           </rect>
113          </property>
114          <property name="sizePolicy" >
115           <sizepolicy>
116            <hsizetype>7</hsizetype>
117            <vsizetype>7</vsizetype>
118            <horstretch>3</horstretch>
119            <verstretch>0</verstretch>
120           </sizepolicy>
121          </property>
122          <property name="sizeIncrement" >
123           <size>
124            <width>1</width>
125            <height>0</height>
126           </size>
127          </property>
128          <property name="toolTip" >
129           <string comment="Console Window" />
130          </property>
131          <property name="statusTip" >
132           <string comment="Console Window" />
133          </property>
134          <property name="whatsThis" >
135           <string comment="Console Window" />
136          </property>
137          <property name="documentTitle" >
138           <string comment="Console Window" />
139          </property>
140          <property name="readOnly" >
141           <bool>true</bool>
142          </property>
143         </widget>
144        </widget>
145       </widget>
146      </widget>
147     </item>
148     <item>
149      <layout class="QHBoxLayout" >
150       <property name="margin" >
151        <number>0</number>
152       </property>
153       <property name="spacing" >
154        <number>6</number>
155       </property>
156       <item>
157        <widget class="QLabel" name="label" >
158         <property name="text" >
159          <string>Command:</string>
160         </property>
161        </widget>
162       </item>
163       <item>
164        <widget class="QLineEdit" name="lineEdit" />
165       </item>
166      </layout>
167     </item>
168    </layout>
169   </widget>
170   <widget class="QMenuBar" name="menubar" >
171    <property name="geometry" >
172     <rect>
173      <x>0</x>
174      <y>0</y>
175      <width>800</width>
176      <height>28</height>
177     </rect>
178    </property>
179    <widget class="QMenu" name="menuFile" >
180     <property name="title" >
181      <string>File</string>
182     </property>
183    </widget>
184    <addaction name="menuFile" />
185   </widget>
186   <widget class="QStatusBar" name="statusbar" />
187   <widget class="QToolBar" name="toolBar" >
188    <property name="minimumSize" >
189     <size>
190      <width>15</width>
191      <height>6</height>
192     </size>
193    </property>
194    <property name="orientation" >
195     <enum>Qt::Horizontal</enum>
196    </property>
197    <attribute name="toolBarArea" >
198     <number>4</number>
199    </attribute>
200   </widget>
201  </widget>
202  <resources/>
203  <connections>
204   <connection>
205    <sender>lineEdit</sender>
206    <signal>textChanged(QString)</signal>
207    <receiver>textEdit</receiver>
208    <slot>setText(QString)</slot>
209    <hints>
210     <hint type="sourcelabel" >
211      <x>137</x>
212      <y>560</y>
213     </hint>
214     <hint type="destinationlabel" >
215      <x>192</x>
216      <y>407</y>
217     </hint>
218    </hints>
219   </connection>
220  </connections>
221 </ui>