Yunosuke Ohsugi

Results 22 comments of Yunosuke Ohsugi

Hi, thanks for the idea! Unfortunately, there is no way to easily customize stylesheets currently. You need to hack generated stylesheets. But I'm interested in it. > Perhaps the generated...

> But this code is not working in Qt6. Maybe this is bug of Qt6. I found a bug report in Qt Bug Tracker. https://bugreports.qt.io/browse/QTBUG-98928?filter=-4&jql=text%20~%20%22qframe%22%20order%20by%20created%20DESC

Thanks for your some ideas. > I'm looking for ways to style grouped and nested widgets (QPushButtons inside QFrame or QTextEdit/QPlainTextEdit together with buttons inside a QFrame using a layout)...

Hi @alexitx. I have created a new PR(#66) that fixes this issue. Can you check it?

`border: none` is dangerous because it may break the style. I only removed QFrame border with `.QFrame` selector only matching instances of QFrame.(#66) qdarktheme cannot remove flat `QPushButton` border because...

I think it's a good way to have the button style follow [Google material design](https://material.io/components/buttons). In Google material design, border is no need because button toggle uses background color instead...

> the border color of flat QPushButtons can be set to the background color of the button, instead of transparent in base.qss#L406, unless there is a reason for that, which...

Oh, I'm sorry. I changed the background color of flat QPushButton to transparent in [base.qss | PR #66](https://github.com/5yutan5/PyQtDarkTheme/pull/66/files#diff-1f7c17689209d1d5af68adabb143964bbdab057ae8bbcbaf658bd05a91e1de31R415).

This issue resolved on #187.