Status bar/it: Difference between revisions

From FreeCAD Documentation
(Created page with "La barra di stato è una semplice barra multifunzione che appare nella parte inferiore dell'interfaccia di FreeCAD, sotto la vista report...")
(Created page with "Quando il puntatore del mouse si trova su un pulsante o menu, le informazioni sull'utilizzo di quel comando vengono visualizzate sia in un popup testuale che nella barra di st...")
Line 5: Line 5:
La [[status bar/it|barra di stato]] è una semplice barra multifunzione che appare nella parte inferiore dell'interfaccia di FreeCAD, sotto la [[report view/it|vista report]] e la [[Python console/it|console Python]].
La [[status bar/it|barra di stato]] è una semplice barra multifunzione che appare nella parte inferiore dell'interfaccia di FreeCAD, sotto la [[report view/it|vista report]] e la [[Python console/it|console Python]].


When the mouse pointer is over a button or menu, the usage information of that command is displayed both in a textual popup and in the status bar.
Quando il puntatore del mouse si trova su un pulsante o menu, le informazioni sull'utilizzo di quel comando vengono visualizzate sia in un popup testuale che nella barra di stato.


Since version 0.17, the status bar also shows the [[Mouse Model|mouse navigation]] modes, and the orbit style.
Since version 0.17, the status bar also shows the [[Mouse Model|mouse navigation]] modes, and the orbit style.

Revision as of 10:07, 24 November 2019

Introduzione

La barra di stato è una semplice barra multifunzione che appare nella parte inferiore dell'interfaccia di FreeCAD, sotto la vista report e la console Python.

Quando il puntatore del mouse si trova su un pulsante o menu, le informazioni sull'utilizzo di quel comando vengono visualizzate sia in un popup testuale che nella barra di stato.

Since version 0.17, the status bar also shows the mouse navigation modes, and the orbit style.

The status bar shows the zoom level in the right corner, next to the mouse navigation style. The zoom level gives the size of the current 3D view in appropriate units for the current scale, for example, millimeters (mm) or meters (m).

The status bar also shows the last pre-selected object (any object under the pointer is pre-selected) or element of an object (vertex, edge, face), and the coordinates of the mouse pointer when the last pre-selection occurred; this is useful to know immediately the coordinate of specific vertices in your shapes. The 3D coordinates update automatically as long as the mouse pointer floats over a geometrical element; the update stops when the mouse pointer rests over an empty space in the 3D view.

Template:Interface/it