Hello,

I want to bind simple data, not lists, trees, tables. Just few strings, numbers between my model class and screen view (appropriate widgets). What is the sipmlest way?

Should I use QAbstractItemModel? Or it is better to use signals and slots for each value change? Or is there another simpler way?

Thanks,

Miro