1 | <ui version="4.0" >
|
---|
2 | <class>VBoxVMInformationDlg</class>
|
---|
3 | <widget class="QMainWindow" name="VBoxVMInformationDlg" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>487</width>
|
---|
9 | <height>391</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>VBoxVMInformationDlg</string>
|
---|
14 | </property>
|
---|
15 | <property name="windowIcon" >
|
---|
16 | <iconset resource="../VirtualBox.qrc" >:/description_16px.png</iconset>
|
---|
17 | </property>
|
---|
18 | <widget class="QWidget" name="centralwidget" >
|
---|
19 | <layout class="QVBoxLayout" >
|
---|
20 | <item>
|
---|
21 | <widget class="QTabWidget" name="mInfoStack" >
|
---|
22 | <property name="currentIndex" >
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <widget class="QWidget" name="mPage1" >
|
---|
26 | <attribute name="title" >
|
---|
27 | <string>&Details</string>
|
---|
28 | </attribute>
|
---|
29 | <attribute name="icon" >
|
---|
30 | <iconset resource="../VirtualBox.qrc" >:/settings_16px.png</iconset>
|
---|
31 | </attribute>
|
---|
32 | <layout class="QVBoxLayout" >
|
---|
33 | <property name="leftMargin" >
|
---|
34 | <number>0</number>
|
---|
35 | </property>
|
---|
36 | <property name="topMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="rightMargin" >
|
---|
40 | <number>0</number>
|
---|
41 | </property>
|
---|
42 | <property name="bottomMargin" >
|
---|
43 | <number>0</number>
|
---|
44 | </property>
|
---|
45 | <item>
|
---|
46 | <widget class="QTextEdit" name="mDetailsText" >
|
---|
47 | <property name="frameShape" >
|
---|
48 | <enum>QFrame::NoFrame</enum>
|
---|
49 | </property>
|
---|
50 | <property name="frameShadow" >
|
---|
51 | <enum>QFrame::Plain</enum>
|
---|
52 | </property>
|
---|
53 | <property name="readOnly" >
|
---|
54 | <bool>true</bool>
|
---|
55 | </property>
|
---|
56 | </widget>
|
---|
57 | </item>
|
---|
58 | </layout>
|
---|
59 | </widget>
|
---|
60 | <widget class="QWidget" name="mPage2" >
|
---|
61 | <attribute name="title" >
|
---|
62 | <string>&Runtime</string>
|
---|
63 | </attribute>
|
---|
64 | <attribute name="icon" >
|
---|
65 | <iconset resource="../VirtualBox.qrc" >:/start_16px.png</iconset>
|
---|
66 | </attribute>
|
---|
67 | <layout class="QVBoxLayout" >
|
---|
68 | <property name="leftMargin" >
|
---|
69 | <number>0</number>
|
---|
70 | </property>
|
---|
71 | <property name="topMargin" >
|
---|
72 | <number>0</number>
|
---|
73 | </property>
|
---|
74 | <property name="rightMargin" >
|
---|
75 | <number>0</number>
|
---|
76 | </property>
|
---|
77 | <property name="bottomMargin" >
|
---|
78 | <number>0</number>
|
---|
79 | </property>
|
---|
80 | <item>
|
---|
81 | <widget class="QTextEdit" name="mStatisticText" >
|
---|
82 | <property name="frameShape" >
|
---|
83 | <enum>QFrame::NoFrame</enum>
|
---|
84 | </property>
|
---|
85 | <property name="frameShadow" >
|
---|
86 | <enum>QFrame::Plain</enum>
|
---|
87 | </property>
|
---|
88 | <property name="readOnly" >
|
---|
89 | <bool>true</bool>
|
---|
90 | </property>
|
---|
91 | </widget>
|
---|
92 | </item>
|
---|
93 | </layout>
|
---|
94 | </widget>
|
---|
95 | </widget>
|
---|
96 | </item>
|
---|
97 | <item>
|
---|
98 | <widget class="QDialogButtonBox" name="mButtonBox" >
|
---|
99 | <property name="standardButtons" >
|
---|
100 | <set>QDialogButtonBox::Close</set>
|
---|
101 | </property>
|
---|
102 | </widget>
|
---|
103 | </item>
|
---|
104 | </layout>
|
---|
105 | </widget>
|
---|
106 | <widget class="QStatusBar" name="statusbar" />
|
---|
107 | </widget>
|
---|
108 | <resources>
|
---|
109 | <include location="../VirtualBox.qrc" />
|
---|
110 | </resources>
|
---|
111 | <connections>
|
---|
112 | <connection>
|
---|
113 | <sender>mButtonBox</sender>
|
---|
114 | <signal>rejected()</signal>
|
---|
115 | <receiver>VBoxVMInformationDlg</receiver>
|
---|
116 | <slot>close()</slot>
|
---|
117 | <hints>
|
---|
118 | <hint type="sourcelabel" >
|
---|
119 | <x>246</x>
|
---|
120 | <y>348</y>
|
---|
121 | </hint>
|
---|
122 | <hint type="destinationlabel" >
|
---|
123 | <x>246</x>
|
---|
124 | <y>195</y>
|
---|
125 | </hint>
|
---|
126 | </hints>
|
---|
127 | </connection>
|
---|
128 | </connections>
|
---|
129 | </ui>
|
---|