lxqt / lxqt-config

Tools to configure LXQt and the underlying operating system
https://lxqt.github.io
GNU Lesser General Public License v2.1
83 stars 61 forks source link

[Feature request] Tooltips styling #1030

Closed stefonarch closed 1 month ago

stefonarch commented 1 month ago

Some elements aren't styled according to palette colors, like tooltips in pcmanfm-qt.

tsujan commented 1 month ago

Tooltips aren't touched anywhere because their colors aren't added to the palette (yet).

The styled tooltips you may see exist only in those components that are styled by LXQt Style, which uses Qt's style-sheet engine. There are only a few of them: most importantly, Panel, Runner, and notifications. All other Qt apps are styled by the active Qt style (Fusion, Breeze, Kvantum,...).

isf63 commented 1 month ago

styled by LXQt Style [...] Panel, Runner, and notifications

Is Configuration Center the only other one?

tsujan commented 1 month ago

Is Configuration Center the only other one?

Maybe. But it's better to use style-sheets with it only for its icon size and, perhaps, tooltips. Anything else can easily become problematic because of the clash between style-sheet and Qt style.

tsujan commented 1 month ago

The new GUI will be like this:

tooltips

I tested it and saw no problem.