VirtualBox

Changeset 53237 in vbox


Ignore:
Timestamp:
Nov 5, 2014 1:40:15 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96786
Message:

FE/Qt: Mac OS X: Make sure wizards (assistants) have Cancel button as they are now represented as Mac OS X Sheets.

File:
1 edited

Legend:

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

    r52918 r53237  
    8484
    8585#ifdef Q_WS_MAC
     86    /* Since wizards are now represented as Mac OS X Sheets
     87     * we would like to have possibility to cancel them. */
     88    setOption(QWizard::NoCancelButton, false);
    8689    /* I'm really not sure why there shouldn't be any default button on Mac OS X.
    8790     * This prevents the using of Enter to jump to the next page. */
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