1 | <ui version="4.0" >
|
---|
2 | <class>VBoxVMLogViewer</class>
|
---|
3 | <widget class="QMainWindow" name="VBoxVMLogViewer" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>588</width>
|
---|
9 | <height>409</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Log Viewer</string>
|
---|
14 | </property>
|
---|
15 | <property name="windowIcon" >
|
---|
16 | <iconset resource="../VirtualBox.qrc" >:/show_logs_16px.png</iconset>
|
---|
17 | </property>
|
---|
18 | <widget class="QWidget" name="centralwidget" >
|
---|
19 | <layout class="QVBoxLayout" >
|
---|
20 | <item>
|
---|
21 | <widget class="QWidget" native="1" name="mLogsFrame" >
|
---|
22 | <property name="sizePolicy" >
|
---|
23 | <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
---|
24 | <horstretch>0</horstretch>
|
---|
25 | <verstretch>0</verstretch>
|
---|
26 | </sizepolicy>
|
---|
27 | </property>
|
---|
28 | </widget>
|
---|
29 | </item>
|
---|
30 | <item>
|
---|
31 | <widget class="QDialogButtonBox" name="mButtonBox" >
|
---|
32 | <property name="standardButtons" >
|
---|
33 | <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Save</set>
|
---|
34 | </property>
|
---|
35 | </widget>
|
---|
36 | </item>
|
---|
37 | </layout>
|
---|
38 | </widget>
|
---|
39 | <widget class="QStatusBar" name="statusbar" />
|
---|
40 | </widget>
|
---|
41 | <resources>
|
---|
42 | <include location="../VirtualBox.qrc" />
|
---|
43 | </resources>
|
---|
44 | <connections>
|
---|
45 | <connection>
|
---|
46 | <sender>mButtonBox</sender>
|
---|
47 | <signal>rejected()</signal>
|
---|
48 | <receiver>VBoxVMLogViewer</receiver>
|
---|
49 | <slot>close()</slot>
|
---|
50 | <hints>
|
---|
51 | <hint type="sourcelabel" >
|
---|
52 | <x>293</x>
|
---|
53 | <y>328</y>
|
---|
54 | </hint>
|
---|
55 | <hint type="destinationlabel" >
|
---|
56 | <x>293</x>
|
---|
57 | <y>204</y>
|
---|
58 | </hint>
|
---|
59 | </hints>
|
---|
60 | </connection>
|
---|
61 | </connections>
|
---|
62 | </ui>
|
---|