added _set_success_property to able change style of background

This commit is contained in:
iLLiCiTiT 2021-08-18 17:44:10 +02:00
parent 08703fbae3
commit 24e8768419

View file

@ -1030,3 +1030,6 @@ class PublishOverlayFrame(QtWidgets.QFrame):
QtWidgets.QApplication.processEvents()
def _set_success_property(self, success):
self.info_frame.setProperty("success", str(success))
self.info_frame.style().polish(self.info_frame)