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)
caretBrowsingEnabled : bool(obsolete)
databasesEnabled : bool(obsolete)
shrinksStandaloneImagesToFit : bool(obsolete)
touchEnabled : boolWhether 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() |
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() |
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() |