Skip to content

Instantly share code, notes, and snippets.

@prjemian
Created May 10, 2022 18:19
Show Gist options
  • Select an option

  • Save prjemian/525bb93f0723c4b34a8bdb890c3067af to your computer and use it in GitHub Desktop.

Select an option

Save prjemian/525bb93f0723c4b34a8bdb890c3067af to your computer and use it in GitHub Desktop.
Setup a QApplication for testing
from PyQt5.QtWidgets import QApplication
import sys
qapp = QApplication(sys.argv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment