VirtualBox

Changeset 90092 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 8, 2021 11:35:46 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145591
Message:

FE/Qt: bugref:9996: Medium size connection was missing.

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

Legend:

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

    r90091 r90092  
    200200                this, &UIWizardNewVMDiskPageBasic::sltGetWithFileOpenDialog);
    201201    if (m_pMediumSizeEditor)
    202     {
    203         connect(m_pMediumSizeEditor, &UIMediumSizeEditor::sigSizeChanged,
    204                 this, &UIWizardNewVMDiskPageBasic::completeChanged);
    205202        connect(m_pMediumSizeEditor, &UIMediumSizeEditor::sigSizeChanged,
    206203                this, &UIWizardNewVMDiskPageBasic::sltHandleSizeEditorChange);
    207     }
    208204    if (m_pFixedCheckBox)
    209205        connect(m_pFixedCheckBox, &QCheckBox::toggled,
     
    468464}
    469465
    470 void UIWizardNewVMDiskPageBasic::sltHandleSizeEditorChange()
    471 {
     466void UIWizardNewVMDiskPageBasic::sltHandleSizeEditorChange(qulonglong uSize)
     467{
     468    newVMWizardPropertySet(MediumSize, uSize);
    472469    m_userModifiedParameters << "MediumSize";
     470    emit completeChanged();
    473471}
    474472
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMDiskPageBasic.h

    r90091 r90092  
    8888    void sltMediaComboBoxIndexChanged();
    8989    void sltGetWithFileOpenDialog();
    90     void sltHandleSizeEditorChange();
     90    void sltHandleSizeEditorChange(qulonglong uSize);
    9191    void sltFixedCheckBoxToggled(bool fChecked);
    9292
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