Skip to content
Weitian Leung edited this page Mar 3, 2021 · 3 revisions

Use only when you don't have any Qt bindings dependency.

from pywpsrpc.common import QtApp
import sys

app = QtApp(sys.argv)

It will construct the QCoreApplication internal.

Clone this wiki locally