yacreader
yacreader copied to clipboard
Dark fusion theme [Qt6, Win11]
I tried to enable the fusion theme when building with Qt6 on Win11. And it already looks pretty nice. Maybe we need an option.
app.setStyle("fusion");
Where did you include that code line? I wanna try it on Linux :)
Btw, did you test it with the YACReaderLibrary?
Where did you include that code line?
After this line: https://github.com/YACReader/yacreader/blob/390883080d85400c5ee8c796c93b0e3e4b44b376/YACReader/main.cpp#L112
did you test it with the YACReaderLibrary?
Nah, I don't use the Library much, but it should be the same. https://github.com/YACReader/yacreader/blob/390883080d85400c5ee8c796c93b0e3e4b44b376/YACReaderLibrary/main.cpp#L140