VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui@ 18092

Last change on this file since 18092 was 13553, checked in by vboxsync, 16 years ago

FE/Qt4: 3187: "VDM window doesn't have a WM task entry": fixed issue with missed 32pix icons for VDM, SID, LVD when using task-switch dialog (Alt-Tab) [defect #3187 / comment #8].

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 4.4 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxVMInformationDlg</class>
20 <widget class="QMainWindow" name="VBoxVMInformationDlg" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>487</width>
26 <height>391</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>VBoxVMInformationDlg</string>
31 </property>
32 <widget class="QWidget" name="centralwidget" >
33 <layout class="QVBoxLayout" >
34 <item>
35 <widget class="QTabWidget" name="mInfoStack" >
36 <property name="currentIndex" >
37 <number>0</number>
38 </property>
39 <widget class="QWidget" name="mPage1" >
40 <attribute name="title" >
41 <string>&amp;Details</string>
42 </attribute>
43 <attribute name="icon" >
44 <iconset resource="../VirtualBox.qrc" >:/settings_16px.png</iconset>
45 </attribute>
46 <layout class="QVBoxLayout" >
47 <property name="leftMargin" >
48 <number>0</number>
49 </property>
50 <property name="topMargin" >
51 <number>0</number>
52 </property>
53 <property name="rightMargin" >
54 <number>0</number>
55 </property>
56 <property name="bottomMargin" >
57 <number>0</number>
58 </property>
59 <item>
60 <widget class="QRichTextEdit" name="mDetailsText" >
61 <property name="frameShape" >
62 <enum>QFrame::NoFrame</enum>
63 </property>
64 <property name="frameShadow" >
65 <enum>QFrame::Plain</enum>
66 </property>
67 <property name="readOnly" >
68 <bool>true</bool>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <widget class="QWidget" name="mPage2" >
75 <attribute name="title" >
76 <string>&amp;Runtime</string>
77 </attribute>
78 <attribute name="icon" >
79 <iconset resource="../VirtualBox.qrc" >:/start_16px.png</iconset>
80 </attribute>
81 <layout class="QVBoxLayout" >
82 <property name="leftMargin" >
83 <number>0</number>
84 </property>
85 <property name="topMargin" >
86 <number>0</number>
87 </property>
88 <property name="rightMargin" >
89 <number>0</number>
90 </property>
91 <property name="bottomMargin" >
92 <number>0</number>
93 </property>
94 <item>
95 <widget class="QRichTextEdit" name="mStatisticText" >
96 <property name="frameShape" >
97 <enum>QFrame::NoFrame</enum>
98 </property>
99 <property name="frameShadow" >
100 <enum>QFrame::Plain</enum>
101 </property>
102 <property name="readOnly" >
103 <bool>true</bool>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 </widget>
110 </item>
111 <item>
112 <widget class="QIDialogButtonBox" name="mButtonBox" >
113 <property name="standardButtons" >
114 <set>QDialogButtonBox::Close</set>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </widget>
120 </widget>
121 <customwidgets>
122 <customwidget>
123 <class>QIDialogButtonBox</class>
124 <extends>QDialogButtonBox</extends>
125 <header>QIDialogButtonBox.h</header>
126 </customwidget>
127 <customwidget>
128 <class>QRichTextEdit</class>
129 <extends>QTextEdit</extends>
130 <header>VBoxUtils.h</header>
131 </customwidget>
132 </customwidgets>
133 <resources>
134 <include location="../VirtualBox.qrc" />
135 </resources>
136 <connections>
137 <connection>
138 <sender>mButtonBox</sender>
139 <signal>rejected()</signal>
140 <receiver>VBoxVMInformationDlg</receiver>
141 <slot>close()</slot>
142 <hints>
143 <hint type="sourcelabel" >
144 <x>246</x>
145 <y>348</y>
146 </hint>
147 <hint type="destinationlabel" >
148 <x>246</x>
149 <y>195</y>
150 </hint>
151 </hints>
152 </connection>
153 </connections>
154</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