Preferences/ShortcutsDialog.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
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