The NZSettingsManager provides properties and methods to manage User Settings. More...
| Import Statement: | import NephroZilla.Navigator 1.8 |
| Instantiates: | WebKitSettingsManager |
This QML Type is a Singleton and cannot be instantiated directly.
Retrieves all stored User Settings.
Returns an object containing each setting as a property:
{
"mySetting": true,
"myOtherSetting": 100,
"yetAnotherSetting": "blue",
}
Saves WebKit Feature configuration listed in features to persistent storage.
Saves all WebKit Settings listed in settings in to persistent storage.
settings should be an object similar to the return value of WPEView::settingsListAll()
Stores the User Setting setting.
setting should be an object like:
{ "name": "mySetting", "value": false }
value can be of any type that can trivially be stored in a QVariant (or rather, as a QSettings value).
Nephrozilla Navigator Documentation Copyright (c) 2026 Nephrozilla Corp.
All other trademarks are property of their respective owners.
This document may be used under the terms of the Creative Commons Attribution Share Alike 4.0 International License.