33 #include <QtWebKit/QWebSettings> 55 virtual QObject* GetQObject () = 0;
64 virtual void SetFontFamily (QWebSettings::FontFamily family,
const QFont& font) = 0;
73 virtual void SetFontSize (QWebSettings::FontSize type,
int size) = 0;
81 virtual void SetFontSizeMultiplier (qreal factor) = 0;
Interface to aid WebKit-view-containing tabs to expose the view fonts configuration to the user...
Q_DECLARE_INTERFACE(IWkFontsSettable,"org.LeechCraft.IWkFontsSettable/1.0")