mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Ripple animations done for IconButton, FlatButton and RoundButton.
Also moved input field classes to ui/widgets/input_fields module.
This commit is contained in:
@@ -25,6 +25,8 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
||||
#include "intro/introwidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class PhonePartInput;
|
||||
class CountryCodeInput;
|
||||
class RoundButton;
|
||||
} // namespace Ui
|
||||
|
||||
@@ -76,8 +78,8 @@ private:
|
||||
QRect _textRect;
|
||||
|
||||
ChildWidget<CountryInput> _country;
|
||||
ChildWidget<PhonePartInput> _phone;
|
||||
ChildWidget<CountryCodeInput> _code;
|
||||
ChildWidget<Ui::PhonePartInput> _phone;
|
||||
ChildWidget<Ui::CountryCodeInput> _code;
|
||||
|
||||
ChildWidget<FlatLabel> _signup;
|
||||
QPixmap _signupCache;
|
||||
|
Reference in New Issue
Block a user