diff -r 6ba4bda91560 -r 9556c261c3a2 DataViews/PyProfileDialog.py --- a/DataViews/PyProfileDialog.py Sat Jun 13 12:31:57 2015 +0200 +++ b/DataViews/PyProfileDialog.py Sat Jun 13 19:27:40 2015 +0200 @@ -65,6 +65,7 @@ """ super(PyProfileDialog, self).__init__(parent) self.setupUi(self) + self.setWindowFlags(Qt.Window) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True)