Preferences/ShortcutsDialog.py

changeset 2632
94121e2f55b9
parent 2408
dc3a7c9d8f6e
child 2677
3d4277929fb3
child 3010
befeff46ec0f
equal deleted inserted replaced
2629:95be6907871c 2632:94121e2f55b9
424 childHiddenCount += 1 424 childHiddenCount += 1
425 else: 425 else:
426 itm.setHidden(False) 426 itm.setHidden(False)
427 topItem.setHidden(childHiddenCount == topItem.childCount()) 427 topItem.setHidden(childHiddenCount == topItem.childCount())
428 428
429
430 @pyqtSlot(bool) 429 @pyqtSlot(bool)
431 def on_actionButton_toggled(self, checked): 430 def on_actionButton_toggled(self, checked):
432 """ 431 """
433 Private slot called, when the action radio button is toggled. 432 Private slot called, when the action radio button is toggled.
434 433

eric ide

mercurial