Collection of all commands across all editors.
More...
#include <editorcommandset.h>
◆ EditorCommandSet()
◆ ~EditorCommandSet()
◆ instance()
◆ updateTranslations()
void updateTranslations |
( |
| ) |
|
|
inlinenoexcept |
◆ getCategories()
◆ getCommands()
◆ categoryRoot
◆ categoryEditor
Initial value:{"categoryEditor", QT_TR_NOOP("Editor"),
◆ itemNew
Initial value:{
"item_new",
QT_TR_NOOP("New"),
QT_TR_NOOP("Add a new item"),
QIcon(":/img/actions/new.png"),
{QKeySequence(Qt::CTRL + Qt::Key_N)},
}
◆ itemOpen
Initial value:{
"item_open",
QT_TR_NOOP("Open"),
QT_TR_NOOP("Open the selected item(s)"),
QIcon(":/img/actions/open.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Return)},
}
◆ save
Initial value:{
"save",
QT_TR_NOOP("Save"),
QT_TR_NOOP("Save changes to filesystem"),
QIcon(":/img/actions/save.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_S)},
}
◆ saveAll
Initial value:{
"save_all",
QT_TR_NOOP("Save All"),
QT_TR_NOOP("Save all elements to filesystem"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_S)},
}
◆ selectAll
Initial value:{
"select_all",
QT_TR_NOOP("Select All"),
QT_TR_NOOP("Select all visible objects"),
QIcon(":/img/actions/select_all.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_A)},
}
◆ find
Initial value:{
"find",
QT_TR_NOOP("Find"),
QT_TR_NOOP("Find or filter objects"),
QIcon(":/img/actions/search.png"),
{QKeySequence(Qt::CTRL + Qt::Key_F)},
}
◆ findNext
Initial value:{
"find_next",
QT_TR_NOOP("Find Next"),
QT_TR_NOOP("Go to the next found object"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F3)},
}
◆ findPrevious
Initial value:{
"find_previous",
QT_TR_NOOP("Find Previous"),
QT_TR_NOOP("Go to the previous found object"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_F3)},
}
◆ fileManager
Initial value:{
"file_manager",
QT_TR_NOOP("Show in File Manager"),
QT_TR_NOOP("Open the directory in the file manager"),
QIcon(":/img/places/folder.png"),
EditorCommand::Flags(),
{},
}
◆ controlPanel
Initial value:{
"control_panel",
QT_TR_NOOP("Control Panel"),
QT_TR_NOOP("Bring the control panel window to front"),
QIcon(":/img/actions/home.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_Home)},
}
◆ workspaceSwitch
Initial value:{
"workspace_switch",
QT_TR_NOOP("Switch Workspace"),
QT_TR_NOOP("Choose another workspace to open"),
QIcon(),
{},
}
◆ workspaceSettings
Initial value:{
"workspace_settings",
QT_TR_NOOP("Workspace Settings"),
QT_TR_NOOP("Open the workspace settings dialog"),
QIcon(":/img/actions/settings.png"),
{QKeySequence(Qt::CTRL + Qt::Key_Comma)},
}
◆ workspaceLibrariesRescan
Initial value:{
"workspace_libraries_rescan",
QT_TR_NOOP("Rescan Libraries"),
QT_TR_NOOP("Scan all workspace libraries to update the cache"),
QIcon(":/img/actions/refresh.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F5)},
}
◆ libraryManager
Initial value:{
"library_manager",
QT_TR_NOOP("Library Manager"),
QT_TR_NOOP("Open the library manager window"),
QIcon(":/img/library/package.png"),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_M)},
}
◆ libraryElementNew
Initial value:{
"library_element_new",
QT_TR_NOOP("New Library Element"),
QT_TR_NOOP("Create a new library element"),
QIcon(":/img/actions/new.png"),
{QKeySequence(Qt::CTRL + Qt::Key_N)},
}
◆ libraryElementDuplicate
Initial value:{
"library_element_duplicate",
QT_TR_NOOP("Duplicate"),
QT_TR_NOOP("Create a new element by duplicating this one"),
QIcon(":/img/actions/clone.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_D)},
}
◆ projectNew
Initial value:{
"project_new",
QT_TR_NOOP("New Project"),
QT_TR_NOOP("Create a new project"),
QIcon(":/img/actions/new.png"),
{QKeySequence(Qt::CTRL + Qt::Key_N)},
}
◆ projectOpen
Initial value:{
"project_open",
QT_TR_NOOP("Open Project"),
QT_TR_NOOP("Open an existing project"),
QIcon(":/img/actions/open.png"),
{QKeySequence(Qt::CTRL + Qt::Key_O)},
}
◆ projectSave
Initial value:{
"project_save",
QT_TR_NOOP("Save Project"),
QT_TR_NOOP("Save the currently opened project"),
QIcon(":/img/actions/save.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_S)},
}
◆ projectSetup
Initial value:{
"project_setup",
QT_TR_NOOP("Project Setup"),
QT_TR_NOOP("View/modify the project setup"),
QIcon(":/img/actions/settings.png"),
{QKeySequence(Qt::Key_F6)},
}
◆ gridProperties
Initial value:{
"grid_properties",
QT_TR_NOOP("Grid Properties"),
QT_TR_NOOP("View/modify the grid properties"),
QIcon(":/img/actions/grid.png"),
{QKeySequence(Qt::Key_F4)},
}
◆ boardSetup
Initial value:{
"board_setup",
QT_TR_NOOP("Board Setup"),
QT_TR_NOOP("View/modify the board setup"),
QIcon(":/img/actions/settings.png"),
{QKeySequence(Qt::Key_F7)},
}
◆ runQuickCheck
Initial value:{
"run_quick_check",
QT_TR_NOOP("Run Quick Check"),
QT_TR_NOOP("Run only the most important copper checks from the DRC"),
QIcon(":/img/actions/quick_check.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_F8)},
}
◆ runDesignRuleCheck
Initial value:{
"run_design_rule_check",
QT_TR_NOOP("Run Design Rule Check"),
QT_TR_NOOP("Run the design rule check (DRC)"),
QIcon(":/img/actions/drc.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F8)},
}
◆ projectLibraryUpdate
Initial value:{
"project_library_update",
QT_TR_NOOP("Update Project Library"),
QT_TR_NOOP(
"Update the project's library elements from workspace libraries"),
QIcon(":/img/actions/refresh.png"),
{QKeySequence(Qt::CTRL + Qt::Key_F5)},
}
◆ schematicEditor
Initial value:{
"schematic_editor",
QT_TR_NOOP("Schematic Editor"),
QT_TR_NOOP("Bring the schematic editor window to front"),
QIcon(":/img/actions/schematic.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_S)},
}
◆ sheetNew
Initial value:{
"sheet_new",
QT_TR_NOOP("New Sheet"),
QT_TR_NOOP("Add a new schematic sheet to the project"),
QIcon(":/img/actions/new.png"),
{QKeySequence(Qt::CTRL + Qt::Key_N)},
}
◆ sheetRename
Initial value:{
"sheet_rename",
QT_TR_NOOP("Rename Sheet"),
QT_TR_NOOP("Rename the current schematic sheet"),
QIcon(),
{QKeySequence(Qt::CTRL + Qt::Key_F2)},
}
◆ sheetRemove
Initial value:{
"sheet_remove",
QT_TR_NOOP("Remove Sheet"),
QT_TR_NOOP("Remove the current schematic sheet from the project"),
QIcon(":/img/actions/delete.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Delete)},
}
◆ boardEditor
Initial value:{
"board_editor",
QT_TR_NOOP("Board Editor"),
QT_TR_NOOP("Bring the board editor window to front"),
QIcon(":/img/actions/board_editor.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_B)},
}
◆ boardNew
Initial value:{
"board_new",
QT_TR_NOOP("New Board"),
QT_TR_NOOP("Add a new board to the project"),
QIcon(":/img/actions/new.png"),
{QKeySequence(Qt::CTRL + Qt::Key_N)},
}
◆ boardCopy
Initial value:{
"board_copy",
QT_TR_NOOP("Copy Board"),
QT_TR_NOOP("Add a copy of the current board to the project"),
QIcon(":/img/actions/copy.png"),
{QKeySequence(Qt::CTRL + Qt::Key_D)},
}
◆ boardRemove
Initial value:{
"board_remove",
QT_TR_NOOP("Remove Board"),
QT_TR_NOOP("Remove the current board from the project"),
QIcon(":/img/actions/delete.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Delete)},
}
◆ planeShowAll
Initial value:{
"plane_show_all",
QT_TR_NOOP("Show All Planes"),
QT_TR_NOOP("Make the filled areas of all planes visible"),
QIcon(":/img/actions/show_planes.png"),
EditorCommand::Flags(),
{},
}
◆ planeHideAll
Initial value:{
"plane_hide_all",
QT_TR_NOOP("Hide All Planes"),
QT_TR_NOOP("Make the filled areas of all planes invisible"),
QIcon(":/img/actions/hide_planes.png"),
EditorCommand::Flags(),
{},
}
◆ planeRebuildAll
Initial value:{
"plane_rebuild_all",
QT_TR_NOOP("Rebuild All Planes"),
QT_TR_NOOP("Re-calculate the filled areas of all planes"),
QIcon(":/img/actions/rebuild_plane.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_R)},
}
◆ categoryTextInput
Initial value:{
"categoryTextInput", QT_TR_NOOP(
"Text Input"),
true, &
categoryRoot}
◆ inputBrowse
Initial value:{
"input_browse",
QT_TR_NOOP("Browse"),
QT_TR_NOOP("Open file or directory browser"),
QIcon(":/img/actions/open.png"),
{QKeySequence(Qt::CTRL + Qt::Key_B)},
}
◆ inputUnitChange
Initial value:{
"input_unit_change",
QT_TR_NOOP("Change Unit"),
QT_TR_NOOP("Change the measurement unit of the text input"),
QIcon(":/img/actions/ruler.png"),
{QKeySequence(Qt::CTRL + Qt::Key_M)},
}
◆ inputRemove
Initial value:{
"input_remove",
QT_TR_NOOP("Remove"),
QT_TR_NOOP("Remove this item"),
QIcon(":/img/actions/delete.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Delete)},
}
◆ inputAcceptAdd
Initial value:{
"input_accept_add",
QT_TR_NOOP("Add"),
QT_TR_NOOP("Add this item"),
QIcon(":/img/actions/plus_2.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Return)},
}
◆ categoryImportExport
Initial value:{
"categoryImportExport", QT_TR_NOOP(
"Import/Export"),
true, &
categoryRoot}
◆ importDxf
Initial value:{
"import_dxf",
QT_TR_NOOP("Import DXF"),
QT_TR_NOOP("Import a 2D mechanical drawing"),
QIcon(":/img/actions/export_svg.png"),
{},
}
◆ importEagleLibrary
Initial value:{
"import_eagle_library",
QT_TR_NOOP("Import EAGLE Library"),
QT_TR_NOOP("Import library elements from an EAGLE *.lbr file"),
QIcon(),
{},
}
◆ exportLppz
Initial value:{
"export_lppz",
QT_TR_NOOP("Export *.lppz Archive"),
QT_TR_NOOP("Export the project as a self-contained *.lppz archive"),
QIcon(":/img/actions/export_zip.png"),
{},
}
◆ exportImage
Initial value:{
"export_image",
QT_TR_NOOP("Export Image"),
QT_TR_NOOP("Export graphics as a pixmap"),
QIcon(":/img/actions/export_pixmap.png"),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_I)},
}
◆ exportPdf
Initial value:{
"export_pdf",
QT_TR_NOOP("Export PDF"),
QT_TR_NOOP("Export graphics as a PDF"),
QIcon(":/img/actions/pdf.png"),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_P)},
}
◆ exportStep
Initial value:{
"export_step",
QT_TR_NOOP("Export STEP Model"),
QT_TR_NOOP("Export PCB as a STEP file for loading it into MCAD software"),
QIcon(":/img/actions/export_step.png"),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_T)},
}
◆ print
Initial value:{
"print",
QT_TR_NOOP("Print"),
QT_TR_NOOP("Send graphics to a printer"),
QIcon(":/img/actions/print.png"),
{QKeySequence(Qt::CTRL + Qt::Key_P)},
}
◆ generateBom
Initial value:{
"generate_bom",
QT_TR_NOOP("Generate Bill Of Materials"),
QT_TR_NOOP("Generate bill of materials (BOM) file"),
QIcon(":/img/actions/generate_bom.png"),
{QKeySequence(Qt::Key_F9)},
}
◆ generateFabricationData
Initial value:{
"generate_fabrication_data",
QT_TR_NOOP("Generate Fabrication Data"),
QT_TR_NOOP("Generate Gerber/Excellon files for PCB fabrication"),
QIcon(":/img/actions/export_gerber.png"),
{QKeySequence(Qt::Key_F10)},
}
◆ generatePickPlace
Initial value:{
"generate_pick_place",
QT_TR_NOOP("Generate Pick&&Place Files"),
QT_TR_NOOP("Generate pick&place files for automated PCB assembly"),
QIcon(":/img/actions/export_pick_place_file.png"),
{},
}
◆ generateD356Netlist
Initial value:{
"generate_d356_netlist",
QT_TR_NOOP("Generate IPC-D-356A Netlist"),
QT_TR_NOOP("Generate netlist file for automated PCB testing"),
QIcon(":/img/actions/generate_bom.png"),
{},
}
◆ outputJobs
Initial value:{
"output_jobs",
QT_TR_NOOP("Output Jobs"),
QT_TR_NOOP("Modify or run output jobs"),
QIcon(":/img/actions/output_jobs.png"),
{QKeySequence(Qt::Key_F11)},
}
◆ orderPcb
Initial value:{
"order_pcb",
QT_TR_NOOP("Order PCB"),
QT_TR_NOOP("Start ordering the PCB online"),
QIcon(":/img/actions/order_pcb.png"),
{QKeySequence(Qt::Key_F12)},
}
◆ categoryModify
Initial value:{"categoryModify", QT_TR_NOOP("Modify"),
◆ undo
Initial value:{
"undo",
QT_TR_NOOP("Undo"),
QT_TR_NOOP("Revert the last modification"),
QIcon(":/img/actions/undo.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Z)},
}
◆ redo
Initial value:{
"redo",
QT_TR_NOOP("Redo"),
QT_TR_NOOP("Re-apply the last reverted modification"),
QIcon(":/img/actions/redo.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Y),
QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_Z)},
}
◆ clipboardCut
Initial value:{
"clipboard_cut",
QT_TR_NOOP("Cut"),
QT_TR_NOOP("Cut the selected object(s) to clipboard"),
QIcon(":/img/actions/cut.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_X)},
}
◆ clipboardCopy
Initial value:{
"clipboard_copy",
QT_TR_NOOP("Copy"),
QT_TR_NOOP("Copy the selected object(s) to clipboard"),
QIcon(":/img/actions/copy.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_C)},
}
◆ clipboardPaste
Initial value:{
"clipboard_paste",
QT_TR_NOOP("Paste"),
QT_TR_NOOP("Paste object(s) from the clipboard"),
QIcon(":/img/actions/paste.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_V)},
}
◆ moveLeft
Initial value:{
"move_left",
QT_TR_NOOP("Move Left"),
QT_TR_NOOP("Move the selected object(s) to the left"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Left)},
}
◆ moveRight
Initial value:{
"move_right",
QT_TR_NOOP("Move Right"),
QT_TR_NOOP("Move the selected object(s) to the right"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Right)},
}
◆ moveUp
Initial value:{
"move_up",
QT_TR_NOOP("Move Up"),
QT_TR_NOOP("Move the selected object(s) up"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Up)},
}
◆ moveDown
Initial value:{
"move_down",
QT_TR_NOOP("Move Down"),
QT_TR_NOOP("Move the selected object(s) down"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Down)},
}
◆ rotateCcw
Initial value:{
"rotate_ccw",
QT_TR_NOOP("Rotate Counterclockwise"),
QT_TR_NOOP("Rotate the selected object(s) counterclockwise"),
QIcon(":/img/actions/rotate_left.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_R)},
}
◆ rotateCw
Initial value:{
"rotate_cw",
QT_TR_NOOP("Rotate Clockwise"),
QT_TR_NOOP("Rotate the selected object(s) clockwise"),
QIcon(":/img/actions/rotate_right.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_R)},
}
◆ mirrorHorizontal
Initial value:{
"mirror_horizontal",
QT_TR_NOOP("Mirror Horizontally"),
QT_TR_NOOP("Mirror the selected object(s) horizontally"),
QIcon(":/img/actions/mirror_horizontal.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_M)},
}
◆ mirrorVertical
Initial value:{
"mirror_vertical",
QT_TR_NOOP("Mirror Vertically"),
QT_TR_NOOP("Mirror the selected object(s) vertically"),
QIcon(":/img/actions/mirror_vertical.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_M)},
}
◆ flipHorizontal
Initial value:{
"flip_horizontal",
QT_TR_NOOP("Flip Horizontally"),
QT_TR_NOOP(
"Flip the selected object(s) horizontally to the other board side"),
QIcon(":/img/actions/flip_horizontal.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F)},
}
◆ flipVertical
Initial value:{
"flip_vertical",
QT_TR_NOOP("Flip Vertically"),
QT_TR_NOOP(
"Flip the selected object(s) vertically to the other board side"),
QIcon(":/img/actions/flip_vertical.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_F)},
}
◆ snapToGrid
Initial value:{
"snap_to_grid",
QT_TR_NOOP("Snap to Grid"),
QT_TR_NOOP("Move the selected object(s) to snap the grid"),
QIcon(":/img/actions/grid.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_S)},
}
◆ lock
Initial value:{
"lock",
QT_TR_NOOP("Lock Placement"),
QT_TR_NOOP("Lock the placement of the selected object(s)"),
QIcon(":/img/status/locked.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_L)},
}
◆ unlock
Initial value:{
"unlock",
QT_TR_NOOP("Unlock Placement"),
QT_TR_NOOP("Unlock the placement of the selected object(s)"),
QIcon(":/img/status/unlocked.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_U)},
}
◆ setLineWidth
Initial value:{
"line_width_set",
QT_TR_NOOP("Set Line Width"),
QT_TR_NOOP(
"Change the line/trace/stroke width of the selected object(s)"),
QIcon(),
{},
}
◆ deviceResetTextAll
Initial value:{
"device_reset_text_all",
QT_TR_NOOP("Reset All Texts"),
QT_TR_NOOP("Reset all texts of the footprint to their initial state"),
QIcon(":/img/actions/undo.png"),
EditorCommand::Flags(),
{},
}
◆ properties
Initial value:{
"properties",
QT_TR_NOOP("Properties"),
QT_TR_NOOP("View/modify the object properties"),
QIcon(":/img/actions/settings.png"),
{QKeySequence(Qt::Key_E)},
}
◆ rename
Initial value:{
"rename",
QT_TR_NOOP("Rename"),
QT_TR_NOOP("Rename the selected object"),
QIcon(":/img/actions/edit.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F2)},
}
◆ remove
Initial value:{
"remove",
QT_TR_NOOP("Remove"),
QT_TR_NOOP("Delete the selected object(s)"),
QIcon(":/img/actions/delete.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Delete)},
}
◆ categoryView
Initial value:{"categoryView", QT_TR_NOOP("View"), true,
◆ zoomFitContent
Initial value:{
"zoom_fit_content",
QT_TR_NOOP("Zoom to Fit Contents"),
QT_TR_NOOP("Set the zoom level to fit the whole content"),
QIcon(":/img/actions/zoom_all.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Home)},
}
◆ zoomIn
Initial value:{
"zoom_in",
QT_TR_NOOP("Zoom In"),
QT_TR_NOOP("Increase the zoom level"),
QIcon(":/img/actions/zoom_in.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Plus)},
}
◆ zoomOut
Initial value:{
"zoom_out",
QT_TR_NOOP("Zoom Out"),
QT_TR_NOOP("Decrease the zoom level"),
QIcon(":/img/actions/zoom_out.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Minus)},
}
◆ gridIncrease
Initial value:{
"grid_increase",
QT_TR_NOOP("Increase Grid Interval"),
QT_TR_NOOP("Increase the grid interval"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_Plus)},
}
◆ gridDecrease
Initial value:{
"grid_decrease",
QT_TR_NOOP("Decrease Grid Interval"),
QT_TR_NOOP("Decrease the grid interval"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_Minus)},
}
◆ showPinNumbers
Initial value:{
"show_pin_numbers",
QT_TR_NOOP("Show Pin Numbers"),
QT_TR_NOOP("Show or hide symbol pin numbers"),
QIcon(":/img/actions/show_pin_numbers.png"),
EditorCommand::Flags(),
{QKeySequence()},
}
◆ ignoreLocks
Initial value:{
"ignore_locks",
QT_TR_NOOP("Ignore Placement Locks"),
QT_TR_NOOP("Allow dragging locked items"),
QIcon(":/img/status/unlocked.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_L)},
}
◆ toggle3d
Initial value:{
"toggle_3d",
QT_TR_NOOP("Toggle 2D/3D Mode"),
QT_TR_NOOP("Switch between 2D and 3D viewer mode"),
QIcon(":/img/actions/view_3d.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_3)},
}
◆ categoryTools
Initial value:{"categoryTools", QT_TR_NOOP("Tools"),
◆ toolSelect
Initial value:{
"tool_select",
QT_TR_NOOP("Select"),
QT_TR_NOOP("Select & modify existing objects"),
QIcon(":/img/actions/select.png"),
EditorCommand::Flags(),
{},
}
◆ toolLine
Initial value:{
"tool_line",
QT_TR_NOOP("Draw Line"),
QT_TR_NOOP("Draw graphical lines"),
QIcon(":/img/actions/draw_line.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_L)},
}
◆ toolRect
Initial value:{
"tool_rect",
QT_TR_NOOP("Draw Rectangle"),
QT_TR_NOOP("Draw graphical rectangles"),
QIcon(":/img/actions/draw_rectangle.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_G)},
}
◆ toolPolygon
Initial value:{
"tool_polygon",
QT_TR_NOOP("Draw Polygon"),
QT_TR_NOOP("Draw graphical polygons"),
QIcon(":/img/actions/draw_polygon.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_P)},
}
◆ toolCircle
Initial value:{
"tool_circle",
QT_TR_NOOP("Draw Circle"),
QT_TR_NOOP("Draw graphical circles"),
QIcon(":/img/actions/draw_circle.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_C)},
}
◆ toolArc
Initial value:{
"tool_arc",
QT_TR_NOOP("Draw Arc"),
QT_TR_NOOP("Draw graphical arcs"),
QIcon(":/img/actions/draw_arc.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT + Qt::Key_C)},
}
◆ toolText
Initial value:{
"tool_text",
QT_TR_NOOP("Add Text"),
QT_TR_NOOP("Add graphical text objects"),
QIcon(":/img/actions/add_text.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_T)},
}
◆ toolName
Initial value:{
"tool_name",
QT_TR_NOOP("Add Name"),
QT_TR_NOOP("Add graphical text objects for '{{NAME}}'"),
QIcon(":/img/actions/add_name.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_N)},
}
◆ toolValue
Initial value:{
"tool_value",
QT_TR_NOOP("Add Value"),
QT_TR_NOOP("Add graphical text objects for '{{VALUE}}'"),
QIcon(":/img/actions/add_value.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_V)},
}
◆ toolPin
Initial value:{
"tool_pin",
QT_TR_NOOP("Add Pin"),
QT_TR_NOOP("Add symbol pins (electrical connections for schematics)"),
QIcon(":/img/actions/add_symbol_pin.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_I)},
}
◆ toolPadTht
Initial value:{
"tool_pad_tht",
QT_TR_NOOP("Add THT Pad"),
QT_TR_NOOP("Add plated through-hole copper pads"),
QIcon(":/img/actions/add_tht_pad.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_H)},
}
◆ toolPadSmt
Initial value:{
"tool_pad_smt",
QT_TR_NOOP("Add SMT Pad"),
QT_TR_NOOP("Add surface mounted (single layer) copper pads"),
QIcon(":/img/actions/add_smt_pad.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_D)},
}
◆ toolPadThermal
Initial value:{
"tool_pad_thermal",
QT_TR_NOOP("Add Thermal Pad"),
QT_TR_NOOP("Add special SMT pads used as heat sink"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolPadBga
Initial value:{
"tool_pad_bga",
QT_TR_NOOP("Add BGA Pad"),
QT_TR_NOOP("Add special SMT pads used for ball grid arrays"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolPadEdgeConnector
Initial value:{
"tool_pad_edge_connector",
QT_TR_NOOP("Add Edge Connector Pad"),
QT_TR_NOOP("Add special SMT pads used as edge connector"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolPadTest
Initial value:{
"tool_pad_test_point",
QT_TR_NOOP("Add Test Pad"),
QT_TR_NOOP("Add special SMT pads used as test points"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolPadLocalFiducial
Initial value:{
"tool_pad_local_fiducial",
QT_TR_NOOP("Add Local Fiducial Pad"),
QT_TR_NOOP("Add special SMT pads used as local fiducials"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolPadGlobalFiducial
Initial value:{
"tool_pad_global_fiducial",
QT_TR_NOOP("Add Global Fiducial Pad"),
QT_TR_NOOP("Add special SMT pads used as global fiducials"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ toolZone
Initial value:{
"tool_zone",
QT_TR_NOOP("Draw Keepout Zone"),
QT_TR_NOOP("Draw keep-out zones"),
QIcon(":/img/actions/draw_zone.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Z)},
}
◆ toolHole
Initial value:{
"tool_hole",
QT_TR_NOOP("Add Hole"),
QT_TR_NOOP("Add non-plated holes (NPTH drills)"),
QIcon(":/img/actions/add_hole.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_O)},
}
◆ toolWire
Initial value:{
"tool_wire",
QT_TR_NOOP("Draw Wire"),
QT_TR_NOOP(
"Draw wires to create electrical connections between symbol pins"),
QIcon(":/img/actions/draw_wire.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_W)},
}
◆ toolNetLabel
Initial value:{
"tool_netlabel",
QT_TR_NOOP("Add Net Label"),
QT_TR_NOOP("Add net labels to explicitly specify the net of wires"),
QIcon(":/img/actions/draw_netlabel.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_N)},
}
◆ toolComponent
Initial value:{
"tool_component",
QT_TR_NOOP("Add Component"),
QT_TR_NOOP("Insert components from the workspace libraries"),
QIcon(":/img/actions/add_component.png"),
{QKeySequence(Qt::Key_A)},
}
◆ toolTrace
Initial value:{
"tool_trace",
QT_TR_NOOP("Draw Trace"),
QT_TR_NOOP("Draw copper traces to interconnect devices"),
QIcon(":/img/actions/draw_wire.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_W)},
}
◆ toolVia
Initial value:{
"tool_via",
QT_TR_NOOP("Add Via"),
QT_TR_NOOP("Add plated through-hole vias"),
QIcon(":/img/actions/add_via.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_V)},
}
◆ toolPlane
Initial value:{
"tool_plane",
QT_TR_NOOP("Draw Plane"),
QT_TR_NOOP("Draw auto-filled copper areas to interconnect pads and vias"),
QIcon(":/img/actions/add_plane.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_N)},
}
◆ toolGenerateOutline
Initial value:{
"tool_generate_outline",
QT_TR_NOOP("Generate Outline"),
QT_TR_NOOP("Automatically generate the outline polygon"),
QIcon(":/img/actions/wizard.png"),
EditorCommand::Flags(),
{},
}
◆ toolGenerateCourtyard
Initial value:{
"tool_generate_courtyard",
QT_TR_NOOP("Generate Courtyard"),
QT_TR_NOOP("Automatically generate the courtyard polygon"),
QIcon(":/img/actions/wizard.png"),
{},
}
◆ toolMeasure
Initial value:{
"tool_measure",
QT_TR_NOOP("Measure Distance"),
QT_TR_NOOP("Measure the distance between two points"),
QIcon(":/img/actions/ruler.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_M)},
}
◆ categoryCommands
Initial value:{
"categoryCommands", QT_TR_NOOP(
"Commands"),
true, &
categoryRoot}
◆ commandToolBarFocus
Initial value:{
"command_toolbar_focus",
QT_TR_NOOP("Go To Command Toolbar"),
QT_TR_NOOP("Move the focus into the command toolbar"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Tab)},
}
◆ abort
Initial value:{
"abort",
QT_TR_NOOP("Abort Command"),
QT_TR_NOOP("Abort the currently active command"),
QIcon(":/img/actions/stop.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Escape)},
}
◆ layerUp
Initial value:{
"layer_up",
QT_TR_NOOP("Layer Up"),
QT_TR_NOOP("Switch to the next higher layer (bottom->top)"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_PageUp)},
}
◆ layerDown
Initial value:{
"layer_down",
QT_TR_NOOP("Layer Down"),
QT_TR_NOOP("Switch to the next lower layer (top->bottom)"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_PageDown)},
}
◆ lineWidthIncrease
Initial value:{
"line_width_increase",
QT_TR_NOOP("Increase Line Width"),
QT_TR_NOOP("Increase the line/trace/stroke/pad width"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Plus)},
}
◆ lineWidthDecrease
Initial value:{
"line_width_decrease",
QT_TR_NOOP("Decrease Line Width"),
QT_TR_NOOP("Decrease the line/trace/stroke/pad width"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Minus)},
}
◆ sizeIncrease
Initial value:{
"size_increase",
QT_TR_NOOP("Increase Size"),
QT_TR_NOOP("Increase the via/pad/pin/text size"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Asterisk)},
}
◆ sizeDecrease
Initial value:{
"size_decrease",
QT_TR_NOOP("Decrease Size"),
QT_TR_NOOP("Decrease the via/pad/pin/text size"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Slash)},
}
◆ drillIncrease
Initial value:{
"drill_increase",
QT_TR_NOOP("Increase Drill"),
QT_TR_NOOP("Increase the via/pad/hole drill diameter"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Home)},
}
◆ drillDecrease
Initial value:{
"drill_decrease",
QT_TR_NOOP("Decrease Drill"),
QT_TR_NOOP("Decrease the via/pad/hole drill diameter"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_End)},
}
◆ widthAutoToggle
Initial value:{
"width_auto_toggle",
QT_TR_NOOP("Toggle Auto-Width"),
QT_TR_NOOP("Toggle the auto-width property state"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Period)},
}
◆ fillToggle
Initial value:{
"fill_toggle",
QT_TR_NOOP("Toggle Fill"),
QT_TR_NOOP("Toggle the fill property state"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F)},
}
◆ grabAreaToggle
Initial value:{
"grab_area_toggle",
QT_TR_NOOP("Toggle Grab Area"),
QT_TR_NOOP("Toggle the grab area property state"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Comma)},
}
◆ alignHorizontalLeft
Initial value:{
"align_horizontal_left",
QT_TR_NOOP("Align Left"),
QT_TR_NOOP("Horizontal alignment: Left"),
QIcon(":/img/command_toolbars/align_horizontal_left.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_1)},
}
◆ alignHorizontalCenter
Initial value:{
"align_horizontal_center",
QT_TR_NOOP("Align Center"),
QT_TR_NOOP("Horizontal alignment: Center"),
QIcon(":/img/command_toolbars/align_horizontal_center.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_2)},
}
◆ alignHorizontalRight
Initial value:{
"align_horizontal_right",
QT_TR_NOOP("Align Right"),
QT_TR_NOOP("Horizontal alignment: Right"),
QIcon(":/img/command_toolbars/align_horizontal_right.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_3)},
}
◆ alignVerticalBottom
Initial value:{
"align_vertical_bottom",
QT_TR_NOOP("Align Bottom"),
QT_TR_NOOP("Vertical alignment: Bottom"),
QIcon(":/img/command_toolbars/align_vertical_bottom.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_4)},
}
◆ alignVerticalCenter
Initial value:{
"align_vertical_center",
QT_TR_NOOP("Align Center"),
QT_TR_NOOP("Vertical alignment: Center"),
QIcon(":/img/command_toolbars/align_vertical_center.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_5)},
}
◆ alignVerticalTop
Initial value:{
"align_vertical_top",
QT_TR_NOOP("Align Top"),
QT_TR_NOOP("Vertical alignment: Top"),
QIcon(":/img/command_toolbars/align_vertical_top.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_6)},
}
◆ wireModeHV
Initial value:{
"wire_mode_h_v",
QT_TR_NOOP("Horizontal - Vertical"),
QT_TR_NOOP(
"Wire mode: First segment horizontal, second segment vertical"),
QIcon(":/img/command_toolbars/wire_h_v.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_1)},
}
◆ wireModeVH
Initial value:{
"wire_mode_v_h",
QT_TR_NOOP("Vertical - Horizontal"),
QT_TR_NOOP(
"Wire mode: First segment vertical, second segment horizontal"),
QIcon(":/img/command_toolbars/wire_v_h.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_2)},
}
◆ wireMode9045
Initial value:{
"wire_mode_90_45",
QT_TR_NOOP("90° - 45°"),
QT_TR_NOOP("Wire mode: First segment 90°, second segment 45°"),
QIcon(":/img/command_toolbars/wire_90_45.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_3)},
}
◆ wireMode4590
Initial value:{
"wire_mode_45_90",
QT_TR_NOOP("45° - 90°"),
QT_TR_NOOP("Wire mode: First segment 45°, second segment 90°"),
QIcon(":/img/command_toolbars/wire_45_90.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_4)},
}
◆ wireModeStraight
Initial value:{
"wire_mode_straight",
QT_TR_NOOP("Straight"),
QT_TR_NOOP("Wire mode: Straight line"),
QIcon(":/img/command_toolbars/wire_straight.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_5)},
}
◆ shapeRound
Initial value:{
"shape_round",
QT_TR_NOOP("Round"),
QT_TR_NOOP("Shape: Round"),
QIcon(":/img/command_toolbars/shape_round.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_1)},
}
◆ shapeRoundedRect
Initial value:{
"shape_rounded_rect",
QT_TR_NOOP("Rounded Rectangle"),
QT_TR_NOOP("Shape: Rounded Rectangle"),
QIcon(":/img/command_toolbars/shape_rounded_rect.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_2)},
}
◆ shapeRect
Initial value:{
"shape_rect",
QT_TR_NOOP("Rectangle"),
QT_TR_NOOP("Shape: Rectangle"),
QIcon(":/img/command_toolbars/shape_rect.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_3)},
}
◆ shapeOctagon
Initial value:{
"shape_octagon",
QT_TR_NOOP("Octagon"),
QT_TR_NOOP("Shape: Octagon"),
QIcon(":/img/command_toolbars/shape_octagon.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_4)},
}
◆ categoryComponents
Initial value:{
"categoryComponents", QT_TR_NOOP(
"Components"),
true, &
categoryRoot}
◆ componentResistor
Initial value:{
"component_resistor",
QT_TR_NOOP("Resistor"),
QT_TR_NOOP("Add standard component: Resistor"),
QIcon(":/img/library/resistor_eu.png"),
EditorCommand::Flags(),
{},
}
◆ componentInductor
Initial value:{
"component_inductor",
QT_TR_NOOP("Inductor"),
QT_TR_NOOP("Add standard component: Inductor"),
QIcon(":/img/library/inductor_eu.png"),
EditorCommand::Flags(),
{},
}
◆ componentCapacitorBipolar
Initial value:{
"component_capacitor_bipolar",
QT_TR_NOOP("Bipolar Capacitor"),
QT_TR_NOOP("Add standard component: Bipolar capacitor"),
QIcon(":/img/library/bipolar_capacitor_eu.png"),
EditorCommand::Flags(),
{},
}
◆ componentCapacitorUnipolar
Initial value:{
"component_capacitor_unipolar",
QT_TR_NOOP("Unipolar Capacitor"),
QT_TR_NOOP("Add standard component: Unipolar capacitor"),
QIcon(":/img/library/unipolar_capacitor_eu.png"),
EditorCommand::Flags(),
{},
}
◆ componentGnd
Initial value:{
"component_gnd",
QT_TR_NOOP("GND Supply"),
QT_TR_NOOP("Add standard component: GND supply"),
QIcon(":/img/library/gnd.png"),
EditorCommand::Flags(),
{},
}
◆ componentVcc
Initial value:{
"component_vcc",
QT_TR_NOOP("VCC Supply"),
QT_TR_NOOP("Add standard component: VCC supply"),
QIcon(":/img/library/vcc.png"),
EditorCommand::Flags(),
{},
}
◆ categoryDocks
Initial value:{"categoryDocks", QT_TR_NOOP("Docks"),
◆ dockPages
Initial value:{
"dock_pages",
QT_TR_NOOP("Pages"),
QT_TR_NOOP("Go to the pages dock"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_G)},
}
◆ dockErc
Initial value:{
"dock_erc",
QT_TR_NOOP("Electrical Rule Check (ERC)"),
QT_TR_NOOP("Go to the ERC messages dock"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_E)},
}
◆ dockDrc
Initial value:{
"dock_drc",
QT_TR_NOOP("Design Rule Check (DRC)"),
QT_TR_NOOP("Go to the DRC messages dock"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_D)},
}
◆ dockLayers
Initial value:{
"dock_layers",
QT_TR_NOOP("Layers"),
QT_TR_NOOP("Go to the layers dock"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_L)},
}
◆ dockPlaceDevices
Initial value:{
"dock_place_devices",
QT_TR_NOOP("Place Devices"),
QT_TR_NOOP("Go to the dock for placing devices"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_P)},
}
◆ categoryWindowManagement
Initial value:{
"categoryWindowManagement", QT_TR_NOOP("Window Management"), true,
◆ pageNext
Initial value:{
"page_next",
QT_TR_NOOP("Next Tab/Page"),
QT_TR_NOOP("Navigate to the next tab or page"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_Tab)},
}
◆ pagePrevious
Initial value:{
"page_previous",
QT_TR_NOOP("Previous Tab/Page"),
QT_TR_NOOP("Navigate to the previous tab or page"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_Tab)},
}
◆ tabClose
Initial value:{
"tab_close",
QT_TR_NOOP("Close Tab"),
QT_TR_NOOP("Close the currently opened tab"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_W)},
}
◆ tabCloseAll
Initial value:{
"tab_close_all",
QT_TR_NOOP("Close All Tabs"),
QT_TR_NOOP("Close all currently opened tabs"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_W)},
}
◆ windowClose
Initial value:{
"window_close",
QT_TR_NOOP("Close Window"),
QT_TR_NOOP("Close this window"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::ALT + Qt::Key_F4)},
}
◆ projectClose
Initial value:{
"project_close",
QT_TR_NOOP("Close Project"),
QT_TR_NOOP("Close the currently opened project"),
QIcon(":/img/actions/close.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_F4)},
}
◆ projectCloseAll
Initial value:{
"project_close_all",
QT_TR_NOOP("Close All Projects"),
QT_TR_NOOP("Close all currently opened projects"),
QIcon(":/img/actions/close.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_F4)},
}
◆ applicationQuit
Initial value:{
"application_quit",
QT_TR_NOOP("Quit"),
QT_TR_NOOP("Close the whole application"),
QIcon(":/img/actions/quit.png"),
{QKeySequence(Qt::CTRL + Qt::Key_Q)},
}
◆ categoryHelp
Initial value:{"categoryHelp", QT_TR_NOOP("Help"), true,
◆ aboutLibrePcb
Initial value:{
"about_librepcb",
QT_TR_NOOP("About LibrePCB"),
QT_TR_NOOP("Show information about the application"),
QIcon(":/img/logo/48x48.png"),
{},
}
◆ aboutQt
Initial value:{
"about_qt",
QT_TR_NOOP("About Qt"),
QT_TR_NOOP("Show information about Qt"),
QIcon(),
{},
}
◆ website
Initial value:{
"website",
QT_TR_NOOP("LibrePCB Website"),
QT_TR_NOOP("Open the LibrePCB website in the web browser"),
QIcon(":/img/actions/open_browser.png"),
EditorCommand::Flags(),
{},
}
◆ documentationOnline
Initial value:{
"documentation_online",
QT_TR_NOOP("Online Documentation"),
QT_TR_NOOP("Open the documentation in the web browser"),
QIcon(":/img/actions/help.png"),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_F1)},
}
◆ keyboardShortcutsReference
Initial value:{
"keyboard_shortcuts_reference",
QT_TR_NOOP("Keyboard Shortcuts Reference"),
QT_TR_NOOP("Open a quick reference about the keyboard shortcuts"),
QIcon(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL + Qt::Key_F1)},
}
◆ categoryContextMenu
Initial value:{
"categoryContextMenu", QT_TR_NOOP(
"Context Menu"),
false, &
categoryRoot}
◆ folderNew
Initial value:{
"folder_new",
QT_TR_NOOP("New Folder"),
QT_TR_NOOP("Create a new folder"),
QIcon(":/img/actions/new_folder.png"),
EditorCommand::Flags(),
{},
}
◆ favoriteAdd
Initial value:{
"favorite_add",
QT_TR_NOOP("Add To Favorites"),
QT_TR_NOOP("Add project to favorites"),
QIcon(":/img/actions/bookmark_gray.png"),
EditorCommand::Flags(),
{},
}
◆ favoriteRemove
Initial value:{
"favorite_remove",
QT_TR_NOOP("Remove From Favorites"),
QT_TR_NOOP("Remove project from favorites"),
QIcon(":/img/actions/bookmark.png"),
EditorCommand::Flags(),
{},
}
◆ vertexAdd
Initial value:{
"vertex_add",
QT_TR_NOOP("Add Vertex"),
QT_TR_NOOP("Insert a new vertex into the selected polygon edge"),
QIcon(":/img/actions/add.png"),
EditorCommand::Flags(),
{},
}
◆ vertexRemove
Initial value:{
"vertex_remove",
QT_TR_NOOP("Remove Vertex"),
QT_TR_NOOP("Remove the selected vertex from the polygon"),
QIcon(":/img/actions/delete.png"),
EditorCommand::Flags(),
{},
}
◆ traceSelectWhole
Initial value:{
"trace_select_whole",
QT_TR_NOOP("Select Whole Trace"),
QT_TR_NOOP("Select the whole trace"),
QIcon(":/img/actions/bookmark.png"),
EditorCommand::Flags(),
{},
}
◆ traceMeasureLength
Initial value:{
"trace_measure_length",
QT_TR_NOOP("Measure Selected Segments Length"),
QT_TR_NOOP("Measure the total length of all selected trace segments"),
QIcon(":/img/actions/ruler.png"),
EditorCommand::Flags(),
{},
}
◆ traceRemoveWhole
Initial value:{
"trace_remove_whole",
QT_TR_NOOP("Remove Whole Trace"),
QT_TR_NOOP("Remove the whole trace"),
QIcon(":/img/actions/minus.png"),
EditorCommand::Flags(),
{},
}
◆ locked
Initial value:{
"locked",
QT_TR_NOOP("Lock Placement"),
QT_TR_NOOP("Toggle placement lock"),
QIcon(":/img/status/locked.png"),
EditorCommand::Flags(),
{},
}
◆ visible
Initial value:{
"visible",
QT_TR_NOOP("Visible"),
QT_TR_NOOP("Toggle visibility"),
QIcon(),
EditorCommand::Flags(),
{},
}
◆ generateContent
Initial value:{
"generate_content",
QT_TR_NOOP("Generate Content"),
QT_TR_NOOP("Automatically generate some content"),
QIcon(":/img/actions/wizard.png"),
{},
}
The documentation for this class was generated from the following file: