I want to add a blank entry at the first position in a combobox having its data provided by a database.

Is there another solution than using a QSqlQueryModel as a model for the combobox?

Thank for any help.