FreeCAD-Doc/localwiki/Interface_Customization-pt-br.html
2018-07-19 18:47:02 -05:00

45 lines
3.7 KiB
HTML

<html><head><title>Interface Customization/pt-br</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Interface Customization/pt-br</h1></div>
<div id="mw-content-text" lang="pt-BR" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"></div>
<p>Since FreeCAD interface is based on the modern <a rel="nofollow" class="external text" href="http://en.wikipedia.org/wiki/Qt_(toolkit)">Qt</a> toolkit, it has a state-of-the-art organization. Widgets, menus, toolbars and other tools can be modified, moved, shared between workbenches, keyboard shortcuts can be set, modified, and macros can be recorded and played. The customization window is accessed from the <b>Tools -&gt; Customize</b> menu:
</p><p><a href="https://www.freecadweb.org/wiki/index.php?title=File:Screenshot-customize.jpg" class="image"><img alt="Screenshot-customize.jpg" src="Screenshot-customize.jpg" width="582" height="427" /></a>
</p><p>The <b>Commands</b> tab lets you browse all available FreeCAD commands, organized by their category.
</p><p>In <b>Keyboard</b>, 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.
</p><p>The <b>Toolbars</b> and <b>Toolbox bars</b> tabs let you modify existing toolbars, or create your own custom toolbars.
</p><p>The <b>Macros</b> tab lets you manage your saved <a href="Macros.html" title="Macros">Macros</a>.
</p><p>Create your Toolbars for your macro <a href="Customize_Toolbars.html" title="Customize Toolbars">Customize Toolbars</a>
</p><p>In 0.16 version is available a new tool that lets you manage your workbenches
</p><p><a href="https://www.freecadweb.org/wiki/index.php?title=File:CustomizeWorkbenches.png" class="image"><img alt="CustomizeWorkbenches.png" src="CustomizeWorkbenches.png" width="692" height="434" /></a>
</p><p>For an example workflow lets suppose we want to have the "Measure Linear" tool also show up in a custom toolbar in draft workbench.
</p>
<ul><li> in FreeCAD choose "Tools -&gt; Customize" from the top menu</li>
<li> select the "Toolbars" tab</li>
<li> on the left side choose "Part" in the pull down menu</li>
<li> on the left side in the lower window scroll down to the "Measure Linear" entry and select it</li>
<li> on the right side choose "Draft" in the pull down menu</li>
<li> click on "New..." to create a new toolbar and choose a name for it</li>
<li> now select your destination toolbar in the right lower window (only needed if you have more than one toolbar)</li>
<li> by clicking on the blue "Arrow right" (top icon in the middle row) you will add your selected entry to the selected toolbar</li></ul>
<p><b>Remarks:</b>
</p>
<ul><li> when selecting "Global" in the pull down menu on the right side you will create a toolbar which will be visible in all workbenches</li>
<li> for adding an installed macro to a toolbar you must
<ul><li> select "Macros" in the pull down menu on the left side</li>
<li> have assigned menu text, icon (Pixmap) and so on using the "Tools -&gt; Customize -&gt; Macros" menu</li></ul></li></ul>
<p><br />
</p>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Interface_Customization/pt-br&amp;oldid=290118">http://www.freecadweb.org/wiki/index.php?title=Interface_Customization/pt-br&amp;oldid=290118</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>