Hello,

I'm rather new to QT programming (have 20 years of programming experience though), and I am trying to switch to QT for some simple database applications.

I am looking for an equivalent of the TDBCtrlGrid widget that is present in Borland Delphi and C++ Builder.

It is a database widget with different rows. On the first row, you can put any data-aware widgets in the user-interface designer, and lay them out as you like. You can add text and lines and whatever also.

When you run the application, you get a table with different rows showing the data of your records.

I'm using this component quite heavily, because it is very convenient to provide a user-friendly interface.

Is something similar possible in QT ? I haven't found anything in the documentation.

Best regards,
Marc