eric6/Preferences/ConfigurationPages/NotificationsPage.py

changeset 8205
4a0f1f896341
parent 7959
44e15eda6506
child 8218
7c09585bd960
equal deleted inserted replaced
8204:fd477cded1c1 8205:4a0f1f896341
83 """ 83 """
84 Preferences.setUI("NotificationTimeout", self.timeoutSpinBox.value()) 84 Preferences.setUI("NotificationTimeout", self.timeoutSpinBox.value())
85 Preferences.setUI("NotificationPosition", QPoint( 85 Preferences.setUI("NotificationPosition", QPoint(
86 self.xSpinBox.value(), self.ySpinBox.value())) 86 self.xSpinBox.value(), self.ySpinBox.value()))
87 87
88 for key in self.__colors.keys(): 88 for key in self.__colors:
89 Preferences.setUI(key, self.__colors[key]) 89 Preferences.setUI(key, self.__colors[key])
90 90
91 @pyqtSlot(bool) 91 @pyqtSlot(bool)
92 def on_visualButton_clicked(self, checked): 92 def on_visualButton_clicked(self, checked):
93 """ 93 """

eric ide

mercurial