I am thinking about porting my access application to Qt. I'm interested in learning how to make subforms, sub-standard widgets for presenting / editing / inserting data from a recordset in the simplest scrollable form without a datagrid. Sense I could put a button, label, combo, lineEdit ... anything, for each entry.
I like QTableView and delegates. I just donβt know if it can be modified to completely imitate the access subformat.
Sidequestion (maybe the same answer) ... how do they make these continuous forms available under the hood.
thanks
... not real application data in this record set example
source share