Kexi/Plugins/Forms: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Plugins
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Kexi implements own QWidget-based solution to deliver '''form designing and presentation features'''. It's similar to Qt Designer but:
KEXI utilizes its own solution based on QWidget to provide '''form designing and data presentation features'''. It bears resemblance to Qt Designer; however, it has distinct characteristics.
*is data-aware
The forms are:
*is more aimed at end-user (hides complicated properties and behaviour)
*data-aware
*primarily focuses on the needs of end-users by concealing complex properties and behaviors


Subpages:
Topics:
*[[/Button hyperlinks/]]
*[[Kexi/Junior_Jobs#Forms|Junior Jobs]]
*[[/Format property/]] (unassigned)


See also:
Widgets:
*[[/Button hyperlinks/]] (implemented)
*[[/Barcode/|Barcodes]] (unassigned)
 
==See also==
*[[/Actions/]]
*[http://www.kexi-project.org/wiki/wikiview/index.php@Forms%20embedded%20inside%20Kexi.html Old dev page] (TODO: migrate here)
*[http://www.kexi-project.org/wiki/wikiview/index.php@Forms%20embedded%20inside%20Kexi.html Old dev page] (TODO: migrate here)
 
*Related modules:
Related modules:
**[[../AutoForms/]]
*[[../AutoForms/]]
**[[../Web Forms/]]
*[[../Web Forms/]]
**[[../Quickforms/]] (experiment)
*[[../Quickforms/]] (experiment)

Latest revision as of 16:38, 30 June 2023

KEXI utilizes its own solution based on QWidget to provide form designing and data presentation features. It bears resemblance to Qt Designer; however, it has distinct characteristics. The forms are:

  • data-aware
  • primarily focuses on the needs of end-users by concealing complex properties and behaviors

Topics:

Widgets:

See also