Main view area/es: Difference between revisions

From FreeCAD Documentation
(Created page with "El área de visualización principal es el widget principal que contiene subventanas en la interfaz. Es una instancia de Qt [https://doc.qt.io/qt-5/qmdiarea.html QMdiArea].")
(Created page with "===Ventanas===")
Line 12: Line 12:
{{Caption|The main view area is denoted by the number 1, and can hold various window tabs, principally the start page and the [[3D_view|3D view]].}}
{{Caption|The main view area is denoted by the number 1, and can hold various window tabs, principally the start page and the [[3D_view|3D view]].}}


== Windows ==
<span id="Windows"></span>
===Ventanas===


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

Revision as of 20:16, 14 October 2023

Introducción

El área de visualización principal es el widget principal que contiene subventanas en la interfaz. Es una instancia de Qt 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.

Ventanas

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