mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Make the YACReaderBusyWidget customizable (color)
This commit is contained in:
@ -4,11 +4,17 @@
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
class BusyIndicator;
|
||||
|
||||
class YACReaderBusyWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderBusyWidget(QWidget *parent = 0);
|
||||
void setColor(QColor color);
|
||||
|
||||
private:
|
||||
BusyIndicator *busyIndicator;
|
||||
};
|
||||
|
||||
class BusyIndicator : public QWidget
|
||||
|
||||
Reference in New Issue
Block a user