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"),
EditorCommandCategory categoryRoot
Definition: editorcommandset.h:53
◆ itemNew
Initial value:{
"item_new",
QT_TR_NOOP("New"),
QT_TR_NOOP("Add a new item"),
":/img/actions/new.png",
{QKeySequence(Qt::CTRL | Qt::Key_N)},
}
EditorCommandCategory categoryEditor
Definition: editorcommandset.h:82
◆ itemOpen
Initial value:{
"item_open",
QT_TR_NOOP("Open"),
QT_TR_NOOP("Open the selected item(s)"),
":/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"),
":/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"),
QString(),
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"),
":/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"),
":/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"),
QString(),
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"),
QString(),
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"),
":/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"),
":/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"),
QString(),
{},
}
◆ workspaceSettings
Initial value:{
"workspace_settings",
QT_TR_NOOP("Workspace Settings"),
QT_TR_NOOP("Open the workspace settings dialog"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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)"),
":/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"),
":/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"),
":/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"),
":/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"),
QString(),
{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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/actions/open.png",
{QKeySequence(Qt::CTRL | Qt::Key_B)},
}
EditorCommandCategory categoryTextInput
Definition: editorcommandset.h:410
◆ inputUnitChange
Initial value:{
"input_unit_change",
QT_TR_NOOP("Change Unit"),
QT_TR_NOOP("Change the measurement unit of the text input"),
":/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"),
":/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"),
":/img/actions/plus_2.png",
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Return)},
}
◆ categoryImportExport
Initial value:{
"categoryImportExport", QT_TR_NOOP(
"Import/Export"),
true, &
categoryRoot}
◆ addExampleProjects
Initial value:{
"add_example_projects",
QT_TR_NOOP("Add Example Projects"),
QT_TR_NOOP("Add some example projects to the workspace"),
":/img/logo/32x32.png",
{},
nullptr,
}
◆ importDxf
Initial value:{
"import_dxf",
QT_TR_NOOP("Import DXF"),
QT_TR_NOOP("Import a 2D mechanical drawing"),
":/img/actions/export_svg.png",
{},
}
EditorCommandCategory categoryImportExport
Definition: editorcommandset.h:449
◆ importEagleLibrary
Initial value:{
"import_eagle_library",
QT_TR_NOOP("Import EAGLE Library"),
QT_TR_NOOP("Import library elements from an EAGLE *.lbr file"),
QString(),
{},
}
◆ importEagleProject
Initial value:{
"import_eagle_project",
QT_TR_NOOP("Import EAGLE Project"),
QT_TR_NOOP("Import schematic/board from EAGLE *.sch/*.brd files"),
QString(),
{},
}
◆ importSpecctraSes
Initial value:{
"import_specctra_ses",
QT_TR_NOOP("Import Specctra SES"),
QT_TR_NOOP("Import a Specctra session, e.g. from external autorouters"),
":/img/places/file.png",
{},
}
◆ exportLppz
Initial value:{
"export_lppz",
QT_TR_NOOP("Export *.lppz Archive"),
QT_TR_NOOP("Export the project as a self-contained *.lppz archive"),
":/img/actions/export_zip.png",
{},
}
◆ exportImage
Initial value:{
"export_image",
QT_TR_NOOP("Export Image"),
QT_TR_NOOP("Export graphics as a pixmap"),
":/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"),
":/img/actions/pdf.png",
{QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_P)},
}
◆ exportSpecctraDsn
Initial value:{
"export_specctra_dsn",
QT_TR_NOOP("Export Specctra DSN"),
QT_TR_NOOP("Export PCB to Specctra format for external autorouters etc."),
":/img/places/file.png",
{},
}
◆ 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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/actions/generate_bom.png",
{},
}
◆ outputJobs
Initial value:{
"output_jobs",
QT_TR_NOOP("Output Jobs"),
QT_TR_NOOP("Modify or run output jobs"),
":/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"),
":/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"),
":/img/actions/undo.png",
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::Key_Z)},
}
EditorCommandCategory categoryModify
Definition: editorcommandset.h:605
◆ redo
Initial value:{
"redo",
QT_TR_NOOP("Redo"),
QT_TR_NOOP("Re-apply the last reverted modification"),
":/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"),
":/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"),
":/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"),
":/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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/actions/flip_vertical.png",
EditorCommand::Flags(),
{QKeySequence(Qt::SHIFT | Qt::Key_F)},
}
◆ moveAlign
Initial value:{
"move_align",
QT_TR_NOOP("Move/Align Objects"),
QT_TR_NOOP("Move and/or align the selected object(s) vertically or "
"horizontally"),
":/img/actions/move.png",
EditorCommand::Flags(),
{QKeySequence(Qt::Key_A)},
}
◆ snapToGrid
Initial value:{
"snap_to_grid",
QT_TR_NOOP("Snap to Grid"),
QT_TR_NOOP("Move the selected object(s) to snap the grid"),
":/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)"),
":/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)"),
":/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)"),
QString(),
{},
}
◆ 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"),
":/img/actions/undo.png",
EditorCommand::Flags(),
{},
}
◆ properties
Initial value:{
"properties",
QT_TR_NOOP("Properties"),
QT_TR_NOOP("View/modify the object properties"),
":/img/actions/settings.png",
{QKeySequence(Qt::Key_E)},
}
◆ rename
Initial value:{
"rename",
QT_TR_NOOP("Rename"),
QT_TR_NOOP("Rename the selected object"),
":/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)"),
":/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"),
":/img/actions/zoom_all.png",
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::Key_Home)},
}
EditorCommandCategory categoryView
Definition: editorcommandset.h:829
◆ zoomIn
Initial value:{
"zoom_in",
QT_TR_NOOP("Zoom In"),
QT_TR_NOOP("Increase the zoom level"),
":/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"),
":/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"),
QString(),
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"),
QString(),
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"),
":/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"),
":/img/status/unlocked.png",
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_L)},
}
◆ toggleBackgroundImage
Initial value:{
"toggle_background_image",
QT_TR_NOOP("Set/Unset Background Image"),
QT_TR_NOOP("Use a datasheet drawing as the background for verification"),
":/img/actions/export_pixmap.png",
{},
}
◆ toggle3d
Initial value:{
"toggle_3d",
QT_TR_NOOP("Toggle 2D/3D Mode"),
QT_TR_NOOP("Switch between 2D and 3D viewer mode"),
":/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"),
":/img/actions/select.png",
EditorCommand::Flags(),
{},
}
EditorCommandCategory categoryTools
Definition: editorcommandset.h:913
◆ toolLine
Initial value:{
"tool_line",
QT_TR_NOOP("Draw Line"),
QT_TR_NOOP("Draw graphical lines"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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}}'"),
":/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}}'"),
":/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)"),
":/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"),
":/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"),
":/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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
EditorCommand::Flags(),
{},
}
◆ toolZone
Initial value:{
"tool_zone",
QT_TR_NOOP("Draw Keepout Zone"),
QT_TR_NOOP("Draw keep-out zones"),
":/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)"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/actions/wizard.png",
{},
}
◆ toolReNumberPads
Initial value:{
"tool_renumber_pads",
QT_TR_NOOP("Re-Number Pads"),
QT_TR_NOOP("Helper tool to interactively change pad numbers"),
":/img/actions/wizard.png",
{},
}
◆ toolMeasure
Initial value:{
"tool_measure",
QT_TR_NOOP("Measure Distance"),
QT_TR_NOOP("Measure the distance between two points"),
":/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"),
QString(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Tab)},
}
EditorCommandCategory categoryCommands
Definition: editorcommandset.h:1187
◆ abort
Initial value:{
"abort",
QT_TR_NOOP("Abort Command"),
QT_TR_NOOP("Abort the currently active command"),
":/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)"),
QString(),
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)"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Period)},
}
◆ fillToggle
Initial value:{
"fill_toggle",
QT_TR_NOOP("Toggle Fill"),
QT_TR_NOOP("Toggle the fill property state"),
QString(),
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"),
QString(),
EditorCommand::Flags(),
{QKeySequence(Qt::Key_Comma)},
}
◆ alignHorizontalLeft
Initial value:{
"align_horizontal_left",
QT_TR_NOOP("Align Left"),
QT_TR_NOOP("Horizontal alignment: Left"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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°"),
":/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°"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/library/resistor_eu.png",
EditorCommand::Flags(),
{},
}
EditorCommandCategory categoryComponents
Definition: editorcommandset.h:1444
◆ componentInductor
Initial value:{
"component_inductor",
QT_TR_NOOP("Inductor"),
QT_TR_NOOP("Add standard component: Inductor"),
":/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"),
":/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"),
":/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"),
":/img/library/gnd.png",
EditorCommand::Flags(),
{},
}
◆ componentVcc
Initial value:{
"component_vcc",
QT_TR_NOOP("VCC Supply"),
QT_TR_NOOP("Add standard component: VCC supply"),
":/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"),
QString(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_G)},
}
EditorCommandCategory categoryDocks
Definition: editorcommandset.h:1501
◆ dockErc
Initial value:{
"dock_erc",
QT_TR_NOOP("Electrical Rule Check (ERC)"),
QT_TR_NOOP("Go to the ERC messages dock"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::Key_Tab)},
}
EditorCommandCategory categoryWindowManagement
Definition: editorcommandset.h:1549
◆ pagePrevious
Initial value:{
"page_previous",
QT_TR_NOOP("Previous Tab/Page"),
QT_TR_NOOP("Navigate to the previous tab or page"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
QString(),
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"),
":/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"),
":/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"),
":/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"),
":/img/logo/48x48.png",
{},
}
EditorCommandCategory categoryHelp
Definition: editorcommandset.h:1625
◆ aboutQt
Initial value:{
"about_qt",
QT_TR_NOOP("About Qt"),
QT_TR_NOOP("Show information about Qt"),
QString(),
{},
}
◆ website
Initial value:{
"website",
QT_TR_NOOP("LibrePCB Website"),
QT_TR_NOOP("Open the LibrePCB website in the web browser"),
":/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"),
":/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"),
QString(),
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"),
":/img/actions/new_folder.png",
EditorCommand::Flags(),
{},
}
EditorCommandCategory categoryContextMenu
Definition: editorcommandset.h:1673
◆ favoriteAdd
Initial value:{
"favorite_add",
QT_TR_NOOP("Add To Favorites"),
QT_TR_NOOP("Add project to favorites"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/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"),
":/img/actions/minus.png",
EditorCommand::Flags(),
{},
}
◆ locked
Initial value:{
"locked",
QT_TR_NOOP("Lock Placement"),
QT_TR_NOOP("Toggle placement lock"),
":/img/status/locked.png",
EditorCommand::Flags(),
{},
}
◆ visible
Initial value:{
"visible",
QT_TR_NOOP("Visible"),
QT_TR_NOOP("Toggle visibility"),
QString(),
EditorCommand::Flags(),
{},
}
◆ copyMpnToClipboard
Initial value:{
"copy_mpn_to_clipboard",
QT_TR_NOOP("Copy MPN to Clipboard"),
QT_TR_NOOP("Copy this MPN into the clipboard"),
":/img/actions/copy.png",
EditorCommand::Flags(),
{QKeySequence(Qt::CTRL | Qt::Key_C)},
}
◆ openProductWebsite
Initial value:{
"open_product_website",
QT_TR_NOOP("Open Product Website"),
QT_TR_NOOP("Open product details about this part in the web browser"),
":/img/actions/open_browser.png",
{},
}
◆ openPricingWebsite
Initial value:{
"open_pricing_website",
QT_TR_NOOP("Open Pricing Website"),
QT_TR_NOOP("Open pricing details about this part in the web browser"),
":/img/library/part.png",
{},
}
◆ helperTools
Initial value:{
"helper_tools",
QT_TR_NOOP("Generate Content"),
QT_TR_NOOP("Various helper tools to generate or modify objects"),
":/img/actions/wizard.png",
{},
}
The documentation for this class was generated from the following file: