Version: 4.0.0 (using 4.1.2 (KDE 4.1.2), Gentoo) Compiler: x86_64-pc-linux-gnu-gcc OS: Linux (x86_64) release 2.6.24-tuxonice-r4 Neither the toolbar context menu, nor the settings menu, nor the configuration dialog have an option for hiding toolbars
Why should they have?
(In reply to comment #1) > Why should they have? You mean why I want to hide the toolbars? Because I have a looooong list of tasks and use the keyboard anyway, so I don't want to waste any screen space for them. (Even though I'm at 1680x1050, so I'm a bit extreme ;-)
Confirming this bug - it should be possible to remove the toolbars. Best by right-clicking on them and selecting "hide toolbar". But I have no idea how to accomplish this at the moment.
(In reply to comment #3) > Confirming this bug - it should be possible to remove the toolbars. Best by > right-clicking on them and selecting "hide toolbar". But I have no idea how to > accomplish this at the moment. But isn't that a standard feature that is easily available to any KDE application? No idea about how it is actually implemented, but just have a look at a simple application like kwrite.
hm, might be defined in kwriteui.rc: <Menu name="settings"><text>&Settings</text> <Merge name="StandardToolBarMenuHandler" />
Here is a tutorial that allowed me to write a program that satisfies this bug report's needs: http://techbase.kde.org/Development/Tutorials/Using_KActions
SVN commit 887860 by tstaerk: Make the syntax better comparable with http://techbase.kde.org/Development/Tutorials/Using_KActions BUGS:172908 M +3 -2 ktimetrackerui.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=887860
SVN commit 887879 by tstaerk: Allow the user to deactivate the icon bar. Tested: * whatsthis help still works * kontact plugin still works BUGS:172908 M +2 -3 mainwindow.cpp M +1 -1 mainwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=887879