Kexi/Handbook/Building Simple Databases/Designing Forms/Working with form design: Difference between revisions

From KDE UserBase Wiki
m (not written yet)
(Marked this version for translation)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
====Working with form design====
====Working with form design==== <!--T:1-->


<!--T:2-->
As with table or query design, you are able to use '''Data View''' and '''Design View'''. Form designing is performed in '''Design View'''. We will often refer to the form design window as to '''Form Designer'''.  
As with table or query design, you are able to use '''Data View''' and '''Design View'''. Form designing is performed in '''Design View'''. We will often refer to the form design window as to '''Form Designer'''.  


<!--T:3-->
#To create a new empty form, select <menuchoice>Insert-> Form</menuchoice> from the Menubar. Optionally, you can use  <menuchoice>New Form</menuchoice> command from drop-down button on the Project Navigator's toolbar or <menuchoice>Create Object: Form</menuchoice> command from the context menu.  
#To create a new empty form, select <menuchoice>Insert-> Form</menuchoice> from the Menubar. Optionally, you can use  <menuchoice>New Form</menuchoice> command from drop-down button on the Project Navigator's toolbar or <menuchoice>Create Object: Form</menuchoice> command from the context menu.  
#A new frame will appear, you can resize the form by moving the borders. The form is covered with a grid which simplifies accurate positioning of the widgets.  
#A new frame will appear, you can resize the form by moving the borders. The form is covered with a grid which simplifies accurate positioning of the widgets.  


<!--T:4-->
As with table design, '''Form Designer''' provides <menuchoice>Property</menuchoice> pane. To save some space on the screen, the pane has three tabs related to the currently selected form:  
As with table design, '''Form Designer''' provides <menuchoice>Property</menuchoice> pane. To save some space on the screen, the pane has three tabs related to the currently selected form:  
;The Properties tab
;The Properties tab
Line 16: Line 19:
:Contains a hierarchy of all widgets of the form. The list simplifies widgets lookup by name and navigation between them.  
:Contains a hierarchy of all widgets of the form. The list simplifies widgets lookup by name and navigation between them.  


<!--T:5-->
There is information about currently selected widget's name and type displayed on the first and second tab.  
There is information about currently selected widget's name and type displayed on the first and second tab.  


<!--T:6-->
Additional toolbars are also available:
Additional toolbars are also available:


<!--T:7-->
* The '''Widgets''' toolbar used for inserting new widgets into the form.
* The '''Widgets''' toolbar used for inserting new widgets into the form.


<!--T:8-->
* The '''Format''' toolbar used to format form's elements (e.g. adjusting widget's size, grouping). Formatting commands are also available in the <menuchoice>Format</menuchoice> menu.
* The '''Format''' toolbar used to format form's elements (e.g. adjusting widget's size, grouping). Formatting commands are also available in the <menuchoice>Format</menuchoice> menu.


<!--T:9-->
<!-- More about these commands can be found in the section called “The Format Menu”.-->
<!-- More about these commands can be found in the section called “The Format Menu”.-->


<!--T:10-->
{{Prevnext2
{{Prevnext2
|prevpage=Special:MyLanguage/Kexi/Handbook/Building_Simple_Databases/Designing_Forms/Forms_versus_tables
|prevpage=Special:MyLanguage/Kexi/Handbook/Building_Simple_Databases/Designing_Forms/Forms_versus_tables
Line 34: Line 43:
}}
}}


<!--T:11-->
[[Category:Kexi]]
[[Category:Kexi]]
[[Category:Tutorials]]
[[Category:Tutorials]]
</translate>
</translate>

Revision as of 19:08, 14 December 2011

Other languages:

Working with form design

As with table or query design, you are able to use Data View and Design View. Form designing is performed in Design View. We will often refer to the form design window as to Form Designer.

  1. To create a new empty form, select Insert-> Form from the Menubar. Optionally, you can use New Form command from drop-down button on the Project Navigator's toolbar or Create Object: Form command from the context menu.
  2. A new frame will appear, you can resize the form by moving the borders. The form is covered with a grid which simplifies accurate positioning of the widgets.

As with table design, Form Designer provides Property pane. To save some space on the screen, the pane has three tabs related to the currently selected form:

The Properties tab
Contains a list of properties for the currently selected widget.
The Data source tab
Contains properties related specifically to the data source of the currently selected widget or the form itself.
The Widgets tab
Contains a hierarchy of all widgets of the form. The list simplifies widgets lookup by name and navigation between them.

There is information about currently selected widget's name and type displayed on the first and second tab.

Additional toolbars are also available:

  • The Widgets toolbar used for inserting new widgets into the form.
  • The Format toolbar used to format form's elements (e.g. adjusting widget's size, grouping). Formatting commands are also available in the Format menu.