Changeset 45080 in vbox
- Timestamp:
- Mar 19, 2013 7:54:18 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84363
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp
r44528 r45080 45 45 { 46 46 pMainLayout->setContentsMargins(8, 6, 8, 6); 47 pMainLayout->setSpacing(10); 47 48 m_pSourceDiskCnt = new QGroupBox(this); 48 49 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.cpp
r41479 r45080 7 7 8 8 /* 9 * Copyright (C) 2011-201 2Oracle Corporation9 * Copyright (C) 2011-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 39 39 { 40 40 pMainLayout->setContentsMargins(8, 6, 8, 6); 41 pMainLayout->setSpacing(10); 41 42 m_pNameCnt = new QGroupBox(this); 42 43 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp
r41689 r45080 7 7 8 8 /* 9 * Copyright (C) 2009-201 2Oracle Corporation9 * Copyright (C) 2009-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 43 43 { 44 44 pMainLayout->setContentsMargins(8, 6, 8, 6); 45 pMainLayout->setSpacing(10); 45 46 m_pVMSelectorLabel = new QILabelSeparator(this); 46 47 m_pVMSelector = new QListWidget(this); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp
r41615 r45080 7 7 8 8 /* 9 * Copyright (C) 2008-201 2Oracle Corporation9 * Copyright (C) 2008-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 63 63 { 64 64 pMainLayout->setContentsMargins(8, 0, 8, 0); 65 pMainLayout->setSpacing(10); 65 66 m_pLabel = new QIRichTextLabel(this); 66 67 QHBoxLayout *pSourceDiskLayout = new QHBoxLayout; -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r43426 r45080 7 7 8 8 /* 9 * Copyright (C) 2009-201 2Oracle Corporation9 * Copyright (C) 2009-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 36 36 { 37 37 pMainLayout->setContentsMargins(8, 6, 8, 6); 38 pMainLayout->setSpacing(10); 38 39 m_pVMApplianceLabel = new QILabelSeparator(this); 39 40 m_pFileSelector = new VBoxEmptyFileSelector(this); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r44528 r45080 50 50 { 51 51 pMainLayout->setContentsMargins(8, 6, 8, 6); 52 pMainLayout->setSpacing(10); 52 53 m_pLocationCnt = new QGroupBox(this); 53 54 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r42950 r45080 7 7 8 8 /* 9 * Copyright (C) 2006-201 2Oracle Corporation9 * Copyright (C) 2006-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 45 45 { 46 46 pMainLayout->setContentsMargins(8, 6, 8, 6); 47 pMainLayout->setSpacing(10); 47 48 m_pNameAndSystemCnt = new QGroupBox(this); 48 49 {
Note:
See TracChangeset
for help on using the changeset viewer.