feat: add resource icon to InfoFrame

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-08-29 09:14:15 -03:00
parent 6a93688b2e
commit dd9e30b24a
3 changed files with 44 additions and 6 deletions

View File

@ -34,6 +34,7 @@ class InfoFrame : public QFrame {
void setName(QString text = {});
void setDescription(QString text = {});
void setImage(QPixmap img = {});
void clear();