Kexi/Plugins/Quickforms: Difference between revisions
Line 17: | Line 17: | ||
==Use cases== | ==Use cases== | ||
Menu system/navigation | *Menu system/navigation | ||
Data Entry | *Data Entry | ||
Data based application development using kexi locked-down mode | *Data based application development using kexi locked-down mode | ||
==Requirements== | ==Requirements== |
Revision as of 19:20, 17 January 2014
Design page for task Add Qt Quick-based forms.
- Started: piggz, Jan 2014
- Status: experimental implementation exists in kexi/plugins/quickforms, kexi_quickform_piggz branch.
- Wish #????
Introduction
Initial blog entry: [1]
TODO (Rationale)
Constraints:
- Qt Quick-based forms do not replace QWidget-based forms but complement them.
- They are not interchangeable and probably cannot be combined (except one can be opened using "open" action).
Use cases
- Menu system/navigation
- Data Entry
- Data based application development using kexi locked-down mode