Olivier Cléro
Olivier Cléro
Solarus Quest Editor should feature an About window, just like Solarus Quest Launcher.
All the big icon sizes are useless on Linux desktop if we give a SVG file. However, the small sizes can be kept. (https://github.com/solarus-games/solarus-quest-editor/pull/263#issuecomment-275618630)
Will be https://github.com/oclero/qlementine-icons and used as a submodule of Qlementine. See https://openapplibrary.org/dev-tutorials/qt-icon-themes
- [ ] Create a showcase app with a dummy window, to show how Qlementine looks. - [ ] Make some screenshots and use them in README.md
### Issue When switching theme, some icons don't change: those that are created in some QWidget's constructors and set once for all. ### Solution Qt stores all images in `QPixmapCache`...