Interface/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Barres d'outils ===")
(Created page with "Les barres d'outils standard qui apparaissent dans l'interface sont: * Barre d’outils Fichier: outils pour travailler avec des fichiers, ouvrir des documents, copier, coller...")
Line 17: Line 17:
=== Barres d'outils ===
=== Barres d'outils ===


The standard toolbars that appear in the interface are:
Les barres d'outils standard qui apparaissent dans l'interface sont:
* File toolbar: tools to work with files, open documents, copy, paste, undo and redo actions.
* Barre d’outils Fichier: outils pour travailler avec des fichiers, ouvrir des documents, copier, coller, annuler et rétablir des actions.
* Workbench toolbar: tool to select the active [[workbenches|workbench]].
* Barre d’atelier: outil pour sélectionner le [[workbches/fr|workbench]] actif.
* Macro toolbar: tools to record, edit, and execute [[macros|macros]].
* Barre d’outils Macro: outils pour enregistrer, éditer et exécuter [[macros/fr|macros]].
* View toolbar: tools to control how objects appear in the [[3D view|3D view]].
* Barre d’outils Vue: outils permettant de contrôler l’apparence des objets dans la [[3D view/fr|Vue 3D]].
* Structure toolbar: tools to organize objects in the document, and create links to additional documents.
* Barre d'outils Structure: outils pour organiser les objets dans le document et créer des liens vers des documents supplémentaires.


These can be turned on and off by right clicking on an empty space on one of the toolbars and choosing the desired element, or from the menu, {{MenuCommand|View → Toolbars}}.
These can be turned on and off by right clicking on an empty space on one of the toolbars and choosing the desired element, or from the menu, {{MenuCommand|View → Toolbars}}.

Revision as of 18:08, 29 September 2019

Introduction

L’interface FreeCAD est basée sur Qt, un toolkit d’interface utilisateur graphique bien connu, particulièrement utilisé sous Linux, mais également disponible sous Windows et MacOS.

File:FreeCAD interface base.png

Interface standard FreeCAD dans v0.19.

Composants de l'interface

Comme de nombreux logiciels, FreeCAD comprend une barre de menus standard, puis une série de barres d’outils et de panneaux contenant les outils utilisateur.

Les menus standard sont: Fichier, Éditer, Affichage, Outils, Macro, Fenêtre, Aide.

Barres d'outils

Les barres d'outils standard qui apparaissent dans l'interface sont:

  • Barre d’outils Fichier: outils pour travailler avec des fichiers, ouvrir des documents, copier, coller, annuler et rétablir des actions.
  • Barre d’atelier: outil pour sélectionner le workbench actif.
  • Barre d’outils Macro: outils pour enregistrer, éditer et exécuter macros.
  • Barre d’outils Vue: outils permettant de contrôler l’apparence des objets dans la Vue 3D.
  • Barre d'outils Structure: outils pour organiser les objets dans le document et créer des liens vers des documents supplémentaires.

These can be turned on and off by right clicking on an empty space on one of the toolbars and choosing the desired element, or from the menu, View → Toolbars.

Panels

The main panels that allow working with objects are:

  • 3D view: the area where 2D and 3D geometry is drawn.
  • Combo view: the panel that contains the tree view, the task panel, and the property editor.
  • Tree view: the element that shows all objects in the document and their parametric history.
  • Task panel: the panel that shows different actions and options depending on the drawing tool selected.
  • Property editor: the place where object properties are modified.
  • Selection view: the panel that shows elements that are currently selected.
  • Report view: the text box that shows different messages from the application and its tools.
  • Python console: the editor that allows running Python code interactively to see results in the 3D view.
  • Status bar: the bar that shows certain messages from the application, and that has the mouse navigation selector.
  • DAG view: an alternative to the tree view, which shows the relationships between different objects through a graph.

With the exception of the 3D view, all can be turned on and off by right clicking on an empty space on one of the top toolbars and choosing the desired element, or from the menu, View → Panels.

To activate and deactivate the status bar use the menu, View → Status bar.

Customization

These options are in the menu, Tools → Customize. See interface customization.

Template:Interface/fr