[Interest] Excel-like grid of numbers in QML
Mark
markg85 at gmail.com
Thu Apr 11 12:54:36 CEST 2013
On Thu, Apr 11, 2013 at 9:45 AM, Sergey <sh0375 at gmail.com> wrote:
> Hi,
>
> Is it possible to create Excel-like grid with numbers using QML?
> So that it would be possible to hide/show rows, recount values, put
> checkboxes in some cells?
>
> Any information, hints, urls would be a help.
>
> --
> Regards,
>
> Sergey
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
Sure, why not.
You can even take a few different approaches to get the same result.
You can for example make a ListView with Row{...} elements.
Or you can take a GridView{...} directly
More information about the Interest
mailing list