mirror of
https://github.com/vale981/tdesktop
synced 2025-03-13 22:46:40 -04:00
22 lines
519 B
C
22 lines
519 B
C
![]() |
/*
|
||
|
This file is part of Telegram Desktop,
|
||
|
the official desktop application for the Telegram messaging service.
|
||
|
|
||
|
For license and copyright information please follow this link:
|
||
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||
|
*/
|
||
|
|
||
|
#include <QtCore/QString>
|
||
|
#include <QtCore/QPoint>
|
||
|
#include <QtCore/QRect>
|
||
|
#include <QtCore/QSize>
|
||
|
|
||
|
#include <QtGui/QColor>
|
||
|
#include <QtGui/QPen>
|
||
|
#include <QtGui/QBrush>
|
||
|
#include <QtGui/QCursor>
|
||
|
#include <QtGui/QFont>
|
||
|
#include <QtGui/QFontMetrics>
|
||
|
|
||
|
#include <QtWidgets/QWidget>
|