VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui@ 2983

Last change on this file since 2983 was 2983, checked in by vboxsync, 18 years ago

FE/Qt: Added Show Log icons; exported to OSE.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 7.4 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxVMLogViewer</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7# Copyright (C) 2007 InnoTek Systemberatung GmbH
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 as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# If you received this file as part of a commercial VirtualBox
18# distribution, then only the terms of your commercial VirtualBox
19# license agreement apply instead of the previous paragraph.
20</comment>
21<widget class="QMainWindow">
22 <property name="name">
23 <cstring>VBoxVMLogViewer</cstring>
24 </property>
25 <property name="geometry">
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>600</width>
30 <height>480</height>
31 </rect>
32 </property>
33 <property name="caption">
34 <string>Log Viewer</string>
35 </property>
36 <vbox>
37 <property name="name">
38 <cstring>unnamed</cstring>
39 </property>
40 <property name="spacing">
41 <number>10</number>
42 </property>
43 <widget class="QFrame">
44 <property name="name">
45 <cstring>mLogsFrame</cstring>
46 </property>
47 <property name="frameShape">
48 <enum>NoFrame</enum>
49 </property>
50 <property name="frameShadow">
51 <enum>Plain</enum>
52 </property>
53 </widget>
54 <widget class="QLayoutWidget">
55 <property name="name">
56 <cstring>layout2</cstring>
57 </property>
58 <hbox>
59 <property name="name">
60 <cstring>unnamed</cstring>
61 </property>
62 <spacer>
63 <property name="name">
64 <cstring>spacer3</cstring>
65 </property>
66 <property name="orientation">
67 <enum>Horizontal</enum>
68 </property>
69 <property name="sizeType">
70 <enum>Expanding</enum>
71 </property>
72 <property name="sizeHint">
73 <size>
74 <width>270</width>
75 <height>20</height>
76 </size>
77 </property>
78 </spacer>
79 <widget class="QPushButton">
80 <property name="name">
81 <cstring>mSaveButton</cstring>
82 </property>
83 <property name="text">
84 <string>&amp;Save</string>
85 </property>
86 <property name="accel">
87 <string>Alt+S</string>
88 </property>
89 <property name="autoDefault">
90 <bool>true</bool>
91 </property>
92 <property name="default">
93 <bool>true</bool>
94 </property>
95 </widget>
96 <widget class="QPushButton">
97 <property name="name">
98 <cstring>mRefreshButton</cstring>
99 </property>
100 <property name="text">
101 <string>&amp;Refresh</string>
102 </property>
103 <property name="accel">
104 <string>Alt+R</string>
105 </property>
106 </widget>
107 <widget class="QPushButton">
108 <property name="name">
109 <cstring>mCloseButton</cstring>
110 </property>
111 <property name="text">
112 <string>&amp;Close</string>
113 </property>
114 <property name="accel">
115 <string>Alt+C</string>
116 </property>
117 </widget>
118 </hbox>
119 </widget>
120 </vbox>
121</widget>
122<toolbars>
123</toolbars>
124<connections>
125 <connection>
126 <sender>mCloseButton</sender>
127 <signal>clicked()</signal>
128 <receiver>VBoxVMLogViewer</receiver>
129 <slot>close()</slot>
130 </connection>
131 <connection>
132 <sender>mSaveButton</sender>
133 <signal>clicked()</signal>
134 <receiver>VBoxVMLogViewer</receiver>
135 <slot>save()</slot>
136 </connection>
137 <connection>
138 <sender>mRefreshButton</sender>
139 <signal>clicked()</signal>
140 <receiver>VBoxVMLogViewer</receiver>
141 <slot>refresh()</slot>
142 </connection>
143</connections>
144<includes>
145 <include location="local" impldecl="in declaration">VBoxGlobal.h</include>
146 <include location="global" impldecl="in implementation">qsizegrip.h</include>
147 <include location="global" impldecl="in implementation">qstatusbar.h</include>
148 <include location="global" impldecl="in implementation">qtabwidget.h</include>
149 <include location="global" impldecl="in implementation">qtextbrowser.h</include>
150 <include location="global" impldecl="in implementation">qdir.h</include>
151 <include location="global" impldecl="in implementation">qfiledialog.h</include>
152 <include location="global" impldecl="in implementation">qdatetime.h</include>
153 <include location="global" impldecl="in implementation">qobjectlist.h</include>
154</includes>
155<forwards>
156 <forward>class QSizeGrip</forward>
157 <forward>class QTabWidget</forward>
158 <forward>class QTextBrowser</forward>
159</forwards>
160<variables>
161 <variable access="private">bool mIsPolished;</variable>
162 <variable access="private">QSizeGrip *mSizeGrip;</variable>
163 <variable access="private">CMachine mMachine;</variable>
164 <variable access="private">QAction *mAction;</variable>
165 <variable access="private">QTabWidget *mLogList;</variable>
166 <variable access="private">QStringList mLogFilesList;</variable>
167 <variable access="private">QPushButton *mDefaultButton;</variable>
168</variables>
169<slots>
170 <slot access="pritave">refresh()</slot>
171 <slot access="private">suicide (bool)</slot>
172 <slot access="private">save()</slot>
173</slots>
174<functions>
175 <function access="private">init()</function>
176 <function access="private">destroy()</function>
177 <function access="pritave">languageChangeImp()</function>
178 <function access="pritave" returnType="QPushButton*">searchDefaultButton()</function>
179 <function access="protected" returnType="bool">eventFilter( QObject*, QEvent* )</function>
180 <function access="protected" returnType="bool">event( QEvent* )</function>
181 <function access="protected">keyPressEvent( QKeyEvent* )</function>
182 <function access="protected">showEvent( QShowEvent* )</function>
183 <function access="protected">resizeEvent( QResizeEvent* )</function>
184 <function>setup( CMachine &amp;, QAction* )</function>
185 <function access="pritave">loadLogFile( const QString &amp; )</function>
186 <function access="pritave" returnType="QTextBrowser*">createLogPage( const QString &amp; )</function>
187</functions>
188<pixmapinproject/>
189<layoutdefaults spacing="6" margin="11"/>
190</UI>
Note: See TracBrowser for help on using the repository browser.

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