VirtualBox

Changeset 91472 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 29, 2021 8:01:17 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: UIWizardNewVMNameOSTypePage: Detect Windows 11 from name pattern.

File:
1 edited

Legend:

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

    r91294 r91472  
    7474    { QRegExp( "(Wi.*10.*64)|(W10.*64)",          Qt::CaseInsensitive), "Windows10_64" },
    7575    { QRegExp( "(Wi.*10.*32)|(W10.*32)",          Qt::CaseInsensitive), "Windows10" },
     76    { QRegExp( "(Wi.*11)|(W11)",                  Qt::CaseInsensitive), "Windows11_64" },
    7677    { QRegExp(  "Wi.*3.*1",                       Qt::CaseInsensitive), "Windows31" },
    7778    /* Set Windows 7 as default for "Windows". */
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