VirtualBox

Changeset 88108 in vbox


Ignore:
Timestamp:
Mar 12, 2021 2:16:01 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9950. Some cleaning

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r88107 r88108  
    413413    : UIWizardNewVMPage1(strGroup)
    414414    , m_pNameOSTypeLabel(0)
    415     , m_pUnattendedLabel(0)
    416415{
    417416    prepare();
     
    431430        /* Prepare Name and OS Type editor: */
    432431        pPageLayout->addWidget(createNameOSTypeWidgets());
    433 
    434         /* Prepare Unattended description label: */
    435         m_pUnattendedLabel = new QIRichTextLabel(this);
    436         if (m_pUnattendedLabel)
    437             pPageLayout->addWidget(m_pUnattendedLabel);
    438 
    439432        pPageLayout->addStretch();
    440433    }
     
    504497    setTitle(UIWizardNewVM::tr("Virtual machine name and operating system"));
    505498
    506     if (m_pUnattendedLabel)
    507         m_pUnattendedLabel->setText(UIWizardNewVM::tr("Please decide whether you want to start an unattended guest OS install "
    508                                                       "in which case you will have to select a valid installation medium."));
    509 
    510499    if (m_pNameOSTypeLabel)
    511500        m_pNameOSTypeLabel->setText(UIWizardNewVM::tr("Please choose a descriptive name and destination folder for the new virtual machine. "
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h

    r88107 r88108  
    164164     * @{ */
    165165        QIRichTextLabel *m_pNameOSTypeLabel;
    166         QIRichTextLabel *m_pUnattendedLabel;
    167166    /** @} */
    168167};
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r88107 r88108  
    5050    : UIWizardNewVMPage1(strGroup)
    5151    , m_pToolBox(0)
    52     , m_pInstallationISOGroupBox(0)
    5352    , m_pDiskFormatGroupBox(0)
    5453    , m_pDiskVariantGroupBox(0)
     
    162161    UIWizardNewVDPage3::retranslateWidgets();
    163162
    164     if (m_pInstallationISOGroupBox)
    165         m_pInstallationISOGroupBox->setTitle(UIWizardNewVM::tr("Installation medium (ISO)"));
    166163    if (m_pToolBox)
    167164    {
     
    345342    pLayout->setContentsMargins(0, 0, 0, 0);
    346343    int iRow = 0;
    347 
    348     /* Installation medium selector etc: */
    349     {
    350         m_pInstallationISOGroupBox = new QGroupBox;
    351         pLayout->addWidget(m_pInstallationISOGroupBox, iRow++, 0, 1, 4);
    352     }
    353344
    354345    /* Username selector: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h

    r88038 r88108  
    142142     * @{ */
    143143       UIToolBox  *m_pToolBox;
    144        QGroupBox *m_pInstallationISOGroupBox;
    145144       QGroupBox *m_pDiskFormatGroupBox;
    146145       QGroupBox *m_pDiskVariantGroupBox;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette