Kexi/Junior Jobs/Simple Form Widgets

From KDE Community Wiki
Revision as of 00:47, 18 November 2011 by Jstaniek (talk | contribs) (Created page with "Implement: *Slider (based on QSlider), should bind to column of data type: int *Progress Bar (based on QProgressbar), should bind to column of data type: int, user of course cann...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Implement:

  • Slider (based on QSlider), should bind to column of data type: int
  • Progress Bar (based on QProgressbar), should bind to column of data

type: int, user of course cannot change its value by clicking on it

  • Command Link Button (based on KexiCommandLinkButton from

kexiutils/), no data type

  • Calendar (based on QCalendarWidget), should bind to column of data type: QDate
  • Work within a new branch kexi-widgets-shreya, please create.
  • All these widgets should be provided by plugins/forms/kexidbfactory.cpp and have implementation in individual files in plugins/forms/.