MuseScore
MuseScore copied to clipboard
[MU4 Issue] Remove default Qt button icons
Default Qt button icons appear in some dialogues
Found in:
- Page settings
- About Qt
- Transpose
- Style
- Create tuplet
- Staff text properties
- Staff/Part properties
There are probably more places where this issue can be found
Screenshots

Platform information
- OS: Linux
Why remove them? They don't show in Windows BTW, so what OS are you seeing them in? Edit: OK, Linux...
Consistency, other windows don't have them.
For example here are the buttons of Prefrences window:

They also clash with the clean UI of MU4
I think the best way to solve this is using QStyle, by overriding the standardPixmap and/or standardIcon methods. We already have a QStyle subclass, see uitheme.cpp, so adding this method override should be doable enough to call this a good first issue for anyone with a little bit of experience with Qt (or not even that).