On Thu, Apr 11, 2013 at 9:45 AM, Sergey <sh0...@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@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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to