| Summary: | KToolBar::setToolButtonStyle() will change only to Qt::ToolButtonTextBesideIcon | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | David Boosalis <david.boosalis> |
| Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | cfeck, finex, kfunk |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Boosalis
2009-09-05 01:19:57 UTC
Just stumbled upon this bug, closing it, as: a) not within the scope of KToolBar as setToolButtonStyle() is not overwritten by it. b) probably outdated and fixed in Qt > not within the scope of KToolBar as setToolButtonStyle() is not overwritten by it.
It is, see KToolBar::Private::applyCurrentSettings().
Sorry, that was unclear. What I wanted to say: KToolBar doesnt reimplement setToolButtonStyle, so we're using Qt's own implementation here. |