- Timestamp:
- Feb 23, 2010 3:39:20 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxDownloaderWgt.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 110 111 mModel->putBack(); 111 112 } 113 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp
r26509 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.h
r25178 r26715 104 104 105 105 #endif /* __VBoxMediaComboBox_h__ */ 106 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp
r26079 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp
r25178 r26715 1 /* $Id$ */ 2 /** @file 3 * 4 * VBox frontends: Qt GUI ("VirtualBox"): 5 * VBoxSpecialButtons implementation 6 */ 7 8 /* 9 * Copyright (C) 2009 Sun Microsystems, Inc. 10 * 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 20 * Clara, CA 95054 USA or visit http://www.sun.com if you need 21 * additional information or have any questions. 22 */ 23 1 24 /* VBox includes */ 2 25 #include "VBoxSpecialControls.h" -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp
r25178 r26715 1 /* $Id$ */ 1 2 /** @file 2 3 *
Note:
See TracChangeset
for help on using the changeset viewer.