VirtualBox

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

Last change on this file since 43138 was 43106, checked in by vboxsync, 12 years ago

copyright indentation fixes

  • 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-2012 Oracle Corporation
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 </comment>
15 <class>VBoxVMInformationDlg</class>
16 <widget class="QMainWindow" name="VBoxVMInformationDlg" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>487</width>
22 <height>391</height>
23 </rect>
24 </property>
25 <property name="windowTitle" >
26 <string>VBoxVMInformationDlg</string>
27 </property>
28 <widget class="QWidget" name="centralwidget" >
29 <layout class="QVBoxLayout" >
30 <item>
31 <widget class="QITabWidget" name="mInfoStack" >
32 <property name="currentIndex" >
33 <number>0</number>
34 </property>
35 <widget class="QWidget" name="mPage1" >
36 <attribute name="title" >
37 <string>&amp;Details</string>
38 </attribute>
39 <attribute name="icon" >
40 <iconset resource="../VirtualBox1.qrc" >:/settings_16px.png</iconset>
41 </attribute>
42 <layout class="QVBoxLayout" >
43 <property name="leftMargin" >
44 <number>0</number>
45 </property>
46 <property name="topMargin" >
47 <number>0</number>
48 </property>
49 <property name="rightMargin" >
50 <number>0</number>
51 </property>
52 <property name="bottomMargin" >
53 <number>0</number>
54 </property>
55 <item>
56 <widget class="QRichTextEdit" name="mDetailsText" >
57 <property name="frameShape" >
58 <enum>QFrame::NoFrame</enum>
59 </property>
60 <property name="frameShadow" >
61 <enum>QFrame::Plain</enum>
62 </property>
63 <property name="readOnly" >
64 <bool>true</bool>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <widget class="QWidget" name="mPage2" >
71 <attribute name="title" >
72 <string>&amp;Runtime</string>
73 </attribute>
74 <attribute name="icon" >
75 <iconset resource="../VirtualBox1.qrc" >:/start_16px.png</iconset>
76 </attribute>
77 <layout class="QVBoxLayout" >
78 <property name="leftMargin" >
79 <number>0</number>
80 </property>
81 <property name="topMargin" >
82 <number>0</number>
83 </property>
84 <property name="rightMargin" >
85 <number>0</number>
86 </property>
87 <property name="bottomMargin" >
88 <number>0</number>
89 </property>
90 <item>
91 <widget class="QRichTextEdit" name="mStatisticText" >
92 <property name="frameShape" >
93 <enum>QFrame::NoFrame</enum>
94 </property>
95 <property name="frameShadow" >
96 <enum>QFrame::Plain</enum>
97 </property>
98 <property name="readOnly" >
99 <bool>true</bool>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 </widget>
106 </item>
107 <item>
108 <widget class="QIDialogButtonBox" name="mButtonBox" >
109 <property name="standardButtons" >
110 <set>QDialogButtonBox::Close</set>
111 </property>
112 </widget>
113 </item>
114 </layout>
115 </widget>
116 </widget>
117 <customwidgets>
118 <customwidget>
119 <class>QIDialogButtonBox</class>
120 <extends>QDialogButtonBox</extends>
121 <header>QIDialogButtonBox.h</header>
122 </customwidget>
123 <customwidget>
124 <class>QRichTextEdit</class>
125 <extends>QTextEdit</extends>
126 <header>VBoxUtils.h</header>
127 </customwidget>
128 <customwidget>
129 <class>QITabWidget</class>
130 <extends>QTabWidget</extends>
131 <header>QITabWidget.h</header>
132 </customwidget>
133 </customwidgets>
134 <resources>
135 <include location="../VirtualBox1.qrc" />
136 </resources>
137 <connections>
138 <connection>
139 <sender>mButtonBox</sender>
140 <signal>rejected()</signal>
141 <receiver>VBoxVMInformationDlg</receiver>
142 <slot>close()</slot>
143 <hints>
144 <hint type="sourcelabel" >
145 <x>246</x>
146 <y>348</y>
147 </hint>
148 <hint type="destinationlabel" >
149 <x>246</x>
150 <y>195</y>
151 </hint>
152 </hints>
153 </connection>
154 </connections>
155</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use