Interface Customization/bg: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav
{{docnav|Import Export Preference|Property editor}}
|[[Import Export Preference|Import Export Preference]]
|[[Property editor|Property editor]]
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 16: Line 19:
Табовете '''Toolbars'' и ''Toolbox bars''' ви разрешават да променяте съществуващите туулбарове, или да съзадавате нови свои туулбарове.
Табовете '''Toolbars'' и ''Toolbox bars''' ви разрешават да променяте съществуващите туулбарове, или да съзадавате нови свои туулбарове.


Under the tab '''Worksbenches''' ('''Workbenches''') the workbenches existing in FreeCAD are listed, on the left the currently passive, on the right the currently active workspaces. The status can be changed with the horizontal arrows.

[[Image:UserdefSymbstrip.jpg]]

Under the tab '''Toolbars''' ('''Toolbars''') on the left are the same command categories as under the map '''Commands'''. After clicking on a category the corresponding commands appear, which can be copied to the right side. Before you do this, select an active workspace to which you want to add an individual toolbar. First select a name for this toolbar with '''New''' ('''New...''') before copying commands over to it. When this workspace is called later, this bar must be activated: '''View → Toolbars'''.

Remark: If "Global" (instead of a workspace) is selected on the right, the added toolbar can be activated in each workspace.


<div class="mw-translate-fuzzy">
Табът "Macros" (макроси) ви позволява да управлявате запазените [[Macros/bg|макроси]].
Табът "Macros" (макроси) ви позволява да управлявате запазените [[Macros/bg|макроси]].
</div>


Съзайте своите собствени туулбарове за вашите макроси - [[Customize_Toolbars/bg|Настройки на туулбаровете]]
Съзайте своите собствени туулбарове за вашите макроси - [[Customize_Toolbars/bg|Настройки на туулбаровете]]
Line 27: Line 41:


==Example==
==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]].
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|Draft Workbench]].
* in FreeCAD choose {{MenuCommand|Tools → Customize}} from the top menu
* in FreeCAD choose {{MenuCommand|Tools → Customize}} from the top menu
* select the "Toolbars" tab
* select the "Toolbars" tab

Revision as of 11:29, 23 November 2019

Благодарение на факта че FreeCAD е базирана на модерната библиотека Qt, почти всеки елемент от неговия интерфейс може да бъде променен от потребителя. Widges, менюта, туулбарове, бутони и други инструменти могат да се променят, преместват и споделят между работни плотове. Клавишни комбинации могат да се променят и създават. Може да записвате макроси които да използвате след това за автоматизиране на честно извършвани действия. Може да намерите прозореца за настройки на интерфейса чрез менюто "Tools ->Customize".

Табът "Commands" (команди) ви показва всички команди в FreeCAD организирани по категория.

В табът "Keyboard" (клавиатура) може да видите клавишните комбинации свързани с всяка команда в FreeCAD. Ако желате може да ги променяте, или да създавате нови клавишни комбинации за всяка команда. Например ако използвате често някой работен плот, и искате по-бърз достъп до инструментите му, може да създадете свой клавишни комбинации за да ускорите работата си.

Табовете Toolbars и Toolbox bars ви разрешават да променяте съществуващите туулбарове, или да съзадавате нови свои туулбарове.

Under the tab Worksbenches (Workbenches) the workbenches existing in FreeCAD are listed, on the left the currently passive, on the right the currently active workspaces. The status can be changed with the horizontal arrows.

File:UserdefSymbstrip.jpg

Under the tab Toolbars (Toolbars) on the left are the same command categories as under the map Commands. After clicking on a category the corresponding commands appear, which can be copied to the right side. Before you do this, select an active workspace to which you want to add an individual toolbar. First select a name for this toolbar with New (New...) before copying commands over to it. When this workspace is called later, this bar must be activated: View → Toolbars.

Remark: If "Global" (instead of a workspace) is selected on the right, the added toolbar can be activated in each workspace.


Табът "Macros" (макроси) ви позволява да управлявате запазените макроси.

Съзайте своите собствени туулбарове за вашите макроси - Настройки на туулбаровете

В версия 0.16 има и нови инструменти за управление на работните плотове.

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/bg
Property editor/bg