On Thu, Apr 11, 2013 at 3:54 AM, Mark <[email protected]> wrote:
> On Thu, Apr 11, 2013 at 9:45 AM, Sergey <[email protected]> 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
>> [email protected]
>> 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
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest