Jan Grulich
Jan Grulich
This is most likely because QGnomePlatform doesn't have implementation of gtk menu, unlike the original Qt implementation.
Thanks. I reverted this for Qt5. I opened a bug in upstream: https://bugreports.qt.io/browse/QTBUG-98485
I cannot reproduce (testing on KDE Plasma): 1) Using QGnomePlatform + Adwaita-qt → it disables the text so it's not relevant 2) Using KDE platform + Adwaita-qt → I can...
QGnomePlatform won't fix your problem, it won't even be used by default as you are not in a GNOME session. I would have to try myself in bspwm (which I...
That's something I would like to see, but I would like to have this configurable by the user, not during compilation. In libadwaita they have various accent colors so next...
I plan to fix the colors as soon as possible. I already fixed check mark rendering and usage of blue color in checkboxes/radiobuttons is on my list.
Checkboxes and Radiobuttons colors fixed with https://github.com/FedoraQt/adwaita-qt/commit/1f3831345be96140566e5a4721ad5109a50d49a0. This however doesn't fix color for widgets placed in menus as for some reason I'm not able to correctly get information about whether...
> any work on this? I'm sorry, but there is no update on this. This is going to be a lot of work and at this moment I don't have...
I pushed https://github.com/FedoraQt/adwaita-qt/commit/e671e8e88d90332d65e3f8396bb98393fc50bafe, which fixes it for QTreeView, but I was unable to find a solution for QTableView and QListView. They seem to be rendered differently and I already spent...
The reason why I did it this way is that Qt doesn't distinguish between inactive widget and inactive window. For example you could have a tree view in your app,...