forked from openlp/openlp
Disable QTimeEdit box, when it is not used.
This commit is contained in:
parent
ba0ab63149
commit
e6f2fd67c3
@ -416,6 +416,7 @@ class AdvancedTab(SettingsTab):
|
|||||||
|
|
||||||
def onDefaultServiceDayChanged(self, index):
|
def onDefaultServiceDayChanged(self, index):
|
||||||
self.service_day = index
|
self.service_day = index
|
||||||
|
self.defaultServiceTime.setReadOnly(self.service_day == 7)
|
||||||
self.updateServiceNameExample()
|
self.updateServiceNameExample()
|
||||||
|
|
||||||
def onDefaultServiceTimeChanged(self, time):
|
def onDefaultServiceTimeChanged(self, time):
|
||||||
|
Loading…
Reference in New Issue
Block a user