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!!
I found the solution using win32 API for python (Only for windows) . Refer SetWindowPos, SetWindowLong, win32gui
windowis the QTWidget window