VirtualBox

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

Last change on this file since 8773 was 8741, checked in by vboxsync, 17 years ago

FE/Qt4: use new QIDialogButtonBox

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 1.8 KB
Line 
1<ui version="4.0" >
2 <class>VBoxVMLogViewer</class>
3 <widget class="QMainWindow" name="VBoxVMLogViewer" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>588</width>
9 <height>409</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Log Viewer</string>
14 </property>
15 <property name="windowIcon" >
16 <iconset resource="../VirtualBox.qrc" >:/show_logs_16px.png</iconset>
17 </property>
18 <widget class="QWidget" name="centralwidget" >
19 <layout class="QVBoxLayout" >
20 <item>
21 <widget class="QWidget" native="1" name="mLogsFrame" >
22 <property name="sizePolicy" >
23 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
26 </sizepolicy>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QIDialogButtonBox" name="mButtonBox" >
32 <property name="standardButtons" >
33 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Save</set>
34 </property>
35 </widget>
36 </item>
37 </layout>
38 </widget>
39 <widget class="QStatusBar" name="statusbar" />
40 </widget>
41 <customwidgets>
42 <customwidget>
43 <class>QIDialogButtonBox</class>
44 <extends>QDialogButtonBox</extends>
45 <header>QIDialogButtonBox.h</header>
46 </customwidget>
47 </customwidgets>
48 <resources>
49 <include location="../VirtualBox.qrc" />
50 </resources>
51 <connections>
52 <connection>
53 <sender>mButtonBox</sender>
54 <signal>rejected()</signal>
55 <receiver>VBoxVMLogViewer</receiver>
56 <slot>close()</slot>
57 <hints>
58 <hint type="sourcelabel" >
59 <x>293</x>
60 <y>328</y>
61 </hint>
62 <hint type="destinationlabel" >
63 <x>293</x>
64 <y>204</y>
65 </hint>
66 </hints>
67 </connection>
68 </connections>
69</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