prettify loading dialog

This commit is contained in:
adityapk00
2018-11-04 20:46:26 -08:00
parent d5e3af588e
commit 2b253dd46f
7 changed files with 106 additions and 96 deletions

18
src/fillediconlabel.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef FILLEDICONLABEL_H
#define FILLEDICONLABEL_H
#include "precompiled.h"
class FilledIconLabel : public QLabel
{
Q_OBJECT
public:
explicit FilledIconLabel(QWidget *parent = 0);
public slots:
void resizeEvent(QResizeEvent *);
};
#endif // FILLEDICONLABEL_H