1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"$schema": "http://qt.io/schema/extension-schema-v1#",
"title": "TreeView",
"extensionType": [
"library"
],
"version": "1.0",
"vendor": {
"name": "The Qt Company",
"url": "https://qt.io"
},
"contact": "Qt sales",
"copyright": [ "The Qt Company" ],
"author": "Qt RnD",
"icon": "https://upload.wikimedia.org/wikipedia/en/a/ae/TheQtCompany_Logo.png",
"licenses": [
{ "licenseType": "GPLv3",
"licenseUrl": "https://www.gnu.org/licenses/gpl-3.0.html" },
{ "licenseType": "Qt Commercial License",
"licenseUrl": "https://doc.qt.io/qt-5/commerciallicense.html" }
],
"created": "2020-01-05",
"lastUpdate": "2020-01-05",
"platforms": [
"All platforms supported by Qt"
],
"qtVersions": [
"5.15.0"
],
"tags": [
"TreeView" ],
"price": {
"listprice": 0
},
"support": "support@qt.io",
"bugUrl": "https://bugreports.qt.io",
"sourceRepoUrl": "https://git.qt.io/rigustav/treeview",
"dependencies": [
"Quick"
]
}
|