I forgot to add an important flag that is responsible for minimization when you press the app icon in the taskbar and that is the Qt.WindowMinimizeButtonHint So the full flags would be: self.setWindowFlags(Qt.FramelessWindowHint|Qt.WindowMaximizeButtonHint|Qt.WindowMinimizeButtonHint) ^ is a python operator called XOR
9:30 right when I just scrolled down checking the video description 😂
Man absolutely insane, Can i get the code for this? (No problem if you dont have it.)
Also you deserve a sub, i am subscribing you man.
Hi thanks you for the nice words. I havent worked on this for a while but you can check the code in my GitHub: github.com/MadPonyInteractive/MadQt
Thanks!
I forgot to add an important flag that is responsible for minimization when you press the app icon in the taskbar and that is the Qt.WindowMinimizeButtonHint
So the full flags would be:
self.setWindowFlags(Qt.FramelessWindowHint|Qt.WindowMaximizeButtonHint|Qt.WindowMinimizeButtonHint)
^ is a python operator called XOR
i have gigantic problem with applying Qt. commands, I use Pyqt6 and there type object 'Qt' has no attribute 'FramelessWindowHint'
I NEED HELP 😢
If you still need it try this "Qt.WindowType.FramelessWindowHint"