You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently qApp() will swallow any *args or **kwargs given - I'm not sure why?
QApplication can be given arguments for initialisation, if its meant for them should they be passed?
qute/qute/utilities/_core.py
Line 19 in 736d3e5
Currently qApp() will swallow any *args or **kwargs given - I'm not sure why?
QApplication can be given arguments for initialisation, if its meant for them should they be passed?