VirtualBox

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

Last change on this file since 8611 was 8186, checked in by vboxsync, 17 years ago

FE/Qt: Removed stupid <string>Alt+[letter]</strig> added by Qt Designer.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 7.5 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxVMInformationDlg</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7 Copyright (C) 2007 Sun Microsystems, Inc.
8
9 This file is part of VirtualBox Open Source Edition (OSE), as
10 available from http://www.virtualbox.org. This file is free software;
11 you can redistribute it and/or modify it under the terms of the GNU
12 General Public License (GPL) as published by the Free Software
13 Foundation, in version 2 as it comes in the "COPYING" file of the
14 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16
17 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18 Clara, CA 95054 USA or visit http://www.sun.com if you need
19 additional information or have any questions.
20</comment>
21<widget class="QMainWindow">
22 <property name="name">
23 <cstring>VBoxVMInformationDlg</cstring>
24 </property>
25 <property name="geometry">
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>640</width>
30 <height>480</height>
31 </rect>
32 </property>
33 <property name="caption">
34 <string>Session Information Dialog</string>
35 </property>
36 <vbox>
37 <property name="name">
38 <cstring>unnamed</cstring>
39 </property>
40 <widget class="QFrame">
41 <property name="name">
42 <cstring>mInfoFrame</cstring>
43 </property>
44 <property name="frameShape">
45 <enum>NoFrame</enum>
46 </property>
47 <property name="frameShadow">
48 <enum>Plain</enum>
49 </property>
50 </widget>
51 <widget class="QLayoutWidget">
52 <property name="name">
53 <cstring>layout2</cstring>
54 </property>
55 <hbox>
56 <property name="name">
57 <cstring>unnamed</cstring>
58 </property>
59 <spacer>
60 <property name="name">
61 <cstring>spacer3</cstring>
62 </property>
63 <property name="orientation">
64 <enum>Horizontal</enum>
65 </property>
66 <property name="sizeType">
67 <enum>Expanding</enum>
68 </property>
69 <property name="sizeHint">
70 <size>
71 <width>270</width>
72 <height>20</height>
73 </size>
74 </property>
75 </spacer>
76 <widget class="QPushButton">
77 <property name="name">
78 <cstring>mCloseButton</cstring>
79 </property>
80 <property name="text">
81 <string>&amp;Close</string>
82 </property>
83 <property name="autoDefault">
84 <bool>true</bool>
85 </property>
86 <property name="default">
87 <bool>true</bool>
88 </property>
89 </widget>
90 </hbox>
91 </widget>
92 </vbox>
93</widget>
94<toolbars>
95</toolbars>
96<connections>
97 <connection>
98 <sender>mCloseButton</sender>
99 <signal>clicked()</signal>
100 <receiver>VBoxVMInformationDlg</receiver>
101 <slot>close()</slot>
102 </connection>
103</connections>
104<includes>
105 <include location="local" impldecl="in declaration">VBoxGlobal.h</include>
106 <include location="local" impldecl="in implementation">VBoxConsoleView.h</include>
107 <include location="global" impldecl="in declaration">qtimer.h</include>
108 <include location="global" impldecl="in implementation">qsizegrip.h</include>
109 <include location="global" impldecl="in implementation">qstatusbar.h</include>
110 <include location="global" impldecl="in implementation">qtabwidget.h</include>
111 <include location="global" impldecl="in implementation">qtextbrowser.h</include>
112 <include location="global" impldecl="in implementation">qobjectlist.h</include>
113 <include location="global" impldecl="in implementation">qregexp.h</include>
114 <include location="global" impldecl="in implementation">qvaluelist.h</include>
115</includes>
116<forwards>
117 <forward>class QSizeGrip</forward>
118 <forward>class QTabWidget</forward>
119 <forward>class QTextBrowser</forward>
120 <forward>class VBoxConsoleView</forward>
121</forwards>
122<variables>
123 <variable access="public">typedef QMap &lt;QString, QString&gt; DataMapType;</variable>
124 <variable access="public">struct CounterElementType { QString type; DataMapType list; };</variable>
125 <variable access="public">typedef QValueList &lt;CounterElementType&gt; CounterListType;</variable>
126 <variable access="private">typedef QMap &lt;QString, VBoxVMInformationDlg*&gt; InfoDlgMap;</variable>
127 <variable access="private">static InfoDlgMap mSelfArray;</variable>
128 <variable access="private">bool mIsPolished;</variable>
129 <variable access="private">QSizeGrip *mSizeGrip;</variable>
130 <variable access="private">CSession mSession;</variable>
131 <variable access="private">QTabWidget *mInfoStack;</variable>
132 <variable access="private">QTextBrowser *mDetailsText;</variable>
133 <variable access="private">QTextBrowser *mStatisticText;</variable>
134 <variable access="private">QTextBrowser *mDefStatText;</variable>
135 <variable access="private">QPushButton *mDefaultButton;</variable>
136 <variable access="private">DataMapType mNamesMap;</variable>
137 <variable access="private">DataMapType mValuesMap;</variable>
138 <variable access="private">QTimer mStatTimer;</variable>
139 <variable access="private">VBoxConsoleView *mConsole;</variable>
140 <variable access="private">int mWidth;</variable>
141 <variable access="private">int mHeight;</variable>
142 <variable access="private">bool mMax;</variable>
143</variables>
144<slots>
145 <slot access="protected">updateDetails()</slot>
146 <slot access="protected">processStatistics()</slot>
147 <slot access="protected">onPageChanged( QWidget* )</slot>
148</slots>
149<functions>
150 <function specifier="static">createInformationDlg( const CSession&amp;, VBoxConsoleView* )</function>
151 <function access="private">init()</function>
152 <function access="private">destroy()</function>
153 <function>setup( const CSession &amp;, VBoxConsoleView* )</function>
154 <function access="pritave">languageChangeImp()</function>
155 <function access="pritave" returnType="QPushButton*">searchDefaultButton()</function>
156 <function access="protected" returnType="bool">eventFilter( QObject*, QEvent* )</function>
157 <function access="protected" returnType="bool">event( QEvent* )</function>
158 <function access="protected">keyPressEvent( QKeyEvent* )</function>
159 <function access="protected">showEvent( QShowEvent* )</function>
160 <function access="protected">resizeEvent( QResizeEvent* )</function>
161 <function returnType="QString" access="pritave">parseStatistics( const QString &amp; )</function>
162 <function access="private">refreshStatistics()</function>
163 <function returnType="QString" access="pritave">formatHardDisk( const QString &amp;, KStorageBus, LONG, LONG, int, int )</function>
164 <function returnType="QString" access="pritave">formatAdapter( const QString &amp;, ULONG, int, int )</function>
165 <function returnType="QString" access="pritave">composeArticle( const QString &amp;, int, int )</function>
166</functions>
167<pixmapinproject/>
168<layoutdefaults spacing="6" margin="11"/>
169</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