Created
May 10, 2022 18:19
-
-
Save prjemian/525bb93f0723c4b34a8bdb890c3067af to your computer and use it in GitHub Desktop.
Setup a QApplication for testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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