NZSettingsManager QML Type

The NZSettingsManager provides properties and methods to manage User Settings. More...

Import Statement: import NephroZilla.Navigator 1.8
Instantiates: WebKitSettingsManager

Signals

Methods

Detailed Description

This QML Type is a Singleton and cannot be instantiated directly.

Signal Documentation

settingsStored(string path)

This signal is emitted when one or more settings have been stored.


Method Documentation

var allUserSettings()

Retrieves all stored User Settings.

Returns an object containing each setting as a property:

 {
    "mySetting": true,
    "myOtherSetting": 100,
    "yetAnotherSetting": "blue",
 }

var storeFeatureSettings(var features)

Saves WebKit Feature configuration listed in features to persistent storage.


storeSettings(var settings)

Saves all WebKit Settings listed in settings in to persistent storage.

settings should be an object similar to the return value of WPEView::settingsListAll()


var storeUserSetting(var setting)

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.