VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui@ 10771

Last change on this file since 10771 was 9868, checked in by vboxsync, 17 years ago

Fe/Qt4: Make the context menu trigger for QITreeWidget more correct (missed one file when committing).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 7.2 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>VBoxDiskImageManagerDlg</class>
20 <widget class="QMainWindow" name="VBoxDiskImageManagerDlg" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>620</width>
26 <height>460</height>
27 </rect>
28 </property>
29 <property name="minimumSize" >
30 <size>
31 <width>283</width>
32 <height>190</height>
33 </size>
34 </property>
35 <property name="windowTitle" >
36 <string>Virtual Disk Manager</string>
37 </property>
38 <property name="windowIcon" >
39 <iconset resource="../VirtualBox.qrc" >:/diskim_16px.png</iconset>
40 </property>
41 <widget class="QWidget" name="centralwidget" >
42 <layout class="QHBoxLayout" >
43 <item>
44 <layout class="QVBoxLayout" >
45 <item>
46 <widget class="QTabWidget" name="twImages" >
47 <property name="sizePolicy" >
48 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="currentIndex" >
54 <number>0</number>
55 </property>
56 <widget class="QWidget" name="tbHardDisk" >
57 <attribute name="title" >
58 <string>&amp;Hard Disks</string>
59 </attribute>
60 <layout class="QVBoxLayout" >
61 <item>
62 <widget class="QITreeWidget" name="mHdsTree" >
63 <property name="contextMenuPolicy" >
64 <enum>Qt::CustomContextMenu</enum>
65 </property>
66 <property name="acceptDrops" >
67 <bool>true</bool>
68 </property>
69 <property name="horizontalScrollBarPolicy" >
70 <enum>Qt::ScrollBarAlwaysOff</enum>
71 </property>
72 <property name="alternatingRowColors" >
73 <bool>true</bool>
74 </property>
75 <property name="allColumnsShowFocus" >
76 <bool>true</bool>
77 </property>
78 <column>
79 <property name="text" >
80 <string>Name</string>
81 </property>
82 </column>
83 <column>
84 <property name="text" >
85 <string>Virtual Size</string>
86 </property>
87 </column>
88 <column>
89 <property name="text" >
90 <string>Actual Size</string>
91 </property>
92 </column>
93 </widget>
94 </item>
95 <item>
96 <widget class="QFrame" name="mHdsContainer" >
97 <property name="frameShape" >
98 <enum>QFrame::Box</enum>
99 </property>
100 <property name="frameShadow" >
101 <enum>QFrame::Sunken</enum>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </widget>
107 <widget class="QWidget" name="tbCD" >
108 <attribute name="title" >
109 <string>&amp;CD/DVD Images</string>
110 </attribute>
111 <layout class="QVBoxLayout" >
112 <item>
113 <widget class="QITreeWidget" name="mCdsTree" >
114 <property name="contextMenuPolicy" >
115 <enum>Qt::CustomContextMenu</enum>
116 </property>
117 <property name="acceptDrops" >
118 <bool>true</bool>
119 </property>
120 <property name="horizontalScrollBarPolicy" >
121 <enum>Qt::ScrollBarAlwaysOff</enum>
122 </property>
123 <property name="alternatingRowColors" >
124 <bool>true</bool>
125 </property>
126 <property name="allColumnsShowFocus" >
127 <bool>true</bool>
128 </property>
129 <column>
130 <property name="text" >
131 <string>Name</string>
132 </property>
133 </column>
134 <column>
135 <property name="text" >
136 <string>Size</string>
137 </property>
138 </column>
139 </widget>
140 </item>
141 <item>
142 <widget class="QFrame" name="mCdsContainer" >
143 <property name="frameShape" >
144 <enum>QFrame::Box</enum>
145 </property>
146 <property name="frameShadow" >
147 <enum>QFrame::Sunken</enum>
148 </property>
149 </widget>
150 </item>
151 </layout>
152 </widget>
153 <widget class="QWidget" name="tbFloppy" >
154 <attribute name="title" >
155 <string>&amp;Floppy Images</string>
156 </attribute>
157 <layout class="QVBoxLayout" >
158 <item>
159 <widget class="QITreeWidget" name="mFdsTree" >
160 <property name="contextMenuPolicy" >
161 <enum>Qt::CustomContextMenu</enum>
162 </property>
163 <property name="acceptDrops" >
164 <bool>true</bool>
165 </property>
166 <property name="horizontalScrollBarPolicy" >
167 <enum>Qt::ScrollBarAlwaysOff</enum>
168 </property>
169 <property name="alternatingRowColors" >
170 <bool>true</bool>
171 </property>
172 <property name="allColumnsShowFocus" >
173 <bool>true</bool>
174 </property>
175 <column>
176 <property name="text" >
177 <string>Name</string>
178 </property>
179 </column>
180 <column>
181 <property name="text" >
182 <string>Size</string>
183 </property>
184 </column>
185 </widget>
186 </item>
187 <item>
188 <widget class="QFrame" name="mFdsContainer" >
189 <property name="frameShape" >
190 <enum>QFrame::Box</enum>
191 </property>
192 <property name="frameShadow" >
193 <enum>QFrame::Sunken</enum>
194 </property>
195 </widget>
196 </item>
197 </layout>
198 </widget>
199 </widget>
200 </item>
201 <item>
202 <widget class="QIDialogButtonBox" name="mButtonBox" >
203 <property name="standardButtons" >
204 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
205 </property>
206 </widget>
207 </item>
208 </layout>
209 </item>
210 </layout>
211 </widget>
212 <widget class="QStatusBar" name="statusBar" />
213 </widget>
214 <customwidgets>
215 <customwidget>
216 <class>QIDialogButtonBox</class>
217 <extends>QDialogButtonBox</extends>
218 <header>QIDialogButtonBox.h</header>
219 </customwidget>
220 <customwidget>
221 <class>QITreeWidget</class>
222 <extends>QTreeWidget</extends>
223 <header>QITreeWidget.h</header>
224 </customwidget>
225 </customwidgets>
226 <resources>
227 <include location="../VirtualBox.qrc" />
228 </resources>
229 <connections/>
230</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