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 | <layout class="QHBoxLayout" >
|
---|
32 | <item>
|
---|
33 | <widget class="QPushButton" name="mBtnHelp" >
|
---|
34 | <property name="text" >
|
---|
35 | <string>Help</string>
|
---|
36 | </property>
|
---|
37 | <property name="shortcut" >
|
---|
38 | <string>F1</string>
|
---|
39 | </property>
|
---|
40 | <property name="autoDefault" >
|
---|
41 | <bool>true</bool>
|
---|
42 | </property>
|
---|
43 | </widget>
|
---|
44 | </item>
|
---|
45 | <item>
|
---|
46 | <spacer>
|
---|
47 | <property name="orientation" >
|
---|
48 | <enum>Qt::Horizontal</enum>
|
---|
49 | </property>
|
---|
50 | <property name="sizeHint" >
|
---|
51 | <size>
|
---|
52 | <width>40</width>
|
---|
53 | <height>20</height>
|
---|
54 | </size>
|
---|
55 | </property>
|
---|
56 | </spacer>
|
---|
57 | </item>
|
---|
58 | <item>
|
---|
59 | <widget class="QPushButton" name="mBtnFind" >
|
---|
60 | <property name="text" >
|
---|
61 | <string>&Find</string>
|
---|
62 | </property>
|
---|
63 | <property name="autoDefault" >
|
---|
64 | <bool>true</bool>
|
---|
65 | </property>
|
---|
66 | </widget>
|
---|
67 | </item>
|
---|
68 | <item>
|
---|
69 | <widget class="QPushButton" name="mBtnSave" >
|
---|
70 | <property name="text" >
|
---|
71 | <string>&Save</string>
|
---|
72 | </property>
|
---|
73 | <property name="autoDefault" >
|
---|
74 | <bool>true</bool>
|
---|
75 | </property>
|
---|
76 | <property name="default" >
|
---|
77 | <bool>true</bool>
|
---|
78 | </property>
|
---|
79 | </widget>
|
---|
80 | </item>
|
---|
81 | <item>
|
---|
82 | <widget class="QPushButton" name="mBtnRefresh" >
|
---|
83 | <property name="text" >
|
---|
84 | <string>&Refresh</string>
|
---|
85 | </property>
|
---|
86 | <property name="autoDefault" >
|
---|
87 | <bool>true</bool>
|
---|
88 | </property>
|
---|
89 | </widget>
|
---|
90 | </item>
|
---|
91 | <item>
|
---|
92 | <widget class="QPushButton" name="mBtnClose" >
|
---|
93 | <property name="text" >
|
---|
94 | <string>&Close</string>
|
---|
95 | </property>
|
---|
96 | <property name="autoDefault" >
|
---|
97 | <bool>true</bool>
|
---|
98 | </property>
|
---|
99 | </widget>
|
---|
100 | </item>
|
---|
101 | </layout>
|
---|
102 | </item>
|
---|
103 | </layout>
|
---|
104 | </widget>
|
---|
105 | <widget class="QStatusBar" name="statusbar" />
|
---|
106 | </widget>
|
---|
107 | <resources>
|
---|
108 | <include location="../VirtualBox.qrc" />
|
---|
109 | </resources>
|
---|
110 | <connections/>
|
---|
111 | </ui>
|
---|