Added new Card View for Posted

This commit is contained in:
defnax 2019-12-25 17:16:58 +01:00
parent ec65341105
commit 54d0d8ab8b
17 changed files with 1591 additions and 49 deletions

View file

@ -302,6 +302,11 @@ void PostedItem::fill()
}
if (urlarray.isEmpty())
{
ui->siteLabel->hide();
}
ui->siteLabel->setText(sitestr);
if(mPost.mImage.mData != NULL)