VirtualBox

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

Last change on this file since 43138 was 43106, checked in by vboxsync, 12 years ago

copyright indentation fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<ui version="4.0" >
2 <class>VBoxSnapshotsWgt</class>
3 <comment>
4 VBox frontends: Qt4 GUI ("VirtualBox"):
5
6 Copyright (C) 2008-2012 Oracle Corporation
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 </comment>
16 <widget class="QWidget" name="VBoxSnapshotsWgt" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>400</width>
22 <height>300</height>
23 </rect>
24 </property>
25 <property name="windowTitle" >
26 <string>VBoxSnapshotsWgt</string>
27 </property>
28 <layout class="QVBoxLayout" >
29 <property name="leftMargin" >
30 <number>0</number>
31 </property>
32 <property name="topMargin" >
33 <number>0</number>
34 </property>
35 <property name="rightMargin" >
36 <number>0</number>
37 </property>
38 <property name="bottomMargin" >
39 <number>0</number>
40 </property>
41 <item>
42 <widget class="QTreeWidget" name="mTreeWidget" >
43 <property name="contextMenuPolicy" >
44 <enum>Qt::CustomContextMenu</enum>
45 </property>
46 <property name="allColumnsShowFocus" >
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </widget>
53 <resources/>
54 <connections/>
55</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use