We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ec533 commit d9af422Copy full SHA for d9af422
scripts/create_widget_catalog.py
@@ -23,6 +23,7 @@ def __init__(self, output_dir, image_url_prefix):
23
self.app = QApplication([])
24
self.app.setAttribute(Qt.AA_EnableHighDpiScaling)
25
self.app.setAttribute(Qt.AA_UseHighDpiPixmaps)
26
+ self.app.setAttribute(Qt.AA_ShareOpenGLContexts)
27
28
print("Generating widget repository")
29
self.registry = self.__get_widget_registry()
0 commit comments