[Interest] Excel-like grid of numbers in QML

Alan Alpert 416365416c at gmail.com
Thu Apr 11 20:45:44 CEST 2013


On Thu, Apr 11, 2013 at 3:54 AM, Mark <markg85 at gmail.com> wrote:
> 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

This doesn't sound like it's model based, so maybe just elements in a
Grid {} (probably generated by a Repeater).

"Spreadsheet" isn't a stock QML element, so you will have to write
your own with the characteristics that fit your own situation.

--
Alan Alpert



More information about the Interest mailing list