Project/RccCompilerOptionsDialog.py

changeset 6615
386607e32376
parent 6604
a73d553ef521
child 6645
ad476851d7e0
equal deleted inserted replaced
6614:973bd272a528 6615:386607e32376
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,

eric ide

mercurial