2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

added stickers preview

This commit is contained in:
John Preston
2015-12-07 16:05:00 +03:00
parent 6b565acbd6
commit e312adb786
17 changed files with 448 additions and 129 deletions

View File

@@ -349,6 +349,7 @@ public slots:
void updateSelected();
void onSettings();
void onPreview();
signals:
@@ -394,6 +395,9 @@ private:
QPoint _lastMousePos;
LinkButton _settings;
QTimer _previewTimer;
bool _previewShown;
};
class EmojiPanel : public TWidget {