Fixed rasterized images
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 790 B After Width: | Height: | Size: 1.0 KiB |
|
@ -25,7 +25,6 @@ public:
|
||||||
QLabel avatar, name, statusMessage, statusPic;
|
QLabel avatar, name, statusMessage, statusPic;
|
||||||
QHBoxLayout layout;
|
QHBoxLayout layout;
|
||||||
QVBoxLayout textLayout;
|
QVBoxLayout textLayout;
|
||||||
void setNotificationLight();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // FRIENDWIDGET_H
|
#endif // FRIENDWIDGET_H
|
||||||
|
|
|
@ -82,6 +82,8 @@ private:
|
||||||
static Widget* instance;
|
static Widget* instance;
|
||||||
FriendWidget* activeFriendWidget;
|
FriendWidget* activeFriendWidget;
|
||||||
GroupWidget* activeGroupWidget;
|
GroupWidget* activeGroupWidget;
|
||||||
|
void updateFriendStatusLights(int friendId);
|
||||||
|
int isFriendWidgetActive, isGroupWidgetActive;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // WIDGET_H
|
#endif // WIDGET_H
|
||||||
|
|