Streamline how project item changes are reported
This commit is contained in:
@@ -126,17 +126,21 @@ class GuiOutline(QWidget):
|
||||
return self.outlineView.setFocus()
|
||||
|
||||
##
|
||||
# Slots
|
||||
# Public Slots
|
||||
##
|
||||
|
||||
@pyqtSlot()
|
||||
def projectUpdated(self):
|
||||
"""Should be called whenever the number of root folders change.
|
||||
@pyqtSlot(str)
|
||||
def updateRootItem(self, tHandle):
|
||||
"""Should be called whenever a root folders changes.
|
||||
"""
|
||||
self.outlineBar.populateNovelList()
|
||||
self.outlineData.updateClasses()
|
||||
return
|
||||
|
||||
##
|
||||
# Private Slots
|
||||
##
|
||||
|
||||
@pyqtSlot()
|
||||
def _updateMenuColumns(self):
|
||||
"""Trigger an update of the toggled state of the column menu
|
||||
|
||||
Reference in New Issue
Block a user