3364:5dafcc891579 | 3366:6084bb3c3911 |
---|---|
26 | 26 |
27 self.widthSpin.setValue(width) | 27 self.widthSpin.setValue(width) |
28 self.heightSpin.setValue(height) | 28 self.heightSpin.setValue(height) |
29 | 29 |
30 self.widthSpin.selectAll() | 30 self.widthSpin.selectAll() |
31 | |
32 msh = self.minimumSizeHint() | |
33 self.resize(max(self.width(), msh.width()), msh.height()) | |
31 | 34 |
32 def getData(self): | 35 def getData(self): |
33 """ | 36 """ |
34 Public method to get the entered data. | 37 Public method to get the entered data. |
35 | 38 |