yacreader icon indicating copy to clipboard operation
yacreader copied to clipboard

Dark fusion theme [Qt6, Win11]

Open eddiezato opened this issue 1 year ago • 4 comments

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");

image

eddiezato avatar Feb 18 '24 17:02 eddiezato

Where did you include that code line? I wanna try it on Linux :)

Btw, did you test it with the YACReaderLibrary?

dangpzanco avatar Feb 27 '24 00:02 dangpzanco

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

eddiezato avatar Feb 27 '24 02:02 eddiezato