Bug 156543 - docks are not styled correctly
Summary: docks are not styled correctly
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: qt (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Patrick Spendrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 12:28 UTC by Shinobu Maehara
Modified: 2008-01-24 12:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinobu Maehara 2008-01-24 12:28:17 UTC
Version:            (using KDE 4.0.0)
Installed from:    MS Windows Binaries
OS:                MS Windows

Dock widgets are not styled correctly, it still looks like Windows 95.
I think you'll want to use WP_SMALLRESTOREBUTTON and WP_SMALLCLOSEBUTTON which have the RBS_DISABLED, RBS_HOT, RBS_NORMAL and RBS_PUSHED states. Or perhaps EBP_HEADERCLOSE with the EBHC_HOT, EBHC_NORMAL and EBHC_PRESSED states, but I don't know how well that would harmonize with WP_SMALLRESTOREBUTTON, a replacement for which is not available among the EBP_* parts.
I'm not sure what to use for the title of a dock as a whole. Windows Explorer uses the rebar background, but that's probably just the underlying rebar so I don't know how correct that is; it appears the programmers of the various Explorer bars didn't think of styling either. Perhaps EBP_HEADERBACKGROUND is meant for things like this.
For the background, I think it would be natural to have a normal rebar background, at least while docked, since conceptually a dock is toolbar-like.
Comment 1 Pino Toscano 2008-01-24 12:33:10 UTC
You know this is *not* the place to report Qt-specific bugs, or bugs for styles not shipped with KDE?
Comment 2 Patrick Spendrin 2008-01-24 12:43:26 UTC
invalid at the moment.