I want to create a notification message. When a button is pressed, a message appears, and it may contain buttons or links
enter image description here
Or a notification like this, for example, that lasts for a few seconds and then disappears
enter image description here
I tried to do this, but it was very complicated. I tried adding a QFrame above the button, then hiding it and showing it when the button is pressed, but I don’t know if this is even practical
Also the same for notifications
I don’t know if there is a better way than this, or if PySide6 does not offer such flexible features