21 lines
		
	
	
	
		
			519 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 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>
 |