VirtualBox

Changeset 101324 in vbox


Ignore:
Timestamp:
Oct 2, 2023 10:11:20 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159324
Message:

FE/Qt: bugref:10523: A bit of icon layout care for UINameAndSystemEditor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp

    r101316 r101324  
    545545        if (m_fChooseType)
    546546        {
     547            const int iIconRow = iRow;
     548
    547549            /* Prepare VM OS family label: */
    548550            m_pLabelFamily = new QLabel(this);
     
    561563                m_pLayout->addWidget(m_pComboFamily, iRow, 1);
    562564            }
    563 
    564565            ++iRow;
     566
     567            /* Prepare VM OS variant label: */
    565568            m_pLabelVariant = new QLabel(this);
    566569            if (m_pLabelVariant)
     
    571574                m_pLayout->addWidget(m_pLabelVariant, iRow, 0);
    572575            }
     576            /* Prepare VM OS variant combo: */
    573577            m_pComboVariant = new QComboBox(this);
    574578            if (m_pComboVariant)
     
    577581                m_pLayout->addWidget(m_pComboVariant, iRow, 1);
    578582            }
    579 
    580             const int iIconRow = iRow;
    581583            ++iRow;
    582584
     
    597599                m_pLayout->addWidget(m_pComboType, iRow, 1);
    598600            }
    599 
    600601            ++iRow;
    601602
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