1 #ifndef TTKTOASTLABEL_H
2 #define TTKTOASTLABEL_H
37 explicit TTKToastLabel(
const QString &text, QWidget *parent =
nullptr);
46 void setFontMargin(
int height,
int width) noexcept;
50 int timerInterval()
const noexcept;
59 void popup(QWidget *parent =
nullptr);
71 void setText(
const QString &text);
77 void closeAnimation();
83 virtual void paintEvent(QPaintEvent *event)
override final;
91 #endif // TTKTOASTLABEL_H
#define TTK_MODULE_EXPORT
The class of the toast widget.