Show more statuses in icons.
Need further work:
- Better icons (specially registered vs unregistered)
- Share information between chat widgets (now room widget can't show registered status because recieves events for users when user list is empty)
#ifndef QPUSHBUTTONWITHSOUND_H
#define QPUSHBUTTONWITHSOUND_H
#include <QPushButton>
class QPushButtonWithSound : public QPushButton
{
Q_OBJECT
public:
explicit QPushButtonWithSound(QWidget *parent = 0);
bool isSoundEnabled;
signals:
public slots:
private slots:
void buttonClicked();
};
#endif // QPUSHBUTTONWITHSOUND_H