Version: (using Devel) Compiler: gcc 4.3 32Bite OS: Linux Installed from: Compiled sources When trying to set the button style. I find that KToolBar::setToolButtonStyle() does not work. It always sets the style to Qt:;ToolButtonTextBesideIcon no matter what the argument is. This may be a QToolBar bug. I am using KDE from SVN and qt-kde. Note QMainWindow::setToolButtonStyle fails in the same way
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.