QDialog displays briefly then disappears
I have nearly finished a user interface action plugin but am having trouble with a QDialog. This is an editing dialog which is called from a def linked to a button in the plugin's main dialog. This sub-dialog displays ok when I hit the button but then disappears almost immediately. How can I make it stay open so that I can complete the data fields?
(I have set it to Modal but this made no difference)
|