-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ENH: load icon #10458
ENH: load icon #10458
Conversation
All green for now, good news 👍 |
@cbrnr you are our QT expert on this :) can you please have a look? thx |
Same here, I think we should fix cbrnr/mnelab#339 first. |
a013f97
to
382039b
Compare
382039b
to
e00cc19
Compare
This PR is ready from my end. |
self._window_load_icons() | ||
self._window_set_theme() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it _window_load_icons
have to come after the _window_set_theme
so that the correct theme is loaded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_window_set_theme()
updates the icons as well so the order should not matter in here
Thanks @GuillaumeFavelier |
This PR refactors icon loading in the GUI API and replaces the "Load" buttons by a 📁 icon in the coreg app.
It makes for a subtle change:
This PR cannot be merged before #10456
It's an item of #8833