VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui@ 11162

Last change on this file since 11162 was 9257, checked in by vboxsync, 17 years ago

FE/Qt4: Merged QIAbstractDialog into QIMainDialog. The log viewer & the
information dialog both using the new QIMainDialog. Additionally the log viewer
provides an proxy icon for the current selected log. Some small fixes in
QIMainDialog.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 2.5 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>VBoxVMLogViewer</class>
20 <widget class="QMainWindow" name="VBoxVMLogViewer" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>588</width>
26 <height>409</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>Log Viewer</string>
31 </property>
32 <property name="windowIcon" >
33 <iconset resource="../VirtualBox.qrc" >:/show_logs_16px.png</iconset>
34 </property>
35 <widget class="QWidget" name="centralwidget" >
36 <layout class="QVBoxLayout" >
37 <item>
38 <widget class="QWidget" native="1" name="mLogsFrame" >
39 <property name="sizePolicy" >
40 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
41 <horstretch>0</horstretch>
42 <verstretch>0</verstretch>
43 </sizepolicy>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QIDialogButtonBox" name="mButtonBox" >
49 <property name="standardButtons" >
50 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Save</set>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </widget>
56 </widget>
57 <customwidgets>
58 <customwidget>
59 <class>QIDialogButtonBox</class>
60 <extends>QDialogButtonBox</extends>
61 <header>QIDialogButtonBox.h</header>
62 </customwidget>
63 </customwidgets>
64 <resources>
65 <include location="../VirtualBox.qrc" />
66 </resources>
67 <connections>
68 <connection>
69 <sender>mButtonBox</sender>
70 <signal>rejected()</signal>
71 <receiver>VBoxVMLogViewer</receiver>
72 <slot>close()</slot>
73 <hints>
74 <hint type="sourcelabel" >
75 <x>293</x>
76 <y>328</y>
77 </hint>
78 <hint type="destinationlabel" >
79 <x>293</x>
80 <y>204</y>
81 </hint>
82 </hints>
83 </connection>
84 </connections>
85</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