helloSystem / QtPlugin

Qt platform plugin and style, required for Qt applications to export their menus over D-Bus in the required format
5 stars 4 forks source link

Make Qt behave more like on the Mac #13

Closed probonopd closed 2 years ago

probonopd commented 2 years ago
    case SH_WizardStyle:
        return QWizard::MacStyle; // probono
    case SH_Menu_FlashTriggeredItem:
        return 1; // probono
    case SH_Menu_FadeOutOnHide:
        return 0;  // probono