Jump to content

Kexi/Handbook/References/Toolbar Commands/The Form Design Toolbar: Difference between revisions

From KDE UserBase Wiki
Jstaniek (talk | contribs)
No edit summary
Jstaniek (talk | contribs)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
===The Form Design Tab=== <!--T:1-->
===The Form Design Toolbar=== <!--T:1-->


<!--T:2-->
<!--T:2-->
Line 7: Line 7:


<!--T:3-->
<!--T:3-->
From the <menuchoice>Form Design</menuchoice> tab you can you select widgets to add to your form.
From the '''Form Design''' toolbar, you can select widgets to add to your form. All ''widget'' items on the toolbar act as toggle buttons. Toggling a button switches to a mode that allows you to place a new widget anywhere on your form by clicking on the form's surface.


<!--T:4-->
<!--T:4-->
; <menuchoice>Pointer</menuchoice>
; <menuchoice>Pointer</menuchoice>
: <menuchoice>Pointer</menuchoice>, switches to the widget selection mode.
: <menuchoice>Pointer</menuchoice> switches to '''widget selection mode'''. In this mode, you can select any form widget by clicking it. You can then resize, move, delete, copy, or change its properties in the ''Property Editor''.
 
<!--T:5-->
{{Note|Selecting any widget, will switch to the widget add mode. Then you can click anywhere on the form to place the widget.}}


<!--T:6-->
<!--T:6-->

Revision as of 23:58, 24 December 2024

The Form Design Toolbar

From the Form Design toolbar, you can select widgets to add to your form. All widget items on the toolbar act as toggle buttons. Toggling a button switches to a mode that allows you to place a new widget anywhere on your form by clicking on the form's surface.

Pointer
Pointer switches to widget selection mode. In this mode, you can select any form widget by clicking it. You can then resize, move, delete, copy, or change its properties in the Property Editor.
Label
A Label widget displays predefined information on a form. Usually it is used as a caption next to other data-aware widgets.
Image Box
An Image Box holds an image, bound to a field in a table.
Text Box
A Text Box is a single line container for data contained in your table.
Text Editor
A Text Editor is a multiline container for data contained in your table.
Button
A Button allows you to define actions to be executed upon clicking on it.
Combo Box
A Combo Box displays a list of options to choose from.
Check Box
A Check Box holds two or three states of data (e.g. On/Off)
Line
A Line is used as a logical separator between different parts of a form.
Frame
A Frame is used as a container for other widgets.
Group Box
A Group Box is used to group other widgets and control their state.
Tab Widget
A Tab Widget is used as a container for other widgets and can have many pages that contain different widgets.


Assign Action
Assign Action is used to assign an action to be executed when an event occurs (e.g. clicking on a button).