Small improvements
- Don't prompt "PyQt5 or Pyside2?" if the user has exactly one of the two installed.
- Automatically set
QApplication.applicationName()
from theapp_name
setting. This automatically gives all windows a nice title.
QApplication.applicationName()
from the app_name
setting. This automatically gives all windows a nice title.