c++ - Qt::Popup window type automatically closes on X11/i3.. is this behavior guaranteed? -


is guaranteed when user clicks outside of popup in parent window, popup closes and/or can modify behavior or influence somehow? see behavior in x11 i3 window manager.

i have functionality popup seems provide: modal regard parent (i.e if user clicks somewhere in parent window.. popup won't let through, instead trigger event can handle myself.. example closing popup explicitly).

edit

i found usual "closeevent" can used reject closing of popup. it's still mysterious me whether or not "modal"-y behavior guaranteed , auto-closing guaranteed.


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -