50 |
50 |
51 # set the debug profile |
51 # set the debug profile |
52 self.ui.dpltCheckBox.setChecked(debugVisibilities[0]) |
52 self.ui.dpltCheckBox.setChecked(debugVisibilities[0]) |
53 self.ui.dphtCheckBox.setChecked(debugVisibilities[1]) |
53 self.ui.dphtCheckBox.setChecked(debugVisibilities[1]) |
54 self.ui.dprtCheckBox.setChecked(debugVisibilities[2]) |
54 self.ui.dprtCheckBox.setChecked(debugVisibilities[2]) |
|
55 |
|
56 msh = self.minimumSizeHint() |
|
57 self.resize(max(self.width(), msh.width()), msh.height()) |
55 |
58 |
56 def getVisibilities(self): |
59 def getVisibilities(self): |
57 """ |
60 """ |
58 Public method to retrieve the visibilities configuration. |
61 Public method to retrieve the visibilities configuration. |
59 |
62 |