Dear All,

I have a task where a user should be able to view/edit a database in both table and form style.
I have made a model for my data and it works fine with QTableView.
But I have problems with viewing/editing records in a form-like style.Forms are to be made with QDesigner.
QLineEdit-s, QComboBox-es, e.t.c. should represent fields from database querries.
I tried to inherit QAbstractItemView (as shown in PieView example)
but so far I have no luck.

I would highly appreciate you giving me a good hint how to do it and would be gratefull if you could share your experience.

Thanks a million in advance.

Qt4.1