Main view area: Difference between revisions

From FreeCAD Documentation
(The main view area is the main widget that holds sub-windows in the interface. It is an instance of Qt's QMdiArea.)
 
(→‎Windows: Use {{Interface navi}} instead of {{Interface}}, it's a navigation bar.)
Line 18: Line 18:


</translate>
</translate>
{{Interface{{#translation:}}}}
{{Interface navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 22:46, 14 March 2020

Introduction

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 the start page from the Start Workbench, and the 3D view. It can contain other windows like the drawing pages from the TechDraw Workbench.

The main view area is denoted by the number 1, and can hold various windows 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.