Main view area/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "L'area della vista principale è il widget principale che contiene le finestre secondarie nell'interfaccia. È un'istanza di Qt [https:/...")
Line 3: Line 3:
==Introduzione==
==Introduzione==


The [[main_view_area|main view area]] is the main widget that holds sub-windows in the [[interface|interface]]. It is an instance of Qt's [https://doc.qt.io/qt-5/qmdiarea.html QMdiArea].
L'[[Main_view_area/it|area della vista principale]] è il widget principale che contiene le finestre secondarie nell'[[interface/it|interfaccia]]. È un'istanza di Qt [https://doc.qt.io/qt-5/qmdiarea.html QMdiArea].


It normally contains tabs for the start page from the [[Start_Workbench|Start Workbench]], and the [[3D_view|3D view]]. It can contain other window tabs, for example, one for each [[TechDraw_PageDefault|drawing page]] created with the [[TechDraw_Workbench|TechDraw Workbench]].
It normally contains tabs for the start page from the [[Start_Workbench|Start Workbench]], and the [[3D_view|3D view]]. It can contain other window tabs, for example, one for each [[TechDraw_PageDefault|drawing page]] created with the [[TechDraw_Workbench|TechDraw Workbench]].

Revision as of 20:42, 27 May 2020

Introduzione

L'area della vista principale è il widget principale che contiene le finestre secondarie nell'interfaccia. È un'istanza di Qt QMdiArea.

It normally contains tabs for the start page from the Start Workbench, and the 3D view. It can contain other window tabs, for example, one for each drawing page created with the TechDraw Workbench.

The main view area is denoted by the number 1, and can hold various window tabs, principally the start page and the 3D view.

Windows

The windows in the main view area can be organized with commands located in the Windows menu, like Std TileWindows and Std CascadeWindows.