Skip to content

emrecpp/EToastr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

Releases

No releases published

Packages

No packages published