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:
*[[/Button hyperlinks/]]
Kexi implements own QWidget-based solution to deliver '''form designing and presentation features'''. It's similar to Qt Designer but:
*is data-aware
*is more aimed at end-user (hides complicated properties and behaviour)


See also:
Topics:
*[http://www.kexi-project.org/wiki/wikiview/index.php@Forms%20embedded%20inside%20Kexi.html Old dev page]
*[[Kexi/Junior_Jobs#Forms|Junior Jobs]]
*[[/Format property/]] (unassigned)


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

Revision as of 19:12, 13 October 2014

Kexi implements own QWidget-based solution to deliver form designing and presentation features. It's similar to Qt Designer but:

  • is data-aware
  • is more aimed at end-user (hides complicated properties and behaviour)

Topics:

Widgets:

See also