I need to show some dynamic web content in my application (let it be application help materials).
I used Qt5.4 with QWebView
there. But after switching to Qt5.6 I noticed
that QWebKit
is deprecated and not supported any more.
Thus I decided to replace QWebKit
functionality with one from the
QWebEngine
. After replacing QWebView
with QWebEngineView
I investigated that some empty folders are created in user folder after launching my application. For example: .QtWebEngineProcess folder and folder which called like my application with dot at the begining.
Is it normal? How can I prevent creating such folders? Any option to disable such behaviour?