harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
264 stars 46 forks source link

Remove dependence on module 'QtWidgets' #85

Closed zhang-peter closed 6 years ago

zhang-peter commented 6 years ago

Hi, it seems that QApplication is not necessary and can't be replaced by QCoreApplication, so dependency on module 'QtWidgets' can be removed. :smile:

harvimt commented 6 years ago

please improve #29