forked from qt-creator/qt-creator
Editors: Add option to not hide the mouse cursor when typing
Task-number: QTCREATORBUG-3584 Change-Id: Iae5551d36b72c5712f3276b15dfa85982a776dcf Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -184,6 +184,9 @@ public:
|
||||
void setMouseNavigationEnabled(bool b);
|
||||
bool mouseNavigationEnabled() const;
|
||||
|
||||
void setMouseHidingEnabled(bool b);
|
||||
bool mouseHidingEnabled() const;
|
||||
|
||||
void setScrollWheelZoomingEnabled(bool b);
|
||||
bool scrollWheelZoomingEnabled() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user