Task panel/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Panneau des tâches")
 
(Created page with "Le '''panneau de tâches''' apparaît dans l'onglet {{MenuCommand|Tâches}} de la vue combinée. Il s’agit d’un espace personnalisable pouvant contenir n...")
Line 3: Line 3:
== Introduction ==
== Introduction ==


The [[task panel|task panel]] appears in the {{MenuCommand|Tasks}} tab of the [[combo view|combo view]]. It is a completely customizable space that is able to show any type of graphical widgets like collapsible sub-windows, tabs, tables, input fields, checkboxes, spinboxes, selector boxes, text boxes, buttons, labels, images, graphics, and other elements, depending on the currently active [[Workbenches|workbench]], and the currently active tool.
Le '''panneau de tâches''' apparaît dans l'onglet {{MenuCommand|Tâches}} de la [[combo view/fr|vue combinée]]. Il s’agit d’un espace personnalisable pouvant contenir n’importe quel type de widget graphique, comme des sous-fenêtres, des tableaux, des champs de saisie, des cases à cocher, des sélecteurs, des zones de texte, des boutons, des libellés, des images et d’autres éléments, en fonction de l'[[Workbenches/fr|atelier]] couramment actif et de l’outil actuellement actif.


[[File:FreeCAD_Task_panel.png]]
[[File:FreeCAD_Task_panel.png]]

Revision as of 11:20, 28 September 2019

Introduction

Le panneau de tâches apparaît dans l'onglet Tâches de la vue combinée. Il s’agit d’un espace personnalisable pouvant contenir n’importe quel type de widget graphique, comme des sous-fenêtres, des tableaux, des champs de saisie, des cases à cocher, des sélecteurs, des zones de texte, des boutons, des libellés, des images et d’autres éléments, en fonction de l'atelier couramment actif et de l’outil actuellement actif.

File:FreeCAD Task panel.png

The task panel showing various options on the elmenets and constraints of a sketch.

Working with the task panel

A task panel normally opens automatically when a command that requires user input is activated. If the command doesn't need user input, the command will produce its result or fail, but won't open a task panel.

The user input may be anything such as text, 3D coordinates, certain elements from a list, or faces from a shape.

There are many commands that require selection of shapes or objects present in the document; for such cases the task panel will wait for the user to select the appropriate objects from the tree view or the 3D view. When a task panel is open, it is possible to switch to the Model tab to display the tree view to choose an object; once this is done, it is possible to switch back to the Tasks tab to proceed with the command. The task panel is usually closed by clicking an OK button to complete the command, or clicking a Close button or pressing the Esc key on the keyboard, to abort the command.

In particular, switching from the Tasks tab to the Model tab does not terminate the active command; the task will still be running in the background, so it is responsibility of the user to properly finish or abort the active command before starting a different task.

Template:Interface