We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should look like this
To reproduce, in NeuroRuler/GUI/main.py main(), comment in and comment out some lines.
main()
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should look like this
To reproduce, in NeuroRuler/GUI/main.py
main()
, comment in and comment out some lines.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.
The text was updated successfully, but these errors were encountered: