You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top-most toolbar is a plain QToolbar that has been locked to only appear in its default position. But it would be trivial to make it detachable, and move to the bottom. Moving it to one side is a little more work, as we'll need to re-arrange the layout, but it's possible and could help save precious screen space.
Implementation
Unlock toolbar and facilitate docking to one side.
The text was updated successfully, but these errors were encountered:
Goal
Facilitate greater customisation.
Motivation
The top-most toolbar is a plain QToolbar that has been locked to only appear in its default position. But it would be trivial to make it detachable, and move to the bottom. Moving it to one side is a little more work, as we'll need to re-arrange the layout, but it's possible and could help save precious screen space.
Implementation
Unlock toolbar and facilitate docking to one side.
The text was updated successfully, but these errors were encountered: