LabPlot/Interface: Difference between revisions

From KDE UserBase Wiki
Line 5: Line 5:


== Main Components ==
== Main Components ==
Besides the usuall GUI components as the main menu bar, the tool bar and the status bar, the main window of the application consists out of three main components:
Besides the usuall GUI components like the main menu bar, the tool bars and the status bar, the main window of the application consists out of three main components:
* [[Special:myLanguage/LabPlot/Interface/ProjectExplorer|Project Explorer]]
* [[Special:myLanguage/LabPlot/Interface/ProjectExplorer|Project Explorer]]
* [[Special:myLanguage/LabPlot/Interface/MainArea|MainArea]]
* [[Special:myLanguage/LabPlot/Interface/MainArea|MainArea]]

Revision as of 18:35, 15 August 2020

Basic Concepts

The interface of LabPlot follows the MDI ("multiple document interface") paradigm. In this approach, multiple child windows reside under a single parent window. The child windows can be either freely moved, minimized and maximized inside of the parent window or are arranged in a tabbed view (also called "tabbed document interface").

Child windows represent the main objects in LabPlot like Spreadsheet, Worksheet, etc. These main objects on the other hand serve as containers for other objects like columns in the spreadsheet or plots in the worksheet, etc. All these objects are organized in parent-child relations to each other and all together build up the "project".

Main Components

Besides the usuall GUI components like the main menu bar, the tool bars and the status bar, the main window of the application consists out of three main components:

Project and Properties Explorers are the so-called "dock widgets" and their positions inside the main window can be freely changed.

Also, there dock widgets can be hidden in case more place is required in the main window for other content. Changing of the visibility (show/hide) of the Project and Properties Explorers is done via the actions in the main tool bar.