Preferences/ConfigurationPages/MultiProjectPage.py

changeset 7
c679fb30c8f3
parent 0
de9c2efb9d02
child 12
1d8dd9706f46
equal deleted inserted replaced
6:52e8c820d0dd 7:c679fb30c8f3
35 def save(self): 35 def save(self):
36 """ 36 """
37 Public slot to save the Project configuration. 37 Public slot to save the Project configuration.
38 """ 38 """
39 Preferences.setMultiProject("OpenMasterAutomatically", 39 Preferences.setMultiProject("OpenMasterAutomatically",
40 int(self.openMasterAutomaticallyCheckBox.isChecked())) 40 self.openMasterAutomaticallyCheckBox.isChecked())
41 Preferences.setMultiProject("XMLTimestamp", 41 Preferences.setMultiProject("XMLTimestamp",
42 int(self.multiProjectTimestampCheckBox.isChecked())) 42 self.multiProjectTimestampCheckBox.isChecked())
43 Preferences.setMultiProject("RecentNumber", 43 Preferences.setMultiProject("RecentNumber",
44 self.multiProjectRecentSpinBox.value()) 44 self.multiProjectRecentSpinBox.value())
45 45
46 def create(dlg): 46 def create(dlg):
47 """ 47 """

eric ide

mercurial