添加项目文件。
This commit is contained in:
44
NodeEditorPro/resources/DefaultStyle - 副本.json
Normal file
44
NodeEditorPro/resources/DefaultStyle - 副本.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"FlowViewStyle": {
|
||||
"BackgroundColor": [ 53, 53, 53 ],
|
||||
"FineGridColor": [ 60, 60, 60 ],
|
||||
"CoarseGridColor": [ 25, 25, 25 ]
|
||||
},
|
||||
"NodeStyle": {
|
||||
"NormalBoundaryColor": [ 255, 255, 255 ],
|
||||
"SelectedBoundaryColor": [ 255, 165, 0 ],
|
||||
"BackgroundColor": [ 34, 34, 34 ],
|
||||
"TitleColor": [ 253, 204, 82 ],
|
||||
"GradientColor0": "gray",
|
||||
"GradientColor1": [ 80, 80, 80 ],
|
||||
"GradientColor2": [ 64, 64, 64 ],
|
||||
"GradientColor3": [ 58, 58, 58 ],
|
||||
"ShadowColor": [ 20, 20, 20 ],
|
||||
"FontColor": "white",
|
||||
"FontColorFaded": "gray",
|
||||
"ConnectionPointColor": [ 169, 169, 169 ],
|
||||
"FilledConnectionPointColor": "cyan",
|
||||
"ErrorColor": "red",
|
||||
"WarningColor": [ 128, 128, 0 ],
|
||||
|
||||
"PenWidth": 1.0,
|
||||
"HoveredPenWidth": 1.5,
|
||||
|
||||
"ConnectionPointDiameter": 8.0,
|
||||
|
||||
"Opacity": 0.8
|
||||
},
|
||||
"ConnectionStyle": {
|
||||
"ConstructionColor": "gray",
|
||||
"NormalColor": "darkcyan",
|
||||
"SelectedColor": [ 100, 100, 100 ],
|
||||
"SelectedHaloColor": "orange",
|
||||
"HoveredColor": "lightcyan",
|
||||
|
||||
"LineWidth": 3.0,
|
||||
"ConstructionLineWidth": 2.0,
|
||||
"PointDiameter": 10.0,
|
||||
|
||||
"UseDataDefinedColors": false
|
||||
}
|
||||
}
|
44
NodeEditorPro/resources/DefaultStyle.json
Normal file
44
NodeEditorPro/resources/DefaultStyle.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"FlowViewStyle": {
|
||||
"BackgroundColor": [ 53, 53, 53 ],
|
||||
"FineGridColor": [ 60, 60, 60 ],
|
||||
"CoarseGridColor": [ 25, 25, 25 ]
|
||||
},
|
||||
"NodeStyle": {
|
||||
"NormalBoundaryColor": [ 255, 255, 255 ],
|
||||
"SelectedBoundaryColor": [ 255, 165, 0 ],
|
||||
"BackgroundColor": [ 34, 34, 34 ],
|
||||
"TitleColor": [ 253, 204, 82 ],
|
||||
"GradientColor0": "gray",
|
||||
"GradientColor1": [ 80, 80, 80 ],
|
||||
"GradientColor2": [ 64, 64, 64 ],
|
||||
"GradientColor3": [ 58, 58, 58 ],
|
||||
"ShadowColor": [ 20, 20, 20 ],
|
||||
"FontColor": "white",
|
||||
"FontColorFaded": "gray",
|
||||
"ConnectionPointColor": [ 169, 169, 169 ],
|
||||
"FilledConnectionPointColor": "cyan",
|
||||
"ErrorColor": "red",
|
||||
"WarningColor": [ 128, 128, 0 ],
|
||||
|
||||
"PenWidth": 1.0,
|
||||
"HoveredPenWidth": 1.5,
|
||||
|
||||
"ConnectionPointDiameter": 8.0,
|
||||
|
||||
"Opacity": 0.8
|
||||
},
|
||||
"ConnectionStyle": {
|
||||
"ConstructionColor": "gray",
|
||||
"NormalColor": "darkcyan",
|
||||
"SelectedColor": [ 100, 100, 100 ],
|
||||
"SelectedHaloColor": "orange",
|
||||
"HoveredColor": "lightcyan",
|
||||
|
||||
"LineWidth": 3.0,
|
||||
"ConstructionLineWidth": 2.0,
|
||||
"PointDiameter": 10.0,
|
||||
|
||||
"UseDataDefinedColors": false
|
||||
}
|
||||
}
|
BIN
NodeEditorPro/resources/convert.png
Normal file
BIN
NodeEditorPro/resources/convert.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
NodeEditorPro/resources/logo.png
Normal file
BIN
NodeEditorPro/resources/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
7
NodeEditorPro/resources/resources.qrc
Normal file
7
NodeEditorPro/resources/resources.qrc
Normal file
@ -0,0 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>DefaultStyle.json</file>
|
||||
<file>convert.png</file>
|
||||
<file>logo.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
Reference in New Issue
Block a user