I need to have my window stay on bottom.
I tried using WindowStaysOnBottomHint
but when Win+D
or Show Desktop
is clicked the app minimizes.
I researched and found that Rainmeter reorders the Z-index when Show Desktop is clicked using Win32 Api SetWindowPos
but I am unable to find a solution for python QT.
Please give me solution!!