Interface Customization/pl: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 39: Line 39:
* select "Macros" in the pull down menu on the left side
* select "Macros" in the pull down menu on the left side
* have assigned menu text, icon (Pixmap) and so on using the {{MenuCommand|Tools → Customize → Macros}} menu
* have assigned menu text, icon (Pixmap) and so on using the {{MenuCommand|Tools → Customize → Macros}} menu



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 45: Line 44:
</div>
</div>


<div class="mw-translate-fuzzy">
[[Category:User Documentation/pl]]
[[Category:User Documentation/pl]]
</div>

Revision as of 19:28, 6 October 2019

Import Export Preference
Property editor

Od kiedy interfejs FreeCADa bazuje na nowoczesnym toolkicie Qt, ma on organizację "state-of-the-art". Widżety, menu, paski narzędzi i inne narzędzia mogą być modyfikowane, przenoszone, współdzielone pomiędzy warsztatami, skróty klawiaturowe mogą być ustawianie, modyfikowane a makra mogą być nagrywane i odtwarzane. Okno dostosowania dostępne jest przez menu Tools → Customize :

Karta Commands pozwala ci przeglądać komendy FreeCADa i organizować je w kategorie.

Karta Keyboard, pozwala zobaczyć skróty klawiaturowe przypisane do każdej z komend FreeCADa, i, jeśli chcesz, możesz zmodyfikować lub przypisać nowy skrót do dowolnej z komend. Kiedy częściej używasz określonego warsztatu, możesz chcieć przy pomocy klawiatury przyspieszyć pracę z nim.

Karty Toolbars i Toolbox bars pozwalają na modyfikację istniejących pasków narzędzi lub tworzenie własnych zindywidulalizowanych pasków.

Karta Macros pozwala zarządzać zapisanymi Makrami.

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/pl
Property/pl