Kexi/Handbook/Kexi Basics/The Kexi Main Window: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
 
Line 26: Line 26:
<!--T:8-->
<!--T:8-->
#'''Menu bar''' gives access to global commands for the application. For a detailed description, refer to [[Special:myLanguage/Kexi/Handbook/References/Menu Commands|Appendix C: Menu Commands]].
#'''Menu bar''' gives access to global commands for the application. For a detailed description, refer to [[Special:myLanguage/Kexi/Handbook/References/Menu Commands|Appendix C: Menu Commands]].
#'''KEXI tab''' gives access to project-related commands. For a detailed description, refer to [[Special:myLanguage/Kexi/Handbook/References/Toolbar_Commands/The KEXI Toolbar|Appendix C: Toolbar Commands &rarr; The KEXI Toolbar]].
#'''KEXI button''' gives access to project-related commands, grouped in a special '''KEXI Menu'''. For a detailed description, refer to [[Special:myLanguage/Kexi/Handbook/References/Menu Commands/The KEXI Menu|Appendix C: Menu Commands &rarr; KEXI Menu]].
#'''Global Search box''' allows you to quickly search for objects within your opened project.
#'''Global Search box''' allows you to quickly search for objects within your opened project.
#'''Tabbed Toolbar''' contains the most common global and contextual commands. For a detailed description, refer to  [[Special:myLanguage/Kexi/Handbook/References/Toolbar_Commands|Appendix C: Toolbar Commands]].
#'''Tabbed Toolbar''' contains the most common global and contextual commands. For a detailed description, refer to  [[Special:myLanguage/Kexi/Handbook/References/Toolbar_Commands|Appendix C: Toolbar Commands]].

Latest revision as of 00:54, 22 December 2024

Other languages:

The KEXI Main Window

The main window of the KEXI application consists of rectangular elements. You can resize or hide some of them.

The Tabbed Toolbar on the top gives access to common actions and commands.

The Project Navigator and Property Editor are shown in panes on each side of the child window. These can be resized or hidden as required. A pane can be hidden by clicking the small cross at the top of the pane (just below the toolbar).

Database objects (tables, queries, reports.) listed in the Project Navigator can be opened by double-clicking on their names.

Main Application Elements

The main elements of KEXI application's window are:

  1. Menu bar gives access to global commands for the application. For a detailed description, refer to Appendix C: Menu Commands.
  2. KEXI button gives access to project-related commands, grouped in a special KEXI Menu. For a detailed description, refer to Appendix C: Menu Commands → KEXI Menu.
  3. Global Search box allows you to quickly search for objects within your opened project.
  4. Tabbed Toolbar contains the most common global and contextual commands. For a detailed description, refer to Appendix C: Toolbar Commands.
  5. Project Navigator pane. On the left side of the pane, there is a Mode Selector that can be used to perform a particular task, such as data entry or designing tables and forms. On the right side of the pane, there is a list of all objects available within the currently opened project.
  6. Tabs of opened project objects allow you to switch between the tabs of each object currently open within the project.
  7. A mini toolbar provides contextual commands that operate on a given open object within the project.
  8. Area with opened objects in the project is the central area of the application, utilizing most of the screen space, and contains design or data related to the object.
  9. Property Editor pane contains a list of properties for the currently edited object in the project, such as a form or table.

Project Navigator Pane

The Project Navigator pane is one of the most frequently used elements of the KEXI main window. The pane contains a list of all objects created within the currently opened Kexi database project. The objects are split into groups: tables, queries, forms, reports and scripts.

The Project Navigator pane also contains a small toolbar for the most frequently used commands (from left to right): Open selected object, Design selected object, and Delete selected object.

For each object on the list a context menu is available using the right mouse button.

Double clicking with the left mouse button on the object's name on the list opens the object in Data View. If the object's window was already opened, the action just activates the window without switching it's view mode.

Note

Even though your operating system or window manager may be set up to handle single clicks instead of double clicks, KEXI uses double clicks in Project Navigator to avoid accidentally opening large datasets or executing queries.


Opened Database Objects Area / Tabbed Windows

Whenever you double click an object in the project navigator, it opens in the Opened database objects area. Each window has its own tab in KEXI.

You can rearrange the tabs by drag and drop, and close them using the button located on the right of each tab.

Note

Sometime later on there will be an option to detach tabs, creating somewhat something similar to an MDI interface. That could be useful for custom solutions or multiple displays.


Property Editor Pane

In the Property Editor pane you can change properties of the object displayed in the active window. Depending on the context, the pane consists of one or more tabs. The first, always visible tab, Properties, contains the list of available properties.

Rules for using the Property Editor:

  • Each row contains a single property.
  • You can use the mouse or the keyboard to change values of particular properties.
  • Most frequently used types of property values are:
    • a number; you can enter the value directly or increase or decrease its value by clicking with the left mouse button on the up/down arrows at the right of the value field.
    • text
    • a drop down list of values; click on the desired value to select
    • Yes/No; you can toggle the value by clicking on the button; Yes (true) means that the button is toggled on, No (false) means that the button is toggled off.

Note

* There is no need to confirm a changed value: changes are visible immediately after moving to a different row of the Property Editor's list or by pressing the Enter key.
  • Names of the recently changed properties that not yet were stored in the database are marked with bold text.
  • After changing the value of a property, a special Undo changes button appears on the right side of the Property Name. By clicking it you can revert the value of the property to the original value that was loaded from the database upon opening the database object.


The Property Editor pane is not visible if:

  • no single database object's window is open, or
  • the active database object's window does not offer properties as is the case when open in Data View instead of Design View.