Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
67 self.cWorkDir.toggled[bool].connect(self.__toggleGroupsAndTest) 67 self.cWorkDir.toggled[bool].connect(self.__toggleGroupsAndTest)
68 self.cFilters.toggled[bool].connect(self.__toggleGroupsAndTest) 68 self.cFilters.toggled[bool].connect(self.__toggleGroupsAndTest)
69 69
70 self.bTest = self.buttonBox.addButton( 70 self.bTest = self.buttonBox.addButton(
71 self.tr("Test"), QDialogButtonBox.ActionRole) 71 self.tr("Test"), QDialogButtonBox.ActionRole)
72
73 msh = self.minimumSizeHint()
74 self.resize(max(self.width(), msh.width()), msh.height())
72 75
73 def __adjustOptions(self, options): 76 def __adjustOptions(self, options):
74 """ 77 """
75 Private method to adjust the file dialog options. 78 Private method to adjust the file dialog options.
76 79

eric ide

mercurial