VirtualBox

Changeset 104534 in vbox


Ignore:
Timestamp:
May 7, 2024 3:20:21 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163066
Message:

FE/Qt. bugref:10667. Using UIMarkableLineEdit for domain name field of the new vm wizard.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIHostnameDomainNameEditor.cpp

    r103950 r104534  
    169169    int iRow = 0;
    170170    addLineEdit<UIMarkableLineEdit>(iRow, m_pHostnameLabel, m_pHostnameLineEdit, m_pMainLayout);
    171     addLineEdit<QILineEdit>(iRow, m_pDomainNameLabel, m_pDomainNameLineEdit, m_pMainLayout);
     171    addLineEdit<UIMarkableLineEdit>(iRow, m_pDomainNameLabel, m_pDomainNameLineEdit, m_pMainLayout);
    172172
    173173    /* Host name and domain should be strings of minimum length of 2 and composed of alpha numerics, '-', and '.'
     
    178178    connect(m_pHostnameLineEdit, &UIMarkableLineEdit::textChanged,
    179179            this, &UIHostnameDomainNameEditor::sltHostnameChanged);
    180     connect(m_pDomainNameLineEdit, &QILineEdit::textChanged,
     180    connect(m_pDomainNameLineEdit, &UIMarkableLineEdit::textChanged,
    181181            this, &UIHostnameDomainNameEditor::sltDomainChanged);
    182182
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIHostnameDomainNameEditor.h

    r103950 r104534  
    8383
    8484    UIMarkableLineEdit *m_pHostnameLineEdit;
    85     QILineEdit        *m_pDomainNameLineEdit;
     85    UIMarkableLineEdit *m_pDomainNameLineEdit;
    8686
    8787    QLabel *m_pHostnameLabel;
Note: See TracChangeset for help on using the changeset viewer.

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