35 self.disableCheckBox.setChecked(compilerOptions["CompressionDisable"]) |
35 self.disableCheckBox.setChecked(compilerOptions["CompressionDisable"]) |
36 self.rootEdit.setText(compilerOptions["PathPrefix"]) |
36 self.rootEdit.setText(compilerOptions["PathPrefix"]) |
37 |
37 |
38 msh = self.minimumSizeHint() |
38 msh = self.minimumSizeHint() |
39 self.resize(max(self.width(), msh.width()), msh.height()) |
39 self.resize(max(self.width(), msh.width()), msh.height()) |
|
40 |
40 def getData(self): |
41 def getData(self): |
41 """ |
42 """ |
42 Public method to get the entered data. |
43 Public method to get the entered data. |
43 |
44 |
44 @return tuple containing the compression threshold, compression level, |
45 @return tuple containing the compression threshold, compression level, |