i show local .html file references local .css file on qwebview. when change .html file , reload file in qwebview, changes visible. when change .css file, changes not adopted. when create new qwebview, still old stylesheet. have restart whole program, make changes visible, no option because edit .css file in program.
is there way make qwebview reload stylesheet file?
you should call webview->page()->settings()->clearmemorycaches(); before reload
Comments
Post a Comment