-
Notifications
You must be signed in to change notification settings - Fork 1
/
CuraOnshapePlugin.pyproject
42 lines (42 loc) · 1.38 KB
/
CuraOnshapePlugin.pyproject
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
42
{
"files": [
"src/OnshapeFileProvider.py",
"src/__init__.py",
"src/OnshapeController.py",
"__init__.py",
"resources/qml/MainDialog.qml",
"resources/qml/ConnectionItem.qml",
"plugin.json",
"src/OAuthController.py",
"src/api/OnshapeApi.py",
".github/workflows/build_plugin.yml",
".github/workflows/make_secrets.py",
"src/api/ApiAuthScope.py",
"src/data/UserStorage.py",
"src/data/Document.py",
"src/data/Folder.py",
"src/data/StorageElement.py",
"src/data/Workspace.py",
"src/data/__init__.py",
"src/data/DocumentsTreeNode.py",
"resources/qml/LoadingItem.qml",
"resources/qml/DocumentsView.qml",
"src/model/DocumentsModel.py",
"src/model/DocumentsItem.py",
"src/data/Root.py",
"src/data/BaseElement.py",
"src/data/Tab.py",
"src/data/Part.py",
"src/model/__init__.py",
"src/api/AcceptBinaryDataScope.py",
"resources/images/onshape-logo-full.svg",
"resources/images/Workspace.svg",
"resources/qml/DocumentsPath.qml",
"resources/qml/DocumentCard.qml",
"resources/qml/ErrorItem.qml",
"resources/qml/SettingsDialog.qml",
"i18n/onshape.pot",
"i18n/fr_FR/onshape.po",
"resources/qml/DocumentsActions.qml"
]
}