Creating a banner+message overlay on bottom of window
Solved
General and Desktop
-
My application consists of multiple windows which I was able to achieve through the use of QStackedWidget. I want to display important messages via a red banner that can appear/dissappear at the bottom of the window, which persists across all QStackedWidget windows. How would I go about doing this? I've created a rough illustration of what I want:
-
@RaisinBread22
You can make use of http://doc.qt.io/archives/qt-4.8/qstatusbar.html#details.