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

qt: Introduce PlatformStyle #6487

Merged
merged 1 commit into from
Jul 31, 2015
Merged

Commits on Jul 31, 2015

  1. qt: Introduce PlatformStyle

    Introduce a PlatformStyle to handle platform-specific customization of
    the UI.
    
    This replaces 'scicon', as well as #ifdefs to determine whether to place
    icons on buttons.
    
    The selected PlatformStyle defaults to the platform that the application
    was compiled on, but can be overridden from the command line with
    `-uiplatform=<x>`.
    
    Also fixes the warning from bitcoin#6328.
    laanwj committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    eec7757 View commit details
    Browse the repository at this point in the history