Show sizes

table, index, toast and total size per Table
size of each index
This commit is contained in:
eelke 2021-03-10 19:06:40 +01:00
parent d6aeef492d
commit 11459e1e12
17 changed files with 138 additions and 28 deletions

View file

@ -131,7 +131,7 @@ QVariant ColumnTableModel::headerData(int section, Qt::Orientation orientation,
int ColumnTableModel::rowCount(const QModelIndex &/*parent*/) const
{
return m_columns.size();
return static_cast<int>(m_columns.size());
}
int ColumnTableModel::columnCount(const QModelIndex &/*parent*/) const