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 |