Update annotations in related source
This commit is contained in:
@@ -3034,7 +3034,7 @@ class GuiDocEditFooter(QWidget):
|
||||
sIcon = QPixmap()
|
||||
sText = ""
|
||||
else:
|
||||
theStatus, theIcon = self._theItem.getImportStatus()
|
||||
theStatus, theIcon = self._theItem.getImportStatus(incIcon=True)
|
||||
sIcon = theIcon.pixmap(self.sPx, self.sPx)
|
||||
sText = f"{theStatus} / {self._theItem.describeMe()}"
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ class GuiItemDetails(QWidget):
|
||||
# Status
|
||||
# ======
|
||||
|
||||
theStatus, theIcon = nwItem.getImportStatus()
|
||||
theStatus, theIcon = nwItem.getImportStatus(incIcon=True)
|
||||
self.statusIcon.setPixmap(theIcon.pixmap(iPx, iPx))
|
||||
self.statusData.setText(theStatus)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user