Obsolete Members for OxideQWebPreferences

The following members of class OxideQWebPreferences are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

caretBrowsingEnabled : bool

Whether to enable caret browsing. The default is false.

When caret browsing is enabled, the content of a web page can be navigated using the keyboard.

Note: This option is always false and has no effect since OxideQt 1.19, as the setting was removed from Blink.

Access functions:

bool caretBrowsingEnabled() const
void setCaretBrowsingEnabled(bool enabled)

Notifier signal:

void caretBrowsingEnabledChanged()

databasesEnabled : bool

Always true. It is not possible to disable Web SQL Database using this API.

Access functions:

bool databasesEnabled() const
void setDatabasesEnabled(bool enabled)

Notifier signal:

void databasesEnabledChanged()

shrinksStandaloneImagesToFit : bool

Always true. Because of a bug, this preference has never had any effect.

Access functions:

bool shrinksStandaloneImagesToFit() const
void setShrinksStandaloneImagesToFit(bool enabled)

Notifier signal:

void shrinksStandaloneImagesToFitChanged()

touchEnabled : bool

Always true. It is not possible to disable touch events using this API.

Access functions:

bool touchEnabled() const
void setTouchEnabled(bool enabled)

Notifier signal:

void touchEnabledChanged()