forked from qt-creator/qt-creator
Help viewer: Add option for scroll wheel zooming
Fixes: QTCREATORBUG-14154 Change-Id: Ia6c4aedb78954614477f0228ba82c4dc476a2525 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -78,6 +78,9 @@ public:
|
||||
static bool returnOnClose();
|
||||
static void setReturnOnClose(bool returnOnClose);
|
||||
|
||||
static bool isScrollWheelZoomingEnabled();
|
||||
static void setScrollWheelZoomingEnabled(bool enabled);
|
||||
|
||||
static QStringList lastShownPages();
|
||||
static void setLastShownPages(const QStringList &pages);
|
||||
|
||||
@@ -106,6 +109,7 @@ signals:
|
||||
void filterIndexChanged(int index);
|
||||
void fallbackFontChanged(const QFont &font);
|
||||
void returnOnCloseChanged();
|
||||
void scrollWheelZoomingEnabledChanged(bool enabled);
|
||||
|
||||
private:
|
||||
static bool m_guiNeedsSetup;
|
||||
|
||||
Reference in New Issue
Block a user