問題がアンレコードを挿入QSqlRecordsはQTableViewブランク/空で
record = self.tablemodel.record()
record.setValue('originfile_path', filepath)
record.setValue('originfile_hash', filehash)
record.setValue('image', img_pkl)
record.setValue('area', area)
self.tablemodel.insertRecord(-1, record)
介しQSqlTableModelにQSqlRecordを挿入するときに発生QTableViewに感嘆符と同様に空白のレコードを示しています。それはデータベースに挿入されます。アプリケーションを閉じると再オープンすると、レコードが正常に表示されます。