Preferences/ConfigurationDialog.py

changeset 4278
ccd1e13cb9bd
parent 4216
bca19a75be32
child 4288
1c9c1c12111a
equal deleted inserted replaced
4275:3bed5f74d328 4278:ccd1e13cb9bd
822 """ 822 """
823 super(ConfigurationDialog, self).__init__(parent) 823 super(ConfigurationDialog, self).__init__(parent)
824 if name: 824 if name:
825 self.setObjectName(name) 825 self.setObjectName(name)
826 self.setModal(modal) 826 self.setModal(modal)
827 self.setWindowFlags(Qt.Window)
828
827 self.layout = QVBoxLayout(self) 829 self.layout = QVBoxLayout(self)
828 self.layout.setContentsMargins(0, 0, 0, 0) 830 self.layout.setContentsMargins(0, 0, 0, 0)
829 self.layout.setSpacing(0) 831 self.layout.setSpacing(0)
830 832
831 self.cw = ConfigurationWidget(self, fromEric=fromEric, 833 self.cw = ConfigurationWidget(self, fromEric=fromEric,

eric ide

mercurial