I can hide the toolbar by unchecking all the items:
.
But, getting the toolbar back when I require it becomes convoluted process if I hide it that way.
It would be faster and better if the toolbar can be hidden/shown from the View menu just like the Statusbar.
Anonymous
This is not how toolbars work in Qt. There is not one toolbar, but each element you call "item" is a separate toolbar. What you want is "Hide all toolbars". Then again, you wouldn't want "Show all toolbars". But that's more complicated (would need to store the "really visible" state separately).
duplicate [feature-requests:#771]
Related
Feature Requests:
#771Hmm, I see your point.
)
How about relying on the Custom as one main Toolbar. This indeed requires moving the menus of some of the Toolbars (the menus of the Table toolbard for example) to the Menu groups, in the Preference (
But, yah, I am not going to push you on this: as other users might want to have the toolbars in the current form.
(Personally, I also don't mind to have the toolbars. But, since I have been using Texstudio for a long time, I am tired of that brown bar (
) at the top; I just want to hide it because no customization seem to change its color).
Last edit: Dellu 2016-11-10
The toolbar color of the "Modern" color scheme is not customizable. However, you can switch to "Classic" (
Options -> General -> Appearance -> Color Scheme), which uses the OS settings for colors.you can use the custom toolbar as much as you like, put everything in there and turn it on/off as you like. We won't change the toolbar system on a general basis.