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 |