Summary: | No menu item/settings option for hiding toolbars | ||
---|---|---|---|
Product: | [Applications] ktimetracker | Reporter: | Christoph Lange <langec> |
Component: | general | Assignee: | Thorsten Staerk <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Lange
2008-10-16 00:31:01 UTC
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 |