An open API service indexing awesome lists of open source software.

https://github.com/emrecpp/etoastr

Animated Notification Toastr/Alert component for C++/Qt
https://github.com/emrecpp/etoastr

alert notification qt qt-toast qt-widgets qtwidgets toastr

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](Gifs/Right_parent.gif)

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

![Message](Gifs/Left_parent_noicon.gif)

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

![Message](Gifs/Bottom_parent_notimeout.gif)

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

![Message](Gifs/Top_noparent.gif)

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

![Message](Gifs/Left_noparent_info.gif)

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