Main view area: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == The main view area is the main widget that holds sub-windows in the interface. It is an instance of Qt's [https://doc.qt.io/qt-5/qmdiarea.html 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, spreadsheet, or text document. File:...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
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]. | ||
It normally contains tabs for the start page from the [[Start_Workbench|Start Workbench]], and the [[ | It normally contains tabs for the start page from the [[Start_Workbench|Start Workbench]], and the [[Dependency_graph_view|dependency graph view]] for each document open. It can contain other window tabs, for example, [[spreadsheet|spreadsheet]], or [[Std_TextDocument|text document]]. | ||
[[File:LabRPS_interface_base_divisions. | [[File:LabRPS_interface_base_divisions.png|1024px]] | ||
{{Caption|The main view area is denoted by the number 1, and can hold various window tabs, principally the start page and the [[ | {{Caption|The main view area is denoted by the number 1, and can hold various window tabs, principally the start page and the [[Dependency_graph_view|dependency graph view]].}} | ||
== Windows == | == Windows == |
Latest revision as of 19:48, 29 October 2024
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 tabs for the start page from the Start Workbench, and the dependency graph view for each document open. It can contain other window tabs, for example, 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 dependency graph 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.
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, AppImage
- Basics: About LabRPS, Interface, RPS Objects, Object name, Preferences, Workbenches, Document structure, Properties, Help LabRPS, Donate
- Hubs: User hub, Power users hub, Developer hub