VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMInformationDlg.ui@ 8773

Last change on this file since 8773 was 8741, checked in by vboxsync, 17 years ago

FE/Qt4: use new QIDialogButtonBox

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 3.7 KB
Line 
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>&amp;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>&amp;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="QIDialogButtonBox" 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 <customwidgets>
109 <customwidget>
110 <class>QIDialogButtonBox</class>
111 <extends>QDialogButtonBox</extends>
112 <header>QIDialogButtonBox.h</header>
113 </customwidget>
114 </customwidgets>
115 <resources>
116 <include location="../VirtualBox.qrc" />
117 </resources>
118 <connections>
119 <connection>
120 <sender>mButtonBox</sender>
121 <signal>rejected()</signal>
122 <receiver>VBoxVMInformationDlg</receiver>
123 <slot>close()</slot>
124 <hints>
125 <hint type="sourcelabel" >
126 <x>246</x>
127 <y>348</y>
128 </hint>
129 <hint type="destinationlabel" >
130 <x>246</x>
131 <y>195</y>
132 </hint>
133 </hints>
134 </connection>
135 </connections>
136</ui>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette