PDA

View Full Version : QTableView does not display time string correctly



ad5xj
5th August 2007, 20:26
I store a time formated string in a SQLite database text column. When displayed in a QTableModel / QTableView the time string is displayed like 13??? instead of 13:12:15.
This is true in QSLBrowser application as well.

Is this a Qt bug or is there something I am missing somewhere?

marcel
5th August 2007, 20:35
Well, it might be an encoding problem.
What encoding does the database uses?