VirtualBox

Changeset 75010 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 23, 2018 4:51:34 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9183 Use medium selection widget in the new wm wizard(s) rather a than file open dialog

File:
1 edited

Legend:

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

    r74878 r75010  
    6868{
    6969    /* Get opened medium id: */
    70     QUuid uMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumDeviceType_HardDisk, thisImp());
     70    QUuid uMediumId = vboxGlobal().openMediumSelectorDialog(thisImp(), UIMediumDeviceType_HardDisk,
     71                                                            fieldImp("machineBaseName").toString(),
     72                                                            fieldImp("machineFolder").toString());
    7173    if (!uMediumId.isNull())
    7274    {
     
    296298    return fResult;
    297299}
    298 
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