Introducing 'Toastify' for QML
-
Hello, it’s been a while (I believe about 10 years) since I started developing with Qt/QML.
I enjoy creating small projects to boost the productivity of my fellow Qt programmers and give back to the Qt community and framework that have supported me throughout my journey.To start, we’ve created a toast library for QML, written entirely in pure QML/JS with zero dependencies.
Let me know what you think about the project, and any suggestions for future projects would be greatly appreciated!https://github.com/mastercomdev/QtToastify
Best regards,
Mehran -
M md2012 marked this topic as a regular topic on
-
Hey, thanks for this! I was looking around for something to replace my homegrown toasts with now that my app is getting closer to an alpha release and this is pretty much perfect.
I did have to comment out
parent: Overlay.overlay
inToastify.qml
because (I think) my top window in QML is a Rectangle because of the library I am using (LQML).