Add size to json listing.

This commit is contained in:
codestation
2016-11-20 21:02:54 -04:00
parent ae6c503407
commit 5b5b151c48
3 changed files with 7 additions and 0 deletions

View File

@@ -89,6 +89,11 @@ QString BackupItem::getPath()
return m_path;
}
QString BackupItem::getSize()
{
return ui->sizeLabel->text();
}
void BackupItem::setItemIcon(const QString &path, int item_width, bool try_dds)
{
ui->itemPicture->setMinimumWidth(item_width);