Preferences/ShortcutsDialog.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2632
94121e2f55b9
child 3057
10516539f238
equal deleted inserted replaced
2670:e60ea6cb8e11 2677:3d4277929fb3
426 childHiddenCount += 1 426 childHiddenCount += 1
427 else: 427 else:
428 itm.setHidden(False) 428 itm.setHidden(False)
429 topItem.setHidden(childHiddenCount == topItem.childCount()) 429 topItem.setHidden(childHiddenCount == topItem.childCount())
430 430
431
432 @pyqtSlot(bool) 431 @pyqtSlot(bool)
433 def on_actionButton_toggled(self, checked): 432 def on_actionButton_toggled(self, checked):
434 """ 433 """
435 Private slot called, when the action radio button is toggled. 434 Private slot called, when the action radio button is toggled.
436 435

eric ide

mercurial