blob: d205a86b467d3efa4a546127fd1253b565f68bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Profiles are read from profile.path
## Settings
- otr (defaults to true) - is this profile off-the-record
- name (defaults to the configuration file name)
- search (defaults to profile.search) - search engine url
- homepage (defaults to profile.homepage)
- newtab (defaults to profile.newtab)
### Properties
Key is property name; value is property value
### Attributes
see QWebEngineSetting::WebAttribute for list of IDs.
Key is attribute id; value is attribute value (true/false)
|