mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-24 12:59:58 -06:00
SqliteTableModel: Don't show binary data in table widgets
Don't show BLOBs as binary data in table widgets, instead put a "BLOB" text in that cell. Also make BLOBs not editable unless you use the edit dialog.
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
|
||||
bool valid() const { return m_valid; }
|
||||
|
||||
bool isBinary(const QModelIndex& index) const;
|
||||
|
||||
typedef QList<QByteArray> QByteArrayList;
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user