35 #include <QtWebKit/QWebSettings>
49 class BaseSettingsManager;
50 class FontChooserWidget;
93 std::shared_ptr<Ui::WkFontsWidget> Ui_;
94 BaseSettingsManager *
const BSM_;
96 QHash<QWebSettings::FontFamily, FontChooserWidget*> Family2Chooser_;
97 QHash<QWebSettings::FontFamily, QByteArray> Family2Name_;
99 QHash<QWebSettings::FontFamily, QFont> PendingChanges_;
120 void ResetFontChoosers ();
122 void on_ChangeAll__released ();
134 void fontChanged (QWebSettings::FontFamily family,
const QFont& font);
Interface to aid WebKit-view-containing tabs to expose the view fonts configuration to the user...