emrecpp / EToastr

Animated Notification Toastr/Alert component for C++/Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EToastr

Animated Notification/Toastr component for C++/Qt

EToastr Styles:

  • MESSAGE
  • SUCCESS
  • WARNING
  • INFO
  • FAIL

EToastr Directions:

  • RIGHT_TO_LEFT
  • TOP_TO_BOTTOM
  • BOTTOM_TO_TOP
  • LEFT_TO_RIGHT

Direction = RIGHT_TO_LEFT, Style = SUCCESS, ParentIsDesktop = false, NoIcon = false, NoTimeout = false

Message

Direction = LEFT_TO_RIGHT, Style = SUCCESS, ParentIsDesktop = false, NoIcon = true, NoTimeout = false

Message

Direction = BOTTOM_TO_TOP, Style = SUCCESS, ParentIsDesktop = false, NoIcon = false, NoTimeout = true

Message

Direction = TOP_TO_BOTTOM, Style = SUCCESS, ParentIsDesktop = true, NoIcon = false, NoTimeout = false

Message

Direction = LEFT_TO_RIGHT, Style = INFO, ParentIsDesktop = true, NoIcon = false, NoTimeout = false

Message

Please don't forget to star the project, thanks :)

About

Animated Notification Toastr/Alert component for C++/Qt

License:MIT License


Languages

Language:C++ 97.0%Language:QMake 3.0%