Summary: | KDE help tooltips are not "oxygen-ized" | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | bluescreenavenger |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED UPSTREAM | ||
Severity: | wishlist | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version First Reported In: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bluescreenavenger
2010-09-10 22:51:10 UTC
These "tooltips" are actually the "what's this" dialogs (as other OS names them). The inconsistency (which I fully aknowledge, and regret), is that Qt gives absolutely no hook for the style to customize the appearance of these. So there is practically nothing I can do about it. (if you check other styles no matter how fancy they are, these tooltips will always have the same appearance). There have been discussions on IRC on whether one can entirely bypass the widget, and create our (nice-looking) own widget instead. But that a bit outside the scope of a widget style. No ? I'll be looking at this solution though. In the meanwhile I close as Upstream, cause really, this is a Qt bug (and the more people report to them, the more likely it is that they fix it). Hugo PS: sorry for my english. I guess I have been typing too fast. QTBUG-1444 (unfortunately "out of scope" without any reason). @Christoph Then I guess that there is no other option that capture the relevant events and re-implement the whole thing (from what I could see in the code, this looks doable, although quite 'out-of-scope' too ;) ) damn. My english is really bad today |