According to this documentation, 
https://doc.qt.io/qt-5/qtwebengine-debugging.html , it should be possible to 
pass Chromium flags to Qt using either environment variables or command-line 
arguments. With PySide2 5.14.1 I have not been able to get either one to work.

For example setting the disable-logging flag and then instantiating 
QWebEngineView will launch the QtWebEngineProcess without that flag.
    sys.argv.append("----disable-logging")
    app = QApplication(sys.argv)

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to