Main view area/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "Área de visão principal")
 
(Created page with "== Introdução ==")
 
Line 1: Line 1:
<languages/>
<languages/>


== Introduction ==
== Introdução ==


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].
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].

Latest revision as of 04:08, 18 July 2021

Introdução

The main view area is the main widget that holds sub-windows in the interface. It is an instance of Qt's QMdiArea.

It normally contains tabs for the start page from the Start Workbench, and the 3D view for each document open. It can contain other window tabs, for example, one for each TechDraw drawing page, spreadsheet, or text document.

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.