VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui@ 24412

Last change on this file since 24412 was 24412, checked in by vboxsync, 15 years ago

FE/Qt4: Snapshots Widget: Using common (qt 'windows') style to draw nodes & branches for snapshots tree-widget.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1<ui version="4.0" >
2 <class>VBoxSnapshotsWgt</class>
3 <comment>
4 VBox frontends: Qt4 GUI ("VirtualBox"):
5
6 Copyright (C) 2008 Sun Microsystems, Inc.
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15
16 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 Clara, CA 95054 USA or visit http://www.sun.com if you need
18 additional information or have any questions.
19 </comment>
20 <widget class="QWidget" name="VBoxSnapshotsWgt" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>400</width>
26 <height>300</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>VBoxSnapshotsWgt</string>
31 </property>
32 <layout class="QVBoxLayout" >
33 <property name="leftMargin" >
34 <number>0</number>
35 </property>
36 <property name="topMargin" >
37 <number>0</number>
38 </property>
39 <property name="rightMargin" >
40 <number>0</number>
41 </property>
42 <property name="bottomMargin" >
43 <number>0</number>
44 </property>
45 <item>
46 <widget class="QTreeWidget" name="mTreeWidget" >
47 <property name="contextMenuPolicy" >
48 <enum>Qt::CustomContextMenu</enum>
49 </property>
50 <property name="allColumnsShowFocus" >
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 <resources/>
58 <connections/>
59</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