Windows Fade Out
Unsolved
General and Desktop
-
Hello,is theres anyway to make a fade in effect for the Whole QMainWindow?
I have a login QDialog with class nameLogin
i wanna make when they entered correct info the whole QMainWindow will fade inI just need the fade in animation,the rest i do already.
Thanks. -
Hi
You can try
setWindowOpacity();
https://doc.qt.io/qt-5/qwidget.html#windowOpacity-prop
with a PropertyAnimation
https://doc.qt.io/qt-5/qpropertyanimation.html