Interface Customization/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "借助'''Macros'''选项卡来管理您自己所保存的[[Macros]|宏]。")
No edit summary
Line 13: Line 13:
利用'''Toolbars'''与'''Toolbox bars'''选项卡即可令您修改存在的工具栏,或创建您自己的自定义工具栏。
利用'''Toolbars'''与'''Toolbox bars'''选项卡即可令您修改存在的工具栏,或创建您自己的自定义工具栏。


借助'''Macros'''选项卡来管理您自己所保存的[[Macros]|宏]。
借助'''Macros'''选项卡来管理您自己所保存的[[Macros|宏]]。


Create your Toolbars for your macro [[Customize_Toolbars|Customize Toolbars]]
Create your Toolbars for your macro [[Customize_Toolbars|Customize Toolbars]]

Revision as of 10:35, 13 June 2019

Preferences Editor
Property editor

由于FreeCAD界面是基于现代的Qt工具包制作,因此它具有最先进的组织架构。widget部件、菜单、工具栏与其他工具都可修改、移动、在工具台之间共享,还可设置、修改快捷键,并记录和执行宏(macro)。通过Tools → Customize菜单即可进行窗口的定制:

定制选项卡

Commands选项卡可令您浏览FreeCAD中可用的所有命令,这些命令根据其分类进行组织。

In Keyboard, you can see the keyboard shortcuts associated with every FreeCAD command, and if you want, modify or assign new shortcut to any command. This is where to come if you use a particular workbench often, and would like to speed up its use by using the keyboard.

利用ToolbarsToolbox bars选项卡即可令您修改存在的工具栏,或创建您自己的自定义工具栏。

借助Macros选项卡来管理您自己所保存的

Create your Toolbars for your macro Customize Toolbars

Since FreeCAD 0.16 a new tool is available that lets you manage your workbenches.

Example

For an example workflow lets suppose we want to have the "Measure Linear" tool also show up in a custom toolbar in the Draft Workbench.

  • in FreeCAD choose Tools → Customize from the top menu
  • select the "Toolbars" tab
  • on the left side choose "Part" in the pull down menu
  • on the left side in the lower window scroll down to the "Measure Linear" entry and select it
  • on the right side choose "Draft" in the pull down menu
  • click on New... to create a new toolbar and choose a name for it
  • now select your destination toolbar in the right lower window (only needed if you have more than one toolbar)
  • by clicking on the blue "Arrow right" (top icon in the middle row) you will add your selected entry to the selected toolbar

Remarks

When selecting "Global" in the pull down menu on the right side you will create a toolbar which will be visible in all workbenches.

For adding an installed macro to a toolbar you must

  • select "Macros" in the pull down menu on the left side
  • have assigned menu text, icon (Pixmap) and so on using the Tools → Customize → Macros menu


Preferences Editor
Property editor