Blocking dialog without dimming/grayOut underlying Mainwindow
-
Hi,
Why do you want to avoid the visual cue that tells your users that they won't be able to interact with the window while the dialog is opened ?
-
The application is as following:
- In the mainwindow there are some graphs showing data.
- The dialog allows to chose and run some algorithms that will change the data.
Therefore the user should be able to directly see the effect of what she/he is doing in the dialog in the mainwindow.
However it should not be possible to change anything in the mainwindow or open the dialog twice and things like that during the time the dialog is opened.
-
@mrjj
Hi,
I'm on Debian with KDE, however I think that when I've been to Windows the last time it looked something similar.
Its not a huge effekt, but the Mainwindow is getting a bit darker, when calling dialog->exec(); and its not the case for dialog->show(); -
@gde23
Ok. I didnt see anything in Win 10. maybe 7 does.
XFCE does not seem to do it but KDE might.I was/wanted checking if the controls would actually go into a disabled state as you could cheat and
make that paint as normal for selected widgets but im not sure they actually do or who makes this dimmed effect. -
The other thing you can also do is to disable what should not be used while your dialog is opened.