prettify loading dialog
This commit is contained in:
18
src/fillediconlabel.h
Normal file
18
src/fillediconlabel.h
Normal 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
|
||||
Reference in New Issue
Block a user