mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added _set_success_property to able change style of background
This commit is contained in:
parent
08703fbae3
commit
24e8768419
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue