I have a application that uses QWebView and loads a stylesheet
previewArea->settings()->setUserStyleSheetUrl(QUrl::fromLocalFile(":resour ces/my.css"));
But when that app saves the file using previewArea->page()->mainFrame()->toHtml() the style sheet don't goes togheter, how i do to embbed my stylesheet when save the file ?
Bookmarks