Kexi/Junior Jobs/Map Browser Form Widget: Difference between revisions

From KDE Community Wiki
(Created page with 'Map browser widget is a ==Definitions== *Kexi Forms: one of Kexi core plugins, provided for handling form-based data entry and browsing. A form is consisted of widgets, possibl...')
 
Line 2: Line 2:


==Definitions==
==Definitions==
*Kexi Forms: one of Kexi core plugins, provided for handling form-based data entry and browsing. A form is consisted of widgets, possibly nested. The Kexi froms implementation is independent of the Qt Designer forms but similar in many regards. The differences most visible to the user are:
*'''Kexi Forms:''' one of Kexi core plugins, provided for handling form-based data entry and browsing. A form is consisted of widgets, possibly nested. The implementation of Kexi froms is independent of the Qt Designer forms but similar in many regards. The differences most visible to the user are:
*definitions of kexi forms are stored in the kexi project, i.e. databaseeven if in the future, exporting to separate file could be provided);
**definitions of kexi forms are stored in the kexi project, i.e. databaseeven if in the future, exporting to separate file could be provided);
*kexi forms offer data-aware widgets, e.g. text boxes, that can be bound to database table or query fields.
**kexi forms offer data-aware widgets, e.g. text boxes, that can be bound to database table or query fields.


==The Goal==
==The Goal==

Revision as of 21:21, 17 February 2011

Map browser widget is a

Definitions

  • Kexi Forms: one of Kexi core plugins, provided for handling form-based data entry and browsing. A form is consisted of widgets, possibly nested. The implementation of Kexi froms is independent of the Qt Designer forms but similar in many regards. The differences most visible to the user are:
    • definitions of kexi forms are stored in the kexi project, i.e. databaseeven if in the future, exporting to separate file could be provided);
    • kexi forms offer data-aware widgets, e.g. text boxes, that can be bound to database table or query fields.

The Goal

Design and implement extra "Map Browser" widget compatible with Kexi Forms.

Requirements