[Lazarus] Questionnaire GUI component
Luiz Americo Pereira Camara
luizamericop at gmail.com
Wed Jul 5 01:57:01 CEST 2017
2017-06-30 15:33 GMT-03:00 Sandro Cumerlato via Lazarus <
lazarus at lists.lazarus-ide.org>:
> Hello,
> I need a GUI component to implement a Questionnaire (label + combo boxes
> right aligned), all in a line like this:
>
> Question 1? (Option A) (Option B)
>
>
You can look at
https://github.com/blikblum/luipack/blob/master/vtvextras/vtvutils/vtjsonex.pas
The layout is a bit different
Example:
https://github.com/blikblum/luipack/tree/master/vtvextras/vtvutils/demos/jsonquestiontree
For boolean values i use:
https://github.com/blikblum/luipack/blob/master/luicontrols/jsonmediators.pas
Example:
https://github.com/blikblum/luipack/tree/master/luicontrols/demos/jsonbooleangroup
Luiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170704/ce1154f7/attachment-0001.html>
More information about the Lazarus
mailing list