techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
162 stars 23 forks source link

save scene confirm dialogue behind qt windows #48

Open hannesdelbeke opened 1 year ago

hannesdelbeke commented 1 year ago

qt windows are always on top of blender, so closing the blender scene results in the save scene confirm dialogue to be hidden behind any open qt windows.

expected behaviour: save dialogue on top of qt windows.

this could be achieved by creating our own save dialogue in qt

hannesdelbeke commented 1 year ago

right click menus are also behind widgets we can't get around this one

hannesdelbeke commented 1 year ago

original blender style, but hidden behind qt image

new qt dialogue , always in front image

hannesdelbeke commented 1 year ago

closer style match now 

hannesdelbeke commented 11 months ago

reopen since the question mark dissapeared image