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:

  1. input the name
  2. double-click on an action to add it
  3. drag and drop to arrange actions
  4. press create

To edit an existing toolbar:

  1. select the toolbar from the drop down menu
  2. double-click to remove actions
  3. drag and drop to arrange actions
  4. press create

To delete an existing toolbar:

  1. select the toolbar from the drop down menu
  2. press destroy

Menu Creator

To create a new menu:

  1. input the name
  2. double-click on an action to add it
  3. drag and drop to arrange actions
  4. press create

To edit an existing menu:

  1. select the menu from the drop down menu
  2. double-click to remove actions
  3. drag and drop to arrange actions
  4. press update

To assign a menu:

  1. press assign
  2. select the desired activator(s)
  3. press save

To remove assignment:

  1. press assign
  2. deselect the undesired activator(s)
  3. press save

To delete an existing menu:

  1. select the menu from the drop down menu
  2. press destroy