2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

FlatLabel now can allow to select text and copy to clipboard.

Used for peer name in the new profile cover widget.
This commit is contained in:
John Preston
2016-05-26 18:31:20 +03:00
parent 1c13556b8d
commit ab59ef8498
16 changed files with 540 additions and 68 deletions

View File

@@ -20,9 +20,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#pragma once
#include <QtWidgets/QWidget>
#include "ui/flatbutton.h"
#include "ui/countryinput.h"
#include "ui/flatlabel.h"
#include "intro/introwidget.h"
class IntroPhone final : public IntroStep {