Disable QTimeEdit box, when it is not used.

This commit is contained in:
Mattias Põldaru 2012-01-15 11:58:02 +02:00
parent ba0ab63149
commit e6f2fd67c3
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ class AdvancedTab(SettingsTab):
def onDefaultServiceDayChanged(self, index):
self.service_day = index
self.defaultServiceTime.setReadOnly(self.service_day == 7)
self.updateServiceNameExample()
def onDefaultServiceTimeChanged(self, time):