diff options
author | flow <flowlnlnln@gmail.com> | 2022-08-29 09:14:15 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-09-03 13:37:21 -0300 |
commit | dd9e30b24ab20c6e559618f435b141383e0d0fcd (patch) | |
tree | 134234ff2a34522b8be2a37c0055ec2a9c44e597 /launcher/ui/widgets/InfoFrame.h | |
parent | 6a93688b2e46f051ff80268783c6a8e1a2d7245f (diff) | |
download | PrismLauncher-dd9e30b24ab20c6e559618f435b141383e0d0fcd.tar.gz PrismLauncher-dd9e30b24ab20c6e559618f435b141383e0d0fcd.tar.bz2 PrismLauncher-dd9e30b24ab20c6e559618f435b141383e0d0fcd.zip |
feat: add resource icon to InfoFrame
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/widgets/InfoFrame.h')
-rw-r--r-- | launcher/ui/widgets/InfoFrame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/widgets/InfoFrame.h b/launcher/ui/widgets/InfoFrame.h index 4b6df023..d914aa0c 100644 --- a/launcher/ui/widgets/InfoFrame.h +++ b/launcher/ui/widgets/InfoFrame.h @@ -34,6 +34,7 @@ class InfoFrame : public QFrame { void setName(QString text = {}); void setDescription(QString text = {}); + void setImage(QPixmap img = {}); void clear(); |