Changeset 8621 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 6, 2008 12:46:16 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r8568 r8621 492 492 src/QIDialog.cpp \ 493 493 src/QIListView.cpp \ 494 src/QILineEdit.cpp \ 494 495 src/VBoxDefs.cpp \ 495 496 src/VBoxGlobalSettings.cpp \ -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui
r7467 r8621 1 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> 2 19 <class>VBoxNewHDWzd</class> 3 20 <widget class="QDialog" name="VBoxNewHDWzd" > … … 569 586 </item> 570 587 <item row="0" column="3" > 571 <widget class="Q LineEdit" name="mLeSize" >588 <widget class="QILineEdit" name="mLeSize" > 572 589 <property name="sizePolicy" > 573 590 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > … … 937 954 <extends>QTextEdit</extends> 938 955 <header>QIAbstractWizard.h</header> 956 </customwidget> 957 <customwidget> 958 <class>QILineEdit</class> 959 <extends>QLineEdit</extends> 960 <header>QILineEdit.h</header> 939 961 </customwidget> 940 962 </customwidgets>
Note:
See TracChangeset
for help on using the changeset viewer.