Re: Dialog block in windows
Hi,
i had similar problems with setting windowFlags which behave different on windows/linux. Are you setting any Flags? But about just calling gridSettings->show() ?
If your dialog is a tool than you might use the Qt::Tool Flag.
Re: Dialog block in windows
If it does behave differently, it should be stated in the documentation, while it is not.
The funny thing is that I have two perfect similar dialogs. One behaves correctly, the other one not.
My class inherit a dialog created by the designer.
Which flags do you mean? Are they parameters of the constructor of what?
Anyway, thank you for the reply.
G