DaVinci Resolve popup handling

Hi Justin,

yeah, I tried the more advanced stuff too, like self.HandleQtPopups = True and self.SetEnvironmentVariable( "QT_USE_NATIVE_WINDOWS","1" ) without luck.
But in the topic I linked above there is this:

But Deadline does not detect DaVinci’s popups.

I also used Spy++ to get the title and the button of the popup, and tried setting it, but still no success.

    self.PopupHandling = True
    self.HandleQtPopups = True

    self.SetEnvironmentVariable("QT_USE_NATIVE_WINDOWS", "1")
    self.PopupButtonClasses = ("Qt5QWindowIcon",)
    self.AddPopupHandler(".*", "QPushButtonClassWindow")