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 16: Line 16:
; <menuchoice>Label</menuchoice>
; <menuchoice>Label</menuchoice>
: A <menuchoice>Label</menuchoice> widget displays predefined information on a form. Usually it is used as a caption next to other data-aware widgets.
: A <menuchoice>Label</menuchoice> widget displays predefined information on a form. Usually it is used as a caption next to other data-aware widgets.
<!--T:7-->
; <menuchoice>Image Box</menuchoice>
: An <menuchoice>Image Box</menuchoice> holds an image, bound to a field in a table.


<!--T:8-->
<!--T:8-->
Line 28: Line 24:
; <menuchoice>Text Editor</menuchoice>
; <menuchoice>Text Editor</menuchoice>
: A <menuchoice>Text Editor</menuchoice> is a multiline container for data contained in your table.
: A <menuchoice>Text Editor</menuchoice> is a multiline container for data contained in your table.
<!--T:10-->
; <menuchoice>Button</menuchoice>
: A <menuchoice>Button</menuchoice> allows you to define actions to be executed upon clicking on it.


<!--T:11-->
<!--T:11-->
Line 41: Line 33:
: A <menuchoice>Check Box</menuchoice> holds two or three states of data (e.g. On/Off)
: A <menuchoice>Check Box</menuchoice> holds two or three states of data (e.g. On/Off)


<!--T:13-->
<!--T:7-->
; <menuchoice>Line</menuchoice>
; <menuchoice>Image Box</menuchoice>
: A <menuchoice>Line</menuchoice> is used as a logical separator between different parts of a form.
: An <menuchoice>Image Box</menuchoice> holds an image, bound to a field in a table.
 
<!--T:10-->
; <menuchoice>Button</menuchoice>
: A <menuchoice>Button</menuchoice> allows you to define actions to be executed upon clicking on it.


<!--T:14-->
<!--T:14-->
Line 56: Line 52:
; <menuchoice>Tab Widget</menuchoice>
; <menuchoice>Tab Widget</menuchoice>
: A <menuchoice>Tab Widget</menuchoice> is used as a container for other widgets and can have many pages that contain different widgets.
: A <menuchoice>Tab Widget</menuchoice> is used as a container for other widgets and can have many pages that contain different widgets.
<!--T:13-->
; <menuchoice>Line</menuchoice>
: A <menuchoice>Line</menuchoice> is used as a logical separator between different parts of a form.


<!--T:17-->
<!--T:17-->
<!-- TODO
; '''Web Browser'''
; '''Web Browser'''
: A '''Web Browser''' is a widget that allows to display a web page inside the form.
: A '''Web Browser''' is a widget that allows to display a web page inside the form.
-->
 
<!--FIXME missing Map Browser-->
<!--FIXME missing Map Browser-->
; <menuchoice>Slider</menuchoice>
: A <menuchoice>Slider</menuchoice> is used as a logical separator between different parts of a form.
; <menuchoice>Progress Bar</menuchoice>
: A <menuchoice>Progress Bar</menuchoice> is used as a logical separator between different parts of a form.
; <menuchoice>Link Button</menuchoice>
: A <menuchoice>Link Button</menuchoice> is used as a logical separator between different parts of a form.
; <menuchoice>Date Picker</menuchoice>
: A <menuchoice>Date Picker</menuchoice> is used as a logical separator between different parts of a form.


<!--T:18-->
<!--T:18-->

Revision as of 00:03, 25 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.
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.
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)
Image Box
An Image Box holds an image, bound to a field in a table.
Button
A Button allows you to define actions to be executed upon clicking on it.
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.
Line
A Line is used as a logical separator between different parts of a form.
Web Browser
A Web Browser is a widget that allows to display a web page inside the form.


Slider
A Slider is used as a logical separator between different parts of a form.
Progress Bar
A Progress Bar is used as a logical separator between different parts of a form.
Link Button
A Link Button is used as a logical separator between different parts of a form.
Date Picker
A Date Picker is used as a logical separator between different parts of a form.
Assign Action
Assign Action is used to assign an action to be executed when an event occurs (e.g. clicking on a button).