i have table in database which stores date in julianday ,
I use QSQLRelationaltablemodel for the tableview model
the table view displays the data in integer format so how i can i convert integer to Qdate in the qtableview
i can use QDate::FromJulianDay ( int jd ) but how to do it in qtableview
please reply
↧