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
- Host: GitHub
- URL: https://github.com/emrecpp/etoastr
- Owner: emrecpp
- License: mit
- Created: 2023-01-15T09:23:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T16:38:33.000Z (about 3 years ago)
- Last Synced: 2025-03-24T17:21:59.598Z (about 1 year ago)
- Topics: alert, notification, qt, qt-toast, qt-widgets, qtwidgets, toastr
- Language: C++
- Homepage:
- Size: 4.13 MB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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

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

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

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

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