Added button to save current listing to json.

This commit is contained in:
codestation
2016-10-23 11:34:07 -04:00
parent 8a876a6739
commit 4d1249bf08
5 changed files with 46 additions and 0 deletions

View File

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