Widgets - LibreCAD/LibreCAD GitHub Wiki
Moving and resizing
Toolbars and dock widgets can be dragged and dropped to the
top, bottom, left or right of the main window.
Drag the left edge of a horizontal toolbar,
or the top edge of a vertical toolbar.
Drag the title bar of a dock widget.
Widgets can also be resized by dragging their edges.
Dock Areas
Dock widgets (e.g. command line or layer list)
can be moved and docked at the top, bottom, left or right.
You can now show and hide all the dock widgets
in a specific dock area. You can also toggle
the visibility of all floating dock widgets
(those which are not currently docked).
Custom Widgets
Toolbar Creator
To create a new toolbar:
- input the name
- double-click on an action to add it
- drag and drop to arrange actions
- press create
To edit an existing toolbar:
- select the toolbar from the drop down menu
- double-click to remove actions
- drag and drop to arrange actions
- press create
To delete an existing toolbar:
- select the toolbar from the drop down menu
- press destroy
Menu Creator
To create a new menu:
- input the name
- double-click on an action to add it
- drag and drop to arrange actions
- press create
To edit an existing menu:
- select the menu from the drop down menu
- double-click to remove actions
- drag and drop to arrange actions
- press update
To assign a menu:
- press assign
- select the desired activator(s)
- press save
To remove assignment:
- press assign
- deselect the undesired activator(s)
- press save
To delete an existing menu:
- select the menu from the drop down menu
- press destroy