You are on page 1of 1

VIEW-MODEL DIAGRAM

persons (DATABASE TABLE)

id serial

fullname varchar

fulladdress varchar

ModelPersons (QSqlTableModel) A snapshot of database table

tv_persons (QTableView)
mapperPersons (QDataWidgetMapper)
NAME equivalent to db table's fullname field

ADDRESS equivalent to db table's fulladdress field

INPUT WIDGETS

You might also like