Skip to content

[FEATURE] Arrow buttons next to sliders #80

@jesse-wei

Description

@jesse-wei

Should look like this

image

To reproduce, in NeuroRuler/GUI/main.py main(), comment in and comment out some lines.

app.setStyle("Fusion")
MAIN_WINDOW: MainWindow = MainWindow()
# with open(constants.THEME_DIR / settings.THEME_NAME / "stylesheet.qss", "r") as f:
    # MAIN_WINDOW.setStyleSheet(f.read())

This approach prevents the GUI from loading the BSS stylesheet.

There's some work on this in the buttons-on-sliders branch that preserves our own stylesheet, but it's incomplete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions