LabPlot/Interface/MainArea

From KDE UserBase Wiki

Basic Concepts

Main area is the part of the application where the project object windows are shown. These windows represent the "view" of the different top-level project objects like Spreadsheet, Worksheet, etc. The child windows can be freely moved, minimized and maximized inside of the main area as shown on the screenshot above.

Alternatively, the windows can also be arranged in a tabbed view like on the followng screenshot: TODO: screenshot

Window Visibility

Folders can be used to structure the project as described Project Explorer. Furthermore, to avoid cluttering of the main area with windows from many objects, LabPlot shows the windows for objects from the current folder only. The content shown in the main area is adjusted when switching between the different folders - the windows from the previosly selected folder are hidden and the windows for the new current folder are shown. TODO: screenshot

In case also the windows from other folders have to be shown, the window visibility policy has to be adjusted. This is achieved via the context menu of the project explorer TODO: screenshot where one of the three following options can be selected:

  • Current Folder Only - show the windows for the current folder only
  • Current Folder and Subfolders - show the windows for the current folder and its sub-folders
  • All - show all windows

E.g., by selecting the option All all windows openned by the user in all folders will be shown. The screenshot below demonstrates this behavior - the user has openned the spreadsheet and the worksheet from the first folder and the worksheet from the second folder and all these objects are visible at the same time independent of the currently selected folder in the project explorer: TODO: Screenshot