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.
(obsolete)
databasesEnabled : bool(obsolete)
shrinksStandaloneImagesToFit : bool(obsolete)
touchEnabled : boolAlways 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() |
Always true. Because of a bug, this preference has never had any effect.
Access functions:
bool | shrinksStandaloneImagesToFit() const |
void | setShrinksStandaloneImagesToFit(bool enabled) |
Notifier signal:
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() |