Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Qt behave more like on the Mac #13

Closed
probonopd opened this issue Oct 14, 2021 · 0 comments
Closed

Make Qt behave more like on the Mac #13

probonopd opened this issue Oct 14, 2021 · 0 comments

Comments

@probonopd
Copy link
Member

  • Make Wizards use MacStyle by default
  • Flash/blink selected menu items (would be nice if we could let them blink more than once)
  • Do not fade out menus after something has been selected (unsure on this one)
    case SH_WizardStyle:
        return QWizard::MacStyle; // probono
    case SH_Menu_FlashTriggeredItem:
        return 1; // probono
    case SH_Menu_FadeOutOnHide:
        return 0;  // probono
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant