rookie shaky messages history request in progress animation
This commit is contained in:
parent
c295fa1c1d
commit
e32c1177c3
3 changed files with 68 additions and 5 deletions
|
@ -24,6 +24,8 @@
|
|||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QResizeEvent>
|
||||
#include <QIcon>
|
||||
#include <QVariantAnimation>
|
||||
#include "../global.h"
|
||||
|
||||
class MessageLine : public QWidget
|
||||
|
@ -71,6 +73,13 @@ private:
|
|||
std::map<QString, QString> palNames;
|
||||
std::deque<QHBoxLayout*> views;
|
||||
bool room;
|
||||
QLabel busyLabel;
|
||||
QHBoxLayout busyLayout;
|
||||
bool busyShown;
|
||||
QVariantAnimation rotation;
|
||||
|
||||
private slots:
|
||||
void onAnimationValueChanged(const QVariant& value);
|
||||
};
|
||||
|
||||
#endif // MESSAGELINE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue