Ok
For that you'll need to implement a proxy model that merges a two column model into one column model. But if you continue to add requirements, it might prove simpler to extract data from the table using whatever means (QSqlTableModel or QSqlQuery) and pass the composed data to the combobox using a string list like in your first post.