I have a set of classes derived from QDialog, which I either call with show or exec. Under both circumstances the dialogs do not appear until an event arises. I would like the dialogs to appear without being triggered.

The dialogs are being created parentless.

The environment I am working with is the iphone simulator qt5.4.1.

Any ideas, please?

Huw