forked from blue/squawk
message bubbles, avatar rounding, roster adjusments
This commit is contained in:
parent
9ac0ca10f3
commit
8a2658e4fc
7 changed files with 158 additions and 49 deletions
|
@ -141,6 +141,14 @@ protected:
|
|||
|
||||
ShadowOverlay shadow;
|
||||
QMenu* contextMenu;
|
||||
|
||||
private:
|
||||
static bool painterInitialized;
|
||||
static QPainterPath* avatarMask;
|
||||
static QPixmap* avatarPixmap;
|
||||
static QPainter* avatarPainter;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // CONVERSATION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue