VirtualBox

Changeset 90154 in vbox


Ignore:
Timestamp:
Jul 12, 2021 8:14:20 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: Some cleaning

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

Legend:

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

    r90153 r90154  
    314314    m_pHostnameDomainEditor = new UIHostnameDomainEditor;
    315315    if (m_pHostnameDomainEditor)
    316     {
    317         // if (m_pHostnameLabel)
    318         //     m_pHostnameLabel->setBuddy(m_pHostnameLineEdit);
    319         // QRegularExpression hostNameRegex("^[a-zA-Z0-9-.]{2,}\\.[a-zA-Z0-9-.]+$");^[a-zA-Z0-9-.]{2,}\.[a-zA-Z0-9-.]+$
    320         // m_pHostnameLineEdit->setValidator(new QRegularExpressionValidator(hostNameRegex, this));
    321         // m_pHostnameLineEdit->setInputMask("NNNNN-NNNNN-NNNNN-NNNNN-NNNNN;#");
    322316        pAdditionalOptionsContainerLayout->addWidget(m_pHostnameDomainEditor, 1, 0, 2, 3);
    323     }
    324317
    325318    m_pStartHeadlessCheckBox = new QCheckBox;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMUnattendedPageBasic.h

    r90153 r90154  
    9595        UIUserNamePasswordEditor *m_pUserNamePasswordEditor;
    9696        UIHostnameDomainEditor *m_pHostnameDomainEditor;
    97         // QLineEdit *m_pHostnameLineEdit;
    98         // QLabel    *m_pHostnameLabel;
    9997        QLabel    *m_pGAISOPathLabel;
    10098        UIFilePathSelector *m_pGAISOFilePathSelector;
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