Hi.
How can I make a modal QDialog that doesn't have the "X" in the top right corner (in the title) that you can use to close the dialog?
I need to make it modal so that it doesn't let the user do anything (including closing the dialog) before it has finished doing stuff in the dialog.

By the way, the dialog can still send and receive signals when it's modal, right?