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

[FEATURE] Arrow buttons next to sliders #80

Open
jesse-wei opened this issue May 6, 2023 · 0 comments
Open

[FEATURE] Arrow buttons next to sliders #80

jesse-wei opened this issue May 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jesse-wei
Copy link
Collaborator

jesse-wei commented May 6, 2023

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.

@jesse-wei jesse-wei added the enhancement New feature or request label May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant