[Qt-interest] C++ or QML

Carsten Breuer CarstenBreuerQt at textwork.de
Wed Jun 30 02:03:41 CEST 2010


Hi Alex,
hi all,


>>> If you want a component that acts like excel, this is going worse.
>>> In C++ you can do that. what's about QML?
>> I don't understand the question.
> Perhaps he means a full featured grid component.
> Things like import & export, sorting, inplace editing, filtering, grouping, cell 
> merging, disjunct rowcolumn selection, printing, search, drag and drop, undo 
> redo support and much more.

Yes, that it. I had expected that the model/view framework support that
stuff. The model view approach is IMO the right thing, because it
separates the data from the UI. What i miss is a GUI-InteractionModel,
that allow me to generate an Editor in a Model and not in a subclass of
QItemDelegate.

Best Regards,



Carsten



More information about the Qt-interest-old mailing list