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

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()