1、初始化代码;
@ -1,34 +1,11 @@
|
||||
# ---> C++
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
.vs
|
||||
*.bat
|
||||
*.sln
|
||||
.*stash
|
||||
*.vcxproj
|
||||
*.filters
|
||||
/*.user
|
||||
*.user
|
||||
/output
|
||||
/generate
|
||||
/Tools
|
||||
|
@ -0,0 +1,24 @@
|
||||
[submodule "FITK_Kernel/FITKCore"]
|
||||
path = FITK_Kernel/FITKCore
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Kernel/FITKCore.git
|
||||
[submodule "FITK_Kernel/FITKAppFramework"]
|
||||
path = FITK_Kernel/FITKAppFramework
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Kernel/FITKAppFramework.git
|
||||
[submodule "FITK_Interface/FITKVTKAlgorithm"]
|
||||
path = FITK_Interface/FITKVTKAlgorithm
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Interface/FITKVTKAlgorithm.git
|
||||
[submodule "Tools"]
|
||||
path = Tools
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/Tools.git
|
||||
[submodule "FITK_Interface/FITKInterfaceCFDPost"]
|
||||
path = FITK_Interface/FITKInterfaceCFDPost
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Interface/FITKInterfaceCFDPost.git
|
||||
[submodule "FITK_Component/FITKRenderWindowVTK"]
|
||||
path = FITK_Component/FITKRenderWindowVTK
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Component/FITKRenderWindowVTK.git
|
||||
[submodule "FITK_Component/FITKWidget"]
|
||||
path = FITK_Component/FITKWidget
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Component/FITKWidget.git
|
||||
[submodule "FITK_Kernel/FITKEasyParam"]
|
||||
path = FITK_Kernel/FITKEasyParam
|
||||
url = https://codeup.aliyun.com/64fad925ce01efaafef1e9f3/FastCAE_IntTK/FITK_Kernel/FITKEasyParam.git
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/build/"
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"label": "cmake",
|
||||
"type": "shell",
|
||||
"command": "cmake",
|
||||
"args": [
|
||||
".."
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "make",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"command": "C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\mingw32-make.exe",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"label": "Build my project",
|
||||
"dependsOn": [
|
||||
"cmake",
|
||||
"make"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += \
|
||||
$$PWD/FITK_Component \
|
||||
$$PWD/FITK_Interface \
|
||||
$$PWD/FITK_Kernel \
|
||||
$$PWD/GUIFrame/GUIFrame.pro \
|
||||
$$PWD/GUIWidget/GUIWidget.pro \
|
||||
$$PWD/GUIDialog/GUIDialog.pro \
|
||||
$$PWD/PostGraphAdaptor/PostGraphAdaptor.pro \
|
||||
$$PWD/OperatorsGUI/OperatorsGUI.pro \
|
||||
$$PWD/OperatorsInterface/OperatorsInterface.pro \
|
||||
$$PWD/OperatorsModel/OperatorsModel.pro \
|
||||
$$PWD/CFDPostAPP/CFDPostAPP.pro \
|
||||
|
||||
CONFIG += ordered
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 5.0.2, 2024-10-23T17:20:02. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
<value type="QByteArray">{d18c9c4d-1c6c-4e61-844d-97b8856220a1}</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
<value type="int">0</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.EditorSettings</variable>
|
||||
<valuemap type="QVariantMap">
|
||||
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
|
||||
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
|
||||
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
|
||||
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
|
||||
<value type="QString" key="language">Cpp</value>
|
||||
<valuemap type="QVariantMap" key="value">
|
||||
<value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
|
||||
</valuemap>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
|
||||
<value type="QString" key="language">QmlJS</value>
|
||||
<valuemap type="QVariantMap" key="value">
|
||||
<value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
|
||||
</valuemap>
|
||||
</valuemap>
|
||||
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
|
||||
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
|
||||
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
|
||||
<value type="int" key="EditorConfiguration.IndentSize">4</value>
|
||||
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
|
||||
<value type="int" key="EditorConfiguration.MarginColumn">80</value>
|
||||
<value type="bool" key="EditorConfiguration.MouseHiding">true</value>
|
||||
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
|
||||
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
|
||||
<value type="bool" key="EditorConfiguration.PreferSingleLineComments">false</value>
|
||||
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
|
||||
<value type="bool" key="EditorConfiguration.ShowMargin">false</value>
|
||||
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
|
||||
<value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
|
||||
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
|
||||
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
|
||||
<value type="int" key="EditorConfiguration.TabSize">8</value>
|
||||
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
|
||||
<value type="bool" key="EditorConfiguration.UseIndenter">false</value>
|
||||
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
|
||||
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
|
||||
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
|
||||
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
|
||||
<value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value>
|
||||
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
|
||||
<value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
|
||||
</valuemap>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.PluginSettings</variable>
|
||||
<valuemap type="QVariantMap">
|
||||
<valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks">
|
||||
<value type="bool" key="AutoTest.Framework.Boost">true</value>
|
||||
<value type="bool" key="AutoTest.Framework.CTest">false</value>
|
||||
<value type="bool" key="AutoTest.Framework.Catch">true</value>
|
||||
<value type="bool" key="AutoTest.Framework.GTest">true</value>
|
||||
<value type="bool" key="AutoTest.Framework.QtQuickTest">true</value>
|
||||
<value type="bool" key="AutoTest.Framework.QtTest">true</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="AutoTest.CheckStates"/>
|
||||
<value type="int" key="AutoTest.RunAfterBuild">0</value>
|
||||
<value type="bool" key="AutoTest.UseGlobal">true</value>
|
||||
<valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey">
|
||||
<value type="QString">-fno-delayed-template-parsing</value>
|
||||
</valuelist>
|
||||
<value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
|
||||
<value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.BuildSystem</value>
|
||||
<valuemap type="QVariantMap" key="ClangTools">
|
||||
<value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value>
|
||||
<value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
|
||||
<value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
|
||||
<value type="int" key="ClangTools.ParallelJobs">8</value>
|
||||
<valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
|
||||
<valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
|
||||
<valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
|
||||
<value type="bool" key="ClangTools.UseGlobalSettings">true</value>
|
||||
</valuemap>
|
||||
</valuemap>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.Target.0</variable>
|
||||
<valuemap type="QVariantMap">
|
||||
<value type="QString" key="DeviceType">Desktop</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.14.2 MSVC2017 64bit</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.14.2 MSVC2017 64bit</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{b7d4f174-5b09-4abb-bbae-d0f18357e30e}</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||
<value type="int" key="EnableQmlDebugging">0</value>
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">E:/01-CAE/06-Comac/01-Postprocessing-git/APPCFDPost</value>
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">E:/01-CAE/06-Comac/01-Postprocessing-git/build-CFDPost-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">E:\01-CAE\06-Comac\01-Postprocessing-git\build-CFDPost-Desktop_Qt_5_14_2_MSVC2017_64bit-Release</value>
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">E:/01-CAE/06-Comac/01-Postprocessing-git/build-CFDPost-Desktop_Qt_5_14_2_MSVC2017_64bit-Release</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
|
||||
<value type="int" key="QtQuickCompiler">0</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
|
||||
<value type="int" key="EnableQmlDebugging">0</value>
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">E:\01-CAE\06-Comac\01-Postprocessing-git\build-CFDPost-Desktop_Qt_5_14_2_MSVC2017_64bit-Profile</value>
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">E:/01-CAE/06-Comac/01-Postprocessing-git/build-CFDPost-Desktop_Qt_5_14_2_MSVC2017_64bit-Profile</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
|
||||
<value type="int" key="QtQuickCompiler">0</value>
|
||||
<value type="int" key="SeparateDebugInfo">0</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
|
||||
<value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
|
||||
<value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
|
||||
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
|
||||
<valuelist type="QVariantList" key="CustomOutputParsers"/>
|
||||
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
||||
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:E:/01-CAE/06-Comac/01-Postprocessing-git/APPCFDPost/CFDPostAPP/CFDPostAPP.pro</value>
|
||||
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">E:/01-CAE/06-Comac/01-Postprocessing-git/APPCFDPost/CFDPostAPP/CFDPostAPP.pro</value>
|
||||
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
||||
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
||||
<value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
|
||||
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
||||
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
||||
<value type="QString" key="RunConfiguration.WorkingDirectory.default">E:/01-CAE/06-Comac/01-Postprocessing-git/APPCFDPost/CFDPostAPP/../output/bin_d</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
|
||||
</valuemap>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.TargetCount</variable>
|
||||
<value type="int">1</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
|
||||
<value type="int">22</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Version</variable>
|
||||
<value type="int">22</value>
|
||||
</data>
|
||||
</qtcreator>
|
@ -0,0 +1,23 @@
|
||||
HEADERS += \
|
||||
#$$PWD/test1.hpp \
|
||||
$$PWD/MainWindowGenerator.h \
|
||||
$$PWD/ComponentFactory.h \
|
||||
$$PWD/GlobalDataFactory.h \
|
||||
$$PWD/CommandLineHandler.h \
|
||||
$$PWD/WorkBenchHandler.h \
|
||||
$$PWD/CFDPostAPPSettings.h \
|
||||
$$PWD/PreWindowInitializer.h \
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/main.cpp \
|
||||
$$PWD/MainWindowGenerator.cpp \
|
||||
$$PWD/ComponentFactory.cpp \
|
||||
$$PWD/GlobalDataFactory.cpp \
|
||||
$$PWD/CommandLineHandler.cpp \
|
||||
$$PWD/WorkBenchHandler.cpp \
|
||||
$$PWD/CFDPostAPPSettings.cpp \
|
||||
$$PWD/PreWindowInitializer.cpp \
|
||||
|
||||
FORMS += \
|
||||
|
||||
RC_ICONS = icon.ico
|
@ -0,0 +1,85 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += c++11 qt
|
||||
TARGET = CFDPostAPP
|
||||
QT += core gui widgets
|
||||
|
||||
INCLUDEPATH += ./ \
|
||||
../ \
|
||||
../../ \
|
||||
|
||||
include(CFDPostAPP.pri)
|
||||
include(../vtk.pri)
|
||||
|
||||
win32{
|
||||
|
||||
INCLUDEPATH += ./ \
|
||||
../ \
|
||||
../../ \
|
||||
|
||||
Release:CONFIG += console
|
||||
Release:DESTDIR = ../output/bin
|
||||
Release:MOC_DIR = ../generate/CFDPostAPP/release/moc
|
||||
Release:RCC_DIR = ../generate/CFDPostAPP/release/rcc
|
||||
Release:UI_DIR = ../generate/CFDPostAPP/release/qui
|
||||
Release:OBJECTS_DIR = ../generate/CFDPostAPP/release/obj
|
||||
Release:LIBS += \
|
||||
-L../output/bin \
|
||||
-lFITKAppFramework \
|
||||
-lFITKCore \
|
||||
-lFITKRenderWindowVTK \
|
||||
-lFITKWidget \
|
||||
-lFITKInterfaceCFDPost \
|
||||
-lGUIFrame \
|
||||
-lGUIWidget \
|
||||
-lOperatorsModel \
|
||||
-lOperatorsGUI \
|
||||
|
||||
Debug:CONFIG += console
|
||||
Debug:DESTDIR = ../output/bin_d
|
||||
Debug:MOC_DIR = ../generate/CFDPostAPP/debug/moc
|
||||
Debug:RCC_DIR = ../generate/CFDPostAPP/debug/rcc
|
||||
Debug:UI_DIR = ../generate/CFDPostAPP/debug/qui
|
||||
Debug:OBJECTS_DIR = ../generate/CFDPostAPP/debug/obj
|
||||
Debug:LIBS += \
|
||||
-L../output/bin_d \
|
||||
-lFITKAppFramework \
|
||||
-lFITKCore \
|
||||
-lFITKRenderWindowVTK \
|
||||
-lFITKWidget \
|
||||
-lFITKInterfaceCFDPost \
|
||||
-lGUIFrame \
|
||||
-lGUIWidget \
|
||||
-lOperatorsModel \
|
||||
-lOperatorsGUI \
|
||||
|
||||
message("Windows CFDPostAPP generated")
|
||||
}
|
||||
|
||||
unix{
|
||||
|
||||
INCLUDEPATH += ./ \
|
||||
../ \
|
||||
../../ \
|
||||
|
||||
CONFIG += console
|
||||
CONFIG += plugin
|
||||
DESTDIR = ../output/bin
|
||||
MOC_DIR = ../generate/CFDPostAPP/release/moc
|
||||
UI_DIR = ../generate/CFDPostAPP/release/qui
|
||||
RCC_DIR = ../generate/CFDPostAPP/release/rcc
|
||||
OBJECTS_DIR = ../generate/CFDPostAPP/release/obj
|
||||
LIBS += \
|
||||
-L../output/bin \
|
||||
-lFITKAppFramework \
|
||||
-lFITKCore \
|
||||
-lFITKInterfaceCFDPost \
|
||||
-lFITKRenderWindowVTK \
|
||||
-lFITKWidget \
|
||||
-lFITKEasyParam \
|
||||
-lGUIFrame \
|
||||
-lGUIWidget \
|
||||
-lOperatorsModel \
|
||||
-lOperatorsGUI \
|
||||
|
||||
message("Linux CFDPostAPP generated")
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
#include <windows.h>
|
||||
|
||||
IDI_ICON1 ICON DISCARDABLE "E:\\01-Projects\\19-Fly\\02-APPCFDPost-gitea\\CFDPostAPP\\icon.ico"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,0,0
|
||||
PRODUCTVERSION 0,0,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_DLL
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "\0"
|
||||
VALUE "FileDescription", "\0"
|
||||
VALUE "FileVersion", "0.0.0.0\0"
|
||||
VALUE "LegalCopyright", "\0"
|
||||
VALUE "OriginalFilename", "CFDPostAPP.exe\0"
|
||||
VALUE "ProductName", "CFDPostAPP\0"
|
||||
VALUE "ProductVersion", "0.0.0.0\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409, 1200
|
||||
END
|
||||
END
|
||||
/* End of Version info */
|
||||
|
@ -0,0 +1,563 @@
|
||||
#############################################################################
|
||||
# Makefile for building: CFDPostAPP
|
||||
# Generated by qmake (3.1) (Qt 5.14.2)
|
||||
# Project: CFDPostAPP.pro
|
||||
# Template: app
|
||||
# Command: D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile CFDPostAPP.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
#############################################################################
|
||||
|
||||
MAKEFILE = Makefile
|
||||
|
||||
EQ = =
|
||||
|
||||
first: debug
|
||||
install: debug-install
|
||||
uninstall: debug-uninstall
|
||||
QMAKE = D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe
|
||||
DEL_FILE = del
|
||||
CHK_DIR_EXISTS= if not exist
|
||||
MKDIR = mkdir
|
||||
COPY = copy /y
|
||||
COPY_FILE = copy /y
|
||||
COPY_DIR = xcopy /s /q /y /i
|
||||
INSTALL_FILE = copy /y
|
||||
INSTALL_PROGRAM = copy /y
|
||||
INSTALL_DIR = xcopy /s /q /y /i
|
||||
QINSTALL = D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe -install qinstall
|
||||
QINSTALL_PROGRAM = D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe -install qinstall -exe
|
||||
DEL_FILE = del
|
||||
SYMLINK = $(QMAKE) -install ln -f -s
|
||||
DEL_DIR = rmdir
|
||||
MOVE = move
|
||||
IDC = idc
|
||||
IDL = midl
|
||||
ZIP = zip -r -9
|
||||
DEF_FILE =
|
||||
RES_FILE = CFDPostAPP_resource.res
|
||||
SED = $(QMAKE) -install sed
|
||||
MOVE = move
|
||||
SUBTARGETS = \
|
||||
debug \
|
||||
release
|
||||
|
||||
|
||||
debug: $(MAKEFILE) FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug
|
||||
debug-make_first: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug
|
||||
debug-all: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug all
|
||||
debug-clean: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug clean
|
||||
debug-distclean: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug distclean
|
||||
debug-install: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug install
|
||||
debug-uninstall: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug uninstall
|
||||
release: $(MAKEFILE) FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-make_first: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release
|
||||
release-all: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release all
|
||||
release-clean: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release clean
|
||||
release-distclean: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release distclean
|
||||
release-install: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release install
|
||||
release-uninstall: FORCE
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release uninstall
|
||||
|
||||
Makefile: CFDPostAPP.pro D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\win32-msvc\qmake.conf D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\spec_pre.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\angle.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\windows-desktop.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\windows-vulkan.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\msvc-desktop.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\qconfig.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bodymovin_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_charts.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_charts_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_core.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designer.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gui.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_help.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_location.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_network.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_networkauth.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_networkauth_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_purchasing.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_purchasing_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qml.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlmodels.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlmodels_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlworkerscript.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3d.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3d_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dassetimport.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3drender.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3drender_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3druntimerender.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dutils.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dutils_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_script.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_script_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sql.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_svg.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_virtualkeyboard.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webengine.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webengine_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecore.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecore_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginewidgets.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webview.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xml.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt_functions.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt_config.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\win32-msvc\qmake.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\spec_post.prf \
|
||||
..\.qmake.stash \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exclusive_builds.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\msvc-version.conf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\toolchain.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\default_pre.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\default_pre.prf \
|
||||
CFDPostAPP.pri \
|
||||
..\vtk.pri \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resolve_config.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exclusive_builds_post.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\default_post.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resources_functions.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resources.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\moc.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\opengl.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\uic.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qml_debug.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\precompile_header.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\warn_on.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qmake_use.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\file_copies.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\windows.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\testcase_targets.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exceptions.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\yacc.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\lex.prf \
|
||||
CFDPostAPP.pro \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Widgets.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Gui.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Core.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\qtmain.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\build_pass.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\console.prf \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Widgetsd.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Guid.prl \
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Cored.prl
|
||||
$(QMAKE) -o Makefile CFDPostAPP.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\spec_pre.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\angle.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\windows-desktop.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\windows-vulkan.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\msvc-desktop.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\qconfig.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bodymovin_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_charts.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_charts_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_core.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designer.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gui.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_help.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_location.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_network.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_networkauth.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_networkauth_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_purchasing.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_purchasing_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qml.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlmodels.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlmodels_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlworkerscript.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3d.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3d_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dassetimport.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3drender.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3drender_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3druntimerender.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dutils.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick3dutils_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_script.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_script_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sql.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_svg.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_virtualkeyboard.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webengine.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webengine_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecore.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecore_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginewidgets.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webview.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xml.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt_functions.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt_config.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\win32-msvc\qmake.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\spec_post.prf:
|
||||
..\.qmake.stash:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exclusive_builds.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\common\msvc-version.conf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\toolchain.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\default_pre.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\default_pre.prf:
|
||||
CFDPostAPP.pri:
|
||||
..\vtk.pri:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resolve_config.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exclusive_builds_post.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\default_post.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qt.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resources_functions.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\resources.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\moc.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\opengl.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\uic.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qml_debug.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\precompile_header.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\warn_on.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\qmake_use.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\file_copies.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\windows.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\testcase_targets.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\exceptions.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\yacc.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\lex.prf:
|
||||
CFDPostAPP.pro:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Widgets.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Gui.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Core.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\qtmain.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\build_pass.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\mkspecs\features\win32\console.prf:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Widgetsd.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Guid.prl:
|
||||
D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\Qt5Cored.prl:
|
||||
qmake: FORCE
|
||||
@$(QMAKE) -o Makefile CFDPostAPP.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
|
||||
qmake_all: FORCE
|
||||
|
||||
make_first: debug-make_first release-make_first FORCE
|
||||
all: debug-all release-all FORCE
|
||||
clean: debug-clean release-clean FORCE
|
||||
-$(DEL_FILE) CFDPostAPP.vc.pdb
|
||||
-$(DEL_FILE) CFDPostAPP.ilk
|
||||
-$(DEL_FILE) CFDPostAPP.idb
|
||||
distclean: debug-distclean release-distclean FORCE
|
||||
-$(DEL_FILE) Makefile
|
||||
-$(DEL_FILE) CFDPostAPP.pdb
|
||||
|
||||
debug-mocclean:
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug mocclean
|
||||
release-mocclean:
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release mocclean
|
||||
mocclean: debug-mocclean release-mocclean
|
||||
|
||||
debug-mocables:
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Debug mocables
|
||||
release-mocables:
|
||||
@set MAKEFLAGS=$(MAKEFLAGS)
|
||||
$(MAKE) -f $(MAKEFILE).Release mocables
|
||||
mocables: debug-mocables release-mocables
|
||||
|
||||
check: first
|
||||
|
||||
benchmark: first
|
||||
FORCE:
|
||||
|
||||
$(MAKEFILE).Debug: Makefile
|
||||
$(MAKEFILE).Release: Makefile
|
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,6 @@
|
||||
.vs
|
||||
*.bat
|
||||
*.sln
|
||||
.*stash
|
||||
*.vcxproj
|
||||
*.filters
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/build/"
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"label": "cmake",
|
||||
"type": "shell",
|
||||
"command": "cmake",
|
||||
"args": [
|
||||
".."
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "make",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"command": "C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\mingw32-make.exe",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"label": "Build my project",
|
||||
"dependsOn": [
|
||||
"cmake",
|
||||
"make"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>FITKGraph3DWindowVTK</class>
|
||||
<widget class="QWidget" name="FITKGraph3DWindowVTK">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>498</width>
|
||||
<height>387</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
@ -0,0 +1,67 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>FITKIcons/icoR_viewFront.svg</file>
|
||||
<file>FITKIcons/icoR_viewBack.svg</file>
|
||||
<file>FITKIcons/icoR_viewTop.svg</file>
|
||||
<file>FITKIcons/icoR_viewBottom.svg</file>
|
||||
<file>FITKIcons/icoR_viewLeft.svg</file>
|
||||
<file>FITKIcons/icoR_viewRight.svg</file>
|
||||
<file>FITKIcons/icoR_viewIso.svg</file>
|
||||
<file>FITKIcons/icoR_viewUser1.svg</file>
|
||||
<file>FITKIcons/icoR_viewUser2.svg</file>
|
||||
<file>FITKIcons/icoR_viewUser3.svg</file>
|
||||
<file>FITKIcons/icoR_viewSave.svg</file>
|
||||
<file>FITKIcons/icoR_info.svg</file>
|
||||
<file>FITKIcons/icoR_modelSmall.svg</file>
|
||||
<file>FITKIcons/icoR_profile.svg</file>
|
||||
<file>FITKIcons/icoR_assignShellNormal.svg</file>
|
||||
<file>FITKIcons/icoR_partInstance.svg</file>
|
||||
<file>FITKIcons/icoR_plotCommonOptions.svg</file>
|
||||
<file>FITKIcons/icoR_plotContourDeformed.svg</file>
|
||||
<file>FITKIcons/icoR_plotDeformed.svg</file>
|
||||
<file>FITKIcons/icoR_plotContourOptions.svg</file>
|
||||
<file>FITKIcons/icoR_animScaleFactor.svg</file>
|
||||
<file>FITKIcons/icoR_options.svg</file>
|
||||
<file>FITKIcons/icoR_animHarmonic.svg</file>
|
||||
<file>FITKIcons/icoR_xyData.svg</file>
|
||||
<file>FITKIcons/icoR_xyData_manager.svg</file>
|
||||
<file>FITKIcons/icoR_viewCut.svg</file>
|
||||
<file>FITKIcons/icoR_freeBodyDiagram.svg</file>
|
||||
<file>FITKIcons/icoR_synchLayers.svg</file>
|
||||
<file>FITKIcons/icoR_viewPan.svg</file>
|
||||
<file>FITKIcons/icoR_viewRotate.svg</file>
|
||||
<file>FITKIcons/icoR_viewZoom.svg</file>
|
||||
<file>FITKIcons/icoR_viewZoomRectangle.svg</file>
|
||||
<file>FITKIcons/icoR_boundaryCondition.svg</file>
|
||||
<file>FITKIcons/icoR_colorCode.svg</file>
|
||||
<file>FITKIcons/icoR_constraint.svg</file>
|
||||
<file>FITKIcons/icoR_displayGroupRemove.svg</file>
|
||||
<file>FITKIcons/icoR_displayGroupReplace.svg</file>
|
||||
<file>FITKIcons/icoR_displayGroupShowAll.svg</file>
|
||||
<file>FITKIcons/icoR_fieldOutput.svg</file>
|
||||
<file>FITKIcons/icoR_fileNew.svg</file>
|
||||
<file>FITKIcons/icoR_fileOpen.svg</file>
|
||||
<file>FITKIcons/icoR_fileSave.svg</file>
|
||||
<file>FITKIcons/icoR_framePrevious.svg</file>
|
||||
<file>FITKIcons/icoR_frameNext.svg</file>
|
||||
<file>FITKIcons/icoR_frameFirst.svg</file>
|
||||
<file>FITKIcons/icoR_frameLast.svg</file>
|
||||
<file>FITKIcons/icoR_historyOutput.svg</file>
|
||||
<file>FITKIcons/icoR_interaction.svg</file>
|
||||
<file>FITKIcons/icoR_interactionProperty.svg</file>
|
||||
<file>FITKIcons/icoR_job.svg</file>
|
||||
<file>FITKIcons/icoR_load.svg</file>
|
||||
<file>FITKIcons/icoR_materialAdd.svg</file>
|
||||
<file>FITKIcons/icoR_meshVerify.svg</file>
|
||||
<file>FITKIcons/icoR_part.svg</file>
|
||||
<file>FITKIcons/icoR_referencePoint.svg</file>
|
||||
<file>FITKIcons/icoR_section.svg</file>
|
||||
<file>FITKIcons/icoR_sectionAssign.svg</file>
|
||||
<file>FITKIcons/icoR_step.svg</file>
|
||||
<file>FITKIcons/icoR_viewFit.svg</file>
|
||||
<file>FITKIcons/icoR_viewParallel.svg</file>
|
||||
<file>FITKIcons/icoR_viewPerspective.svg</file>
|
||||
<file>FITKIcons/icoR_autofit.png</file>
|
||||
<file>FITKIcons/icoR_saveimage.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#FE9100;}
|
||||
</style>
|
||||
<rect x="3.5" y="6.5" class="st0" width="25" height="22"/>
|
||||
<line class="st1" x1="3.5" y1="11" x2="28.5" y2="11"/>
|
||||
<line class="st1" x1="8.5" y1="6.5" x2="8.5" y2="10.5"/>
|
||||
<line class="st1" x1="13.8" y1="6.5" x2="13.8" y2="10.5"/>
|
||||
<line class="st1" x1="19.2" y1="6.5" x2="19.2" y2="10.5"/>
|
||||
<line class="st1" x1="24" y1="6.5" x2="24" y2="10.5"/>
|
||||
<path class="st2" d="M19.4,25.8c-0.1,0-0.2,0-0.2,0c-0.7-0.1-1.4-0.4-2-1.1c-0.6-0.7-1.1-1.6-1.5-2.9c-0.7-2.2-1.4-3.7-2.1-4.7
|
||||
c-0.5-0.7-1-1.1-1.5-1.1h0c-0.8,0-1.7,1-2.7,2.9c-0.8,1.6-1.2,3.1-1.2,3.2l-1.2-0.4c0-0.1,0.5-1.7,1.3-3.4c1.2-2.4,2.4-3.6,3.7-3.6
|
||||
h0c0.9,0,1.7,0.5,2.5,1.6c0.8,1.1,1.5,2.8,2.2,5.1c0.6,1.9,1.4,3,2.4,3.1c0.4,0,0.9-0.1,1.5-0.4c0.5-0.3,1-0.7,1.6-1.3
|
||||
c1-1.1,1.8-2.3,2.1-2.8l1.1,0.6c-0.3,0.6-1.2,2-2.3,3.2c-0.6,0.7-1.2,1.2-1.8,1.5C20.7,25.6,20,25.8,19.4,25.8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#FE9100;}
|
||||
</style>
|
||||
<rect x="3.5" y="6.5" class="st0" width="25" height="22"/>
|
||||
<line class="st1" x1="3.5" y1="11" x2="28.5" y2="11"/>
|
||||
<line class="st1" x1="8.5" y1="6.5" x2="8.5" y2="10.5"/>
|
||||
<line class="st1" x1="13.8" y1="6.5" x2="13.8" y2="10.5"/>
|
||||
<line class="st1" x1="19.2" y1="6.5" x2="19.2" y2="10.5"/>
|
||||
<line class="st1" x1="24" y1="6.5" x2="24" y2="10.5"/>
|
||||
<path class="st1" d="M6.5,19.5c0,0,10,0,10-5"/>
|
||||
<path class="st1" d="M6.5,19.5c0,0,10,0,10,5"/>
|
||||
<path class="st2" d="M22,14.4l-0.6,0.6c1.1,1.2,1.7,2.6,1.9,4.3c0.1,1.4-0.2,2.6-0.8,3.7l-0.9-0.6l-0.3,3.4l2.9-1.8l-1-0.6
|
||||
c0.7-1.2,1-2.6,0.9-4.2C23.9,17.4,23.2,15.8,22,14.4L22,14.4L22,14.4z"/>
|
||||
<path class="st2" d="M22,24.8L22,24.8c1.3-1.4,1.9-3,2.1-4.8c0.1-1.6-0.2-3-0.9-4.2l1-0.6l-2.9-1.8l0.3,3.4l0.9-0.6
|
||||
c0.6,1,0.9,2.3,0.8,3.7c-0.1,1.7-0.7,3.1-1.9,4.3L22,24.8L22,24.8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st3{fill:#FE9100;}
|
||||
.st4{fill:#374C5C;}
|
||||
.st5{font-family:'ArialMT';}
|
||||
.st6{font-size:12px;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<rect x="4.8" y="15.2" class="st1" width="22.4" height="13"/>
|
||||
<line class="st2" x1="15.7" y1="11.8" x2="15.7" y2="21.8"/>
|
||||
<polygon class="st3" points="13.2,11.9 18.2,11.9 15.8,7.7 "/>
|
||||
<text transform="matrix(1 0 0 1 4.2232 10.5654)" class="st4 st5 st6">n</text>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st2{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<line class="st1" x1="6.1" y1="24" x2="3.1" y2="29"/>
|
||||
<line class="st1" x1="11.6" y1="24" x2="8.6" y2="29"/>
|
||||
<line class="st1" x1="17" y1="24" x2="14" y2="29"/>
|
||||
<line class="st1" x1="22.5" y1="24" x2="19.5" y2="29"/>
|
||||
<line class="st1" x1="27.9" y1="24" x2="24.9" y2="29"/>
|
||||
<path class="st2" d="M3.1,6.6h8.5V16h17v8H3C3,24,3.1,6.5,3.1,6.6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE0E0;}
|
||||
.st1{fill:#697689;}
|
||||
.st2{fill:#719943;}
|
||||
.st3{fill:#47B1D8;}
|
||||
.st4{fill:#DE4130;}
|
||||
.st5{fill:#FFFFFF;stroke:#697689;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M15.5,30.6c-2.8,0-5.1-0.8-6.2-2.2c-0.5-0.6-0.7-1.3-0.6-1.9c0.2-1.1,1-1.5,2-1.8c0.5-0.2,1-0.4,1.4-0.8
|
||||
c0.7-0.7,1.1-1.6,1-2.6c0-1.2-0.7-3.3-2.9-3.6c-0.3,0-0.5-0.1-0.8-0.1c-0.5,0-1,0.1-1.5,0.1c-0.5,0.1-1,0.1-1.4,0.1
|
||||
c-0.7,0-1.7-0.1-2.6-1.1C3,15.9,2.9,13,4.1,10.1c0.8-2,3.4-6.6,9.8-6.6c0.4,0,0.9,0,1.4,0.1c12.4,1.2,13.1,11.2,13.1,14.2
|
||||
c-0.1,5.2-4.7,12.8-12.7,12.8L15.5,30.6z"/>
|
||||
<path class="st1" d="M13.9,4c0.4,0,0.9,0,1.3,0.1c11.9,1.2,12.7,10.8,12.6,13.7c-0.1,5-4.5,12.3-12.2,12.3l-0.1,0
|
||||
c-3.8,0-5.4-1.4-5.9-2c-0.4-0.5-0.6-1-0.5-1.5c0.1-0.8,0.7-1.1,1.7-1.5c0.5-0.2,1.1-0.5,1.5-0.9c0.8-0.8,1.2-1.8,1.2-3
|
||||
c0-1.3-0.8-3.7-3.3-4.1c-0.3,0-0.6-0.1-0.9-0.1c-0.5,0-1.1,0.1-1.6,0.1c-0.5,0.1-0.9,0.1-1.4,0.1c-0.7,0-1.4-0.1-2.3-1
|
||||
c-0.5-0.5-0.8-3.1,0.4-6.1C5.5,8,8.1,4,13.9,4 M13.9,3C3.4,3,1.3,14.9,3.4,17.1c1,1,2,1.3,3,1.3c1,0,2-0.2,2.9-0.2
|
||||
c0.2,0,0.5,0,0.7,0.1c2.1,0.3,2.5,2.5,2.5,3.1c0,0.6-0.1,1.5-0.9,2.2c-0.9,0.9-3.1,0.8-3.5,2.9c-0.4,2.1,2.1,4.6,7.4,4.7
|
||||
c0,0,0.1,0,0.1,0c8.5,0,13.1-8,13.2-13.3C28.9,13.2,27,4.2,15.3,3.1C14.8,3.1,14.4,3,13.9,3L13.9,3z"/>
|
||||
</g>
|
||||
<circle class="st2" cx="22" cy="20" r="2"/>
|
||||
<circle class="st3" cx="18" cy="25" r="2"/>
|
||||
<circle class="st4" cx="20" cy="14" r="2"/>
|
||||
<circle class="st5" cx="13" cy="11" r="3"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#FE9100;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st3{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<line class="st1" x1="9.5" y1="19.8" x2="21.5" y2="19.8"/>
|
||||
<path class="st1" d="M21.5,19.5c0-3.9-5.4-7-12-7"/>
|
||||
<path class="st1" d="M21.5,19.5c0,3.9-5.4,7-12,7"/>
|
||||
<rect x="21.5" y="16.3" class="st2" width="7" height="7"/>
|
||||
<rect x="-4" y="15.8" transform="matrix(1.850483e-07 1 -1 1.850483e-07 25.2542 12.2542)" class="st3" width="21" height="6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:#FFA800;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#697483;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<circle class="st0" cx="21" cy="16.3" r="7"/>
|
||||
<circle class="st1" cx="11" cy="16.3" r="7"/>
|
||||
<circle class="st2" cx="21" cy="16.3" r="7"/>
|
||||
</svg>
|
After Width: | Height: | Size: 683 B |
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:#FFA800;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#697483;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<circle class="st0" cx="11" cy="15.3" r="7"/>
|
||||
<circle class="st1" cx="21" cy="15.3" r="7"/>
|
||||
<circle class="st2" cx="11" cy="15.3" r="7"/>
|
||||
</svg>
|
After Width: | Height: | Size: 683 B |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFA800;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<circle class="st0" cx="15.5" cy="16.5" r="7"/>
|
||||
</svg>
|
After Width: | Height: | Size: 518 B |
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{display:none;fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#657386;}
|
||||
.st3{font-family:'04b03';}
|
||||
.st4{font-size:8.5px;}
|
||||
.st5{fill:url(#SVGID_1_);stroke:#657386;stroke-miterlimit:10;}
|
||||
.st6{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<path class="st1" d="M3.5,4.5h9v10h16v8h-25C3.5,22.5,3.4,4.4,3.5,4.5z"/>
|
||||
<text transform="matrix(1 0 0 1 4.5566 30.1455)" class="st2 st3 st4">11010</text>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.1847" y1="4.9525" x2="24.6161" y2="26.3839">
|
||||
<stop offset="0" style="stop-color:#FF0000"/>
|
||||
<stop offset="0.245" style="stop-color:#FFFF00"/>
|
||||
<stop offset="0.6361" style="stop-color:#00FF00"/>
|
||||
<stop offset="1" style="stop-color:#0000FF"/>
|
||||
</linearGradient>
|
||||
<path class="st5" d="M3.5,4.6H12V14h17v8H3.5C3.5,22,3.5,4.5,3.5,4.6z"/>
|
||||
<line class="st6" x1="16.5" y1="20.6" x2="16.5" y2="15.6"/>
|
||||
<polygon class="st2" points="18.9,20 14,20 16.4,24.2 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657386;}
|
||||
</style>
|
||||
<path class="st0" d="M24.9,8.2l-5.5-4.8H5.8v25.7h20.9V9.9L24.9,8.2z M24.3,9.9h-4V6.3L24.3,9.9z M7.4,27.5V5h11.2v6.4h6.4v16.1H7.4
|
||||
z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 569 B |
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657386;}
|
||||
.st1{fill:#FFA800;}
|
||||
</style>
|
||||
<path class="st0" d="M26.9,15.9H7.8c-0.7,0-1.3,0.4-1.5,1.1l-1.7,5.1V8.3h7.9c0,1.8,1.4,3.2,3.2,3.2h7.9v2.4c0,0.4,0.4,0.8,0.8,0.8
|
||||
c0.4,0,0.8-0.4,0.8-0.8c0,0,0,0,0,0h0v-2.4c0-0.9-0.7-1.6-1.6-1.6h-7.9c-0.9,0-1.6-0.7-1.6-1.6c0-0.4-0.2-0.8-0.5-1.1
|
||||
c-0.3-0.3-0.7-0.5-1.1-0.5H4.6C3.7,6.7,3,7.4,3,8.3V27c0,0.9,0.7,1.6,1.6,1.6h19.1c0.7,0,1.3-0.4,1.5-1.1l3.3-10
|
||||
C28.4,16.6,27.7,15.9,26.9,15.9z"/>
|
||||
<path class="st1" d="M28.4,7.5c-1-1.9-4.1-5.9-11.8-1.7c0,0,8.5-2.1,9.5,2.6l-1.4,0l3.5,2.2l1.3-3.9C29.5,6.7,28.4,7.5,28.4,7.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 973 B |
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
</style>
|
||||
<path class="st0" d="M4.3,3.4v21.1c0,1.9,1.6,3.5,3.5,3.5h21.1V3.4C28.8,3.4,4.3,3.4,4.3,3.4z M23.6,26.2h-7v-3.5H13v3.5H9.5v-7h14
|
||||
L23.6,26.2L23.6,26.2z M25.3,14c0,0.9-0.9,1.8-1.8,1.8h-14c-0.9,0-1.8-0.9-1.8-1.8V5.2h17.5L25.3,14L25.3,14z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 672 B |
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;fill:#4D82B6;}
|
||||
.st1{display:none;fill:#657386;}
|
||||
.st2{fill:#4D82B6;}
|
||||
.st3{fill:#657386;}
|
||||
</style>
|
||||
<path class="st0" d="M25,18.4c0.2-0.8,0.3-2.6,0.2-3.5c-0.4-6-7.3-9-12.2-7.8c3.7,1.3,7.4,4.7,7.4,8.8c0,0.5,0,1-0.1,1.5l-3.9-0.4
|
||||
l2.6,3l2.6,3l3.3-2.1l3.3-2.1L25,18.4z"/>
|
||||
<path class="st0" d="M7,13.9c-0.2,0.8-0.3,2.6-0.3,3.5c0.3,6.1,7.1,9.2,12,8.1c-3.6-1.4-7.3-4.9-7.2-9c0-0.5,0.1-1,0.1-1.5l3.9,0.5
|
||||
l-2.5-3l-2.5-3l-3.3,2l-3.3,2L7,13.9z"/>
|
||||
<path class="st0" d="M16.1,8.3L5.5,13.6c-2,1-2,3.8,0,4.8l10.7,5.3c1.3,0.7,2.9,0.1,3.6-1.2c0.2-0.4,0.3-0.8,0.3-1.2V10.7
|
||||
C20,9.2,18.8,8,17.3,8C16.9,8,16.5,8.1,16.1,8.3L16.1,8.3z"/>
|
||||
<rect x="23" y="8" class="st1" width="2" height="16"/>
|
||||
<path class="st0" d="M16.9,8.3C16.5,8.1,16.1,8,15.7,8C14.2,8,13,9.2,13,10.7v10.7c0,0.4,0.1,0.8,0.3,1.2c0.7,1.3,2.3,1.9,3.6,1.2
|
||||
l10.7-5.3c2-1,2-3.8,0-4.8L16.9,8.3L16.9,8.3z"/>
|
||||
<rect x="8" y="8" transform="matrix(-1 -4.547486e-11 4.547486e-11 -1 18 32.0095)" class="st1" width="2" height="16"/>
|
||||
<path class="st0" d="M17,10.6c-0.3-0.1-0.5-0.2-0.8-0.2c-1,0-1.9,0.8-1.9,1.9l0,7.5c0,0.3,0.1,0.6,0.2,0.8c0.5,0.9,1.6,1.3,2.5,0.8
|
||||
l7.5-3.8c1.4-0.7,1.4-2.7,0-3.4L17,10.6L17,10.6z"/>
|
||||
<rect x="27" y="8.1" class="st1" width="2" height="16"/>
|
||||
<path class="st0" d="M7.6,10.6c-0.3-0.1-0.5-0.2-0.8-0.2c-1,0-1.9,0.8-1.9,1.9l0,7.5c0,0.3,0.1,0.6,0.2,0.8c0.5,0.9,1.6,1.3,2.5,0.8
|
||||
l7.5-3.8c1.4-0.7,1.4-2.7,0-3.4L7.6,10.6L7.6,10.6z"/>
|
||||
<path class="st2" d="M16.9,10.6l-7.5,3.8c-1.4,0.7-1.4,2.7,0,3.4l7.5,3.8c0.9,0.5,2.1,0.1,2.5-0.8c0.1-0.3,0.2-0.5,0.2-0.8l0-7.5
|
||||
c0-1-0.8-1.9-1.9-1.9C17.4,10.4,17.1,10.5,16.9,10.6L16.9,10.6z"/>
|
||||
<rect x="4.9" y="8.1" transform="matrix(-1 -4.547486e-11 4.547486e-11 -1 11.7428 32.1436)" class="st3" width="2" height="16"/>
|
||||
<path class="st2" d="M26.3,10.6l-7.5,3.8c-1.4,0.7-1.4,2.7,0,3.4l7.5,3.8c0.9,0.5,2.1,0.1,2.5-0.8c0.1-0.3,0.2-0.5,0.2-0.8l0-7.5
|
||||
c0-1-0.8-1.9-1.9-1.9C26.8,10.4,26.5,10.5,26.3,10.6L26.3,10.6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;fill:#4D82B6;}
|
||||
.st1{display:none;fill:#657386;}
|
||||
.st2{fill:#4D82B6;}
|
||||
.st3{fill:#657386;}
|
||||
</style>
|
||||
<path class="st0" d="M25,18.4c0.2-0.8,0.3-2.6,0.2-3.5c-0.4-6-7.3-9-12.2-7.8c3.7,1.3,7.4,4.7,7.4,8.8c0,0.5,0,1-0.1,1.5l-3.9-0.4
|
||||
l2.6,3l2.6,3l3.3-2.1l3.3-2.1L25,18.4z"/>
|
||||
<path class="st0" d="M7,13.9c-0.2,0.8-0.3,2.6-0.3,3.5c0.3,6.1,7.1,9.2,12,8.1c-3.6-1.4-7.3-4.9-7.2-9c0-0.5,0.1-1,0.1-1.5l3.9,0.5
|
||||
l-2.5-3l-2.5-3l-3.3,2l-3.3,2L7,13.9z"/>
|
||||
<path class="st0" d="M16.1,8.3L5.5,13.6c-2,1-2,3.8,0,4.8l10.7,5.3c1.3,0.7,2.9,0.1,3.6-1.2c0.2-0.4,0.3-0.8,0.3-1.2V10.7
|
||||
C20,9.2,18.8,8,17.3,8C16.9,8,16.5,8.1,16.1,8.3L16.1,8.3z"/>
|
||||
<rect x="23" y="8" class="st1" width="2" height="16"/>
|
||||
<path class="st0" d="M16.9,8.3C16.5,8.1,16.1,8,15.7,8C14.2,8,13,9.2,13,10.7v10.7c0,0.4,0.1,0.8,0.3,1.2c0.7,1.3,2.3,1.9,3.6,1.2
|
||||
l10.7-5.3c2-1,2-3.8,0-4.8L16.9,8.3L16.9,8.3z"/>
|
||||
<rect x="8" y="8" transform="matrix(-1 -4.547486e-11 4.547486e-11 -1 18 32.0095)" class="st1" width="2" height="16"/>
|
||||
<path class="st2" d="M17,10.6c-0.3-0.1-0.5-0.2-0.8-0.2c-1,0-1.9,0.8-1.9,1.9l0,7.5c0,0.3,0.1,0.6,0.2,0.8c0.5,0.9,1.6,1.3,2.5,0.8
|
||||
l7.5-3.8c1.4-0.7,1.4-2.7,0-3.4L17,10.6L17,10.6z"/>
|
||||
<rect x="27" y="8.1" class="st3" width="2" height="16"/>
|
||||
<path class="st2" d="M7.6,10.6c-0.3-0.1-0.5-0.2-0.8-0.2c-1,0-1.9,0.8-1.9,1.9l0,7.5c0,0.3,0.1,0.6,0.2,0.8c0.5,0.9,1.6,1.3,2.5,0.8
|
||||
l7.5-3.8c1.4-0.7,1.4-2.7,0-3.4L7.6,10.6L7.6,10.6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 3.3 KiB |
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;fill:#4D82B6;}
|
||||
.st1{fill:#4D82B6;}
|
||||
.st2{fill:#657386;}
|
||||
</style>
|
||||
<path class="st0" d="M25,18.4c0.2-0.8,0.3-2.6,0.2-3.5c-0.4-6-7.3-9-12.2-7.8c3.7,1.3,7.4,4.7,7.4,8.8c0,0.5,0,1-0.1,1.5l-3.9-0.4
|
||||
l2.6,3l2.6,3l3.3-2.1l3.3-2.1L25,18.4z"/>
|
||||
<path class="st0" d="M7,13.9c-0.2,0.8-0.3,2.6-0.3,3.5c0.3,6.1,7.1,9.2,12,8.1c-3.6-1.4-7.3-4.9-7.2-9c0-0.5,0.1-1,0.1-1.5l3.9,0.5
|
||||
l-2.5-3l-2.5-3l-3.3,2l-3.3,2L7,13.9z"/>
|
||||
<path class="st1" d="M16.1,8.3L5.5,13.6c-2,1-2,3.8,0,4.8l10.7,5.3c1.3,0.7,2.9,0.1,3.6-1.2c0.2-0.4,0.3-0.8,0.3-1.2V10.7
|
||||
C20,9.2,18.8,8,17.3,8C16.9,8,16.5,8.1,16.1,8.3L16.1,8.3z"/>
|
||||
<rect x="23" y="8" class="st2" width="2" height="16"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#4D82B6;}
|
||||
.st3{fill:#FF9200;}
|
||||
.st4{fill:none;stroke:#FF9200;stroke-miterlimit:10;}
|
||||
.st5{fill:#657386;}
|
||||
</style>
|
||||
<rect x="5.5" y="10.5" class="st0" width="6" height="4"/>
|
||||
<line class="st0" x1="11.5" y1="14.5" x2="11.5" y2="10.5"/>
|
||||
<rect x="5.5" y="14.5" class="st0" width="6" height="4"/>
|
||||
<line class="st0" x1="11.5" y1="18.5" x2="11.5" y2="14.5"/>
|
||||
<rect x="5.5" y="18.5" class="st0" width="6" height="4"/>
|
||||
<line class="st0" x1="11.5" y1="22.5" x2="11.5" y2="18.5"/>
|
||||
<rect x="5.5" y="22.5" class="st0" width="6" height="4"/>
|
||||
<line class="st0" x1="11.5" y1="26.5" x2="11.5" y2="22.5"/>
|
||||
<rect x="5.5" y="6.5" class="st0" width="6" height="4"/>
|
||||
<line class="st0" x1="11.5" y1="10.5" x2="11.5" y2="6.5"/>
|
||||
<path class="st1" d="M8.2,0.6"/>
|
||||
<path class="st1" d="M11.4,4.6"/>
|
||||
<path class="st1" d="M25.6,8.6"/>
|
||||
<path class="st1" d="M25.6,12.6"/>
|
||||
<path class="st2" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<path class="st3" d="M19.2,15l-1.1-1.8l4.4-0.4l-2.2,3.9L19.2,15z"/>
|
||||
<path class="st3" d="M17.1,16.6L16,14.8l4.4-0.4l-2.2,3.9L17.1,16.6z"/>
|
||||
<line class="st4" x1="10.5" y1="20.5" x2="18" y2="16"/>
|
||||
<path class="st3" d="M18.5,23.8l-1.1,1.8l4.4,0.4L19.7,22L18.5,23.8z"/>
|
||||
<line class="st4" x1="11.9" y1="19.8" x2="19.4" y2="24.3"/>
|
||||
<rect x="10" y="4" class="st5" width="2" height="24"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{display:none;fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#657386;}
|
||||
.st3{font-family:'04b03';}
|
||||
.st4{font-size:8.5px;}
|
||||
.st5{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st6{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st7{fill:#56A844;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<path class="st1" d="M3.5,4.5h9v10h16v8h-25C3.5,22.5,3.4,4.4,3.5,4.5z"/>
|
||||
<text transform="matrix(1 0 0 1 4.5566 30.1455)" class="st2 st3 st4">11010</text>
|
||||
<path class="st5" d="M3.5,4.6H12V14h17v8H3.5C3.5,22,3.5,4.5,3.5,4.6z"/>
|
||||
<line class="st6" x1="16.5" y1="20.6" x2="16.5" y2="15.6"/>
|
||||
<polygon class="st2" points="18.9,20 14,20 16.4,24.2 "/>
|
||||
<rect x="2" y="3" class="st7" width="4" height="4"/>
|
||||
<rect x="2" y="20" class="st7" width="4" height="4"/>
|
||||
<rect x="10" y="12" class="st7" width="4" height="4"/>
|
||||
<rect x="18" y="12" class="st7" width="4" height="4"/>
|
||||
<rect x="26" y="12" class="st7" width="4" height="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
</style>
|
||||
<path class="st0" d="M16,4C9.2,4,3.6,9.6,3.6,16.4S9.2,28.8,16,28.8s12.4-5.6,12.4-12.4S22.9,4,16,4z M16,23.9
|
||||
c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2c0.7,0,1.2,0.6,1.2,1.2S16.7,23.9,16,23.9L16,23.9z M17.3,20.1h-2.5V9h2.5V20.1z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 663 B |
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#56A844;}
|
||||
.st3{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st4{fill:#FE9100;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<line class="st1" x1="6.5" y1="20.6" x2="6.5" y2="15.6"/>
|
||||
<polygon class="st2" points="9,19 4,19 6.4,23.2 "/>
|
||||
<polygon class="st2" points="9,16 4,16 6.4,11.8 "/>
|
||||
<line class="st1" x1="14.5" y1="20.6" x2="14.5" y2="15.6"/>
|
||||
<polygon class="st2" points="17,19 12,19 14.4,23.2 "/>
|
||||
<polygon class="st2" points="17,16 12,16 14.4,11.8 "/>
|
||||
<rect x="2.5" y="6.5" class="st3" width="16" height="6"/>
|
||||
<rect x="2.5" y="22.5" class="st4" width="16" height="6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#56A844;}
|
||||
.st3{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st4{fill:#FE9100;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st5{fill:none;stroke:#FF5500;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<line class="st1" x1="6.5" y1="20.6" x2="6.5" y2="15.6"/>
|
||||
<polygon class="st2" points="9,19 4,19 6.4,23.2 "/>
|
||||
<polygon class="st2" points="9,16 4,16 6.4,11.8 "/>
|
||||
<line class="st1" x1="14.5" y1="20.6" x2="14.5" y2="15.6"/>
|
||||
<polygon class="st2" points="17,19 12,19 14.4,23.2 "/>
|
||||
<polygon class="st2" points="17,16 12,16 14.4,11.8 "/>
|
||||
<rect x="2.5" y="6.5" class="st3" width="16" height="6"/>
|
||||
<rect x="2.5" y="22.5" class="st4" width="16" height="6"/>
|
||||
<g>
|
||||
<line class="st5" x1="2.5" y1="17.5" x2="19.5" y2="17.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#657386;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<rect x="5.3" y="24.6" class="st1" width="12.2" height="3.9"/>
|
||||
<rect x="8.9" y="23.5" class="st1" width="5" height="1"/>
|
||||
<rect x="3.5" y="10.5" class="st1" width="16" height="12"/>
|
||||
<rect x="7" y="26" class="st2" width="2" height="1"/>
|
||||
<rect x="14" y="26" class="st2" width="2" height="1"/>
|
||||
<rect x="6" y="13" class="st0" width="3" height="1"/>
|
||||
<rect x="11" y="13" class="st0" width="5.5" height="1"/>
|
||||
<rect x="6" y="15" class="st0" width="3" height="1"/>
|
||||
<rect x="11" y="15" class="st0" width="5.5" height="1"/>
|
||||
<rect x="6" y="18" class="st0" width="3" height="1"/>
|
||||
<rect x="11" y="18" class="st0" width="5.5" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{display:none;fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st3{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st4{fill:#FE9100;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<path class="st1" d="M3.5,4.5h9v10h16v8h-25C3.5,22.5,3.4,4.4,3.5,4.5z"/>
|
||||
<path class="st2" d="M3.1,10.6h8.5V20h17v8H3C3,28,3.1,10.5,3.1,10.6z"/>
|
||||
<line class="st3" x1="17.5" y1="14.6" x2="17.5" y2="7.6"/>
|
||||
<polygon class="st4" points="20,14 15,14 17.4,18.2 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#4D82B6;}
|
||||
.st3{fill:#56A844;}
|
||||
</style>
|
||||
<rect x="3.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 -3)" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 52 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 36 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 13)" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<path class="st1" d="M7.5,2.6"/>
|
||||
<path class="st1" d="M7.5,6.6"/>
|
||||
<path class="st1" d="M23.6,8.6"/>
|
||||
<path class="st1" d="M23.6,12.6"/>
|
||||
<path class="st2" d="M29.3,5.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,3.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,2,26.1,2,26,2.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,2,23.2,2,23.1,2.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,7.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,11
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V5.8C29.6,5.6,29.5,5.5,29.3,5.4z M24.8,8.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,8.1,24.8,8.1z"/>
|
||||
<path class="st3" d="M17.8,19.6L14,15.8l1-1l2.8,2.8l5.1-5.1l1,1L17.8,19.6L17.8,19.6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:#DFE9F5;}
|
||||
.st2{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st3{fill:#56A844;}
|
||||
.st4{fill:#FE9100;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st5{fill:#4D82B6;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<rect x="3.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 -3)" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 52 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 36 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 13)" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<rect x="4" y="8" class="st1" width="6" height="4"/>
|
||||
<line class="st2" x1="7.5" y1="6.6" x2="7.5" y2="2.6"/>
|
||||
<polygon class="st3" points="9.9,6 5,6 7.4,10.2 "/>
|
||||
<line class="st2" x1="23.6" y1="12.6" x2="23.6" y2="8.6"/>
|
||||
<polygon class="st3" points="26.1,12 21.1,12 23.5,16.2 "/>
|
||||
<rect x="19" y="20" class="st1" width="9.2" height="5"/>
|
||||
<rect x="20.1" y="16" class="st4" width="7" height="7"/>
|
||||
<circle class="st5" cx="23.6" cy="5" r="3.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657386;}
|
||||
.st1{fill:#4D82B6;}
|
||||
</style>
|
||||
<rect x="3" y="6" class="st0" width="4" height="4"/>
|
||||
<rect x="10" y="6" class="st0" width="18" height="4"/>
|
||||
<rect x="3" y="13" class="st1" width="4" height="4"/>
|
||||
<rect x="10" y="13" class="st1" width="18" height="4"/>
|
||||
<rect x="3" y="20" class="st0" width="4" height="4"/>
|
||||
<rect x="10" y="20" class="st0" width="18" height="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 783 B |
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:#4D82B6;}
|
||||
</style>
|
||||
<polygon class="st0" points="7.8,7.9 16.5,7.9 16.5,17.6 28,17.6 28,25.2 24.1,29 4,29 4,11.8 "/>
|
||||
<polygon class="st0" points="4,11.8 12.6,11.8 12.6,21.4 24.2,21.4 24.2,29.1 4,29.1 4,11.8 "/>
|
||||
<line class="st0" x1="12.6" y1="11.8" x2="16.5" y2="7.9"/>
|
||||
<line class="st0" x1="12.6" y1="21.4" x2="16.5" y2="17.5"/>
|
||||
<line class="st0" x1="24.2" y1="21.4" x2="28" y2="17.5"/>
|
||||
<path class="st1" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:#4D82B6;}
|
||||
.st2{fill:#56A844;}
|
||||
</style>
|
||||
<polygon class="st0" points="5.5,10.1 13.2,10.1 13.2,18.8 23.6,18.8 23.6,25.6 20.1,29 2,29 2,13.5 "/>
|
||||
<polygon class="st0" points="2,13.5 9.8,13.5 9.8,22.2 20.1,22.2 20.1,29.1 2,29.1 2,13.5 "/>
|
||||
<line class="st0" x1="9.8" y1="13.5" x2="13.2" y2="10.1"/>
|
||||
<line class="st0" x1="9.8" y1="22.2" x2="13.2" y2="18.7"/>
|
||||
<line class="st0" x1="20.1" y1="22.2" x2="23.6" y2="18.7"/>
|
||||
<path class="st1" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<path class="st2" d="M22.8,14.2l-3.2-3.5c-0.1-0.1-0.3-0.1-0.5,0C19,10.8,19,10.9,19,11v1.9c-2.7,0-4.8,2.1-4.8,4.8
|
||||
c0,0.6,0.1,1.3,0.4,1.9c0.4-2,2.3-3.5,4.4-3.5v1.9c0,0.1,0,0.2,0.1,0.3c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2,0,0.2-0.1l3.2-3.4
|
||||
c0.1-0.1,0.1-0.1,0.1-0.2C22.9,14.4,22.8,14.3,22.8,14.2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#4D82B6;}
|
||||
.st3{font-family:'MicrosoftYaHei';}
|
||||
.st4{font-size:10px;}
|
||||
</style>
|
||||
<rect x="3.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="12.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="16.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="20.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="24.5" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 -3)" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 52 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 1)" class="st0" width="4" height="4"/>
|
||||
<rect x="19.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 48 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 5)" class="st0" width="4" height="4"/>
|
||||
<rect x="15.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 44 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="20.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 36 9)" class="st0" width="4" height="4"/>
|
||||
<rect x="11.5" y="24.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 40 13)" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="8.5" class="st0" width="4" height="4"/>
|
||||
<path class="st1" d="M7.5,2.6"/>
|
||||
<path class="st1" d="M7.5,6.6"/>
|
||||
<path class="st1" d="M23.6,8.6"/>
|
||||
<path class="st1" d="M23.6,12.6"/>
|
||||
<text transform="matrix(1 0 0 1 12.6875 14.1875)" class="st2 st3 st4">123</text>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:url(#SVGID_1_);stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.012" y1="8.988" x2="24.012" y2="31.988">
|
||||
<stop offset="0" style="stop-color:#FF0000"/>
|
||||
<stop offset="0.3243" style="stop-color:#FFFF00"/>
|
||||
<stop offset="0.6807" style="stop-color:#00FF00"/>
|
||||
<stop offset="0.948" style="stop-color:#0000FF"/>
|
||||
</linearGradient>
|
||||
<path class="st0" d="M3.5,6.5h8v12c0,0,15,0,16,2v8c0,0-10-2-16-2s-8,0-8,0V6.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 891 B |
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:url(#SVGID_1_);stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{fill:#657386;}
|
||||
</style>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.5" y1="3.5" x2="15.5" y2="15.5">
|
||||
<stop offset="0" style="stop-color:#FF0000"/>
|
||||
<stop offset="0.3243" style="stop-color:#FFFF00"/>
|
||||
<stop offset="0.6807" style="stop-color:#00FF00"/>
|
||||
<stop offset="0.948" style="stop-color:#0000FF"/>
|
||||
</linearGradient>
|
||||
<rect x="3.5" y="3.5" class="st0" width="12" height="12"/>
|
||||
<rect x="16" y="19" class="st1" width="2" height="2"/>
|
||||
<rect x="19" y="19" class="st1" width="11" height="2"/>
|
||||
<rect x="16" y="23" class="st1" width="2" height="2"/>
|
||||
<rect x="19" y="23" class="st1" width="11" height="2"/>
|
||||
<rect x="16" y="27" class="st1" width="2" height="2"/>
|
||||
<rect x="19" y="27" class="st1" width="11" height="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st1{display:none;fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<rect x="3.5" y="10.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="10.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="14.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="14.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="18.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="18.5" class="st0" width="4" height="4"/>
|
||||
<rect x="3.5" y="22.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="22.5" class="st0" width="4" height="4"/>
|
||||
<rect x="23.5" y="18.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 46 -5)" class="st1" width="4" height="4"/>
|
||||
<rect x="23.5" y="22.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 50 -1)" class="st1" width="4" height="4"/>
|
||||
<rect x="19.5" y="18.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 42 -1)" class="st1" width="4" height="4"/>
|
||||
<rect x="19.5" y="22.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 46 3)" class="st1" width="4" height="4"/>
|
||||
<rect x="15.5" y="18.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 38 3)" class="st1" width="4" height="4"/>
|
||||
<rect x="15.5" y="22.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 42 7)" class="st1" width="4" height="4"/>
|
||||
<rect x="11.5" y="18.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 34 7)" class="st1" width="4" height="4"/>
|
||||
<rect x="11.5" y="22.5" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 38 11)" class="st1" width="4" height="4"/>
|
||||
<rect x="3.5" y="6.5" class="st0" width="4" height="4"/>
|
||||
<rect x="7.5" y="6.5" class="st0" width="4" height="4"/>
|
||||
<path class="st0" d="M11.5,18.5c0,0,14,0,16,2v8c0,0-7-2-16-2V18.5z"/>
|
||||
<path class="st2" d="M11.5,22.5c0,0,10,0,16,2"/>
|
||||
<path class="st2" d="M14.5,18.5c0,0,1,3,0.2,8.2"/>
|
||||
<path class="st2" d="M18.5,18.5c0,0,1,3,0.2,8.2"/>
|
||||
<path class="st2" d="M22.5,19c0,0,1,3,0.2,8.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st3{fill:#FE9100;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<rect x="3.8" y="15.2" class="st1" width="22.4" height="13"/>
|
||||
<rect x="6.7" y="17.7" class="st1" width="16.7" height="8.1"/>
|
||||
<line class="st2" x1="14.7" y1="11.8" x2="14.7" y2="29.8"/>
|
||||
<polygon class="st3" points="12.2,11.9 17.2,11.9 14.8,7.7 "/>
|
||||
<line class="st2" x1="25.6" y1="21.7" x2="2.6" y2="21.7"/>
|
||||
<polygon class="st3" points="25.5,24.2 25.5,19.2 29.7,21.6 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#374C5C;}
|
||||
.st1{font-family:'MicrosoftYaHei';}
|
||||
.st2{font-size:24px;}
|
||||
.st3{fill:#4D82B6;}
|
||||
.st4{font-family:'ArialMT';}
|
||||
.st5{font-size:10px;}
|
||||
</style>
|
||||
<text transform="matrix(1 0 0 1 6.4404 26.6553)" class="st0 st1 st2">x</text>
|
||||
<text transform="matrix(1 0 0 1 15.3318 12.7705)" class="st3 st4 st5">RP</text>
|
||||
</svg>
|
After Width: | Height: | Size: 726 B |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st3{fill:#FE9100;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<polygon class="st1" points="5.1,14.5 10.6,14.5 10.6,19.9 21.8,19.9 21.8,14.5 27.4,14.5 27.4,29.4 21.8,29.4 21.8,24.7 10.6,24.7
|
||||
10.6,29.4 5.1,29.4 "/>
|
||||
<line class="st2" x1="23.6" y1="22.2" x2="26.9" y2="22.2"/>
|
||||
<line class="st2" x1="18.7" y1="22.2" x2="22" y2="22.2"/>
|
||||
<line class="st2" x1="14.1" y1="22.2" x2="17.4" y2="22.2"/>
|
||||
<line class="st2" x1="9.2" y1="22.2" x2="12.5" y2="22.2"/>
|
||||
<line class="st2" x1="4.7" y1="22.2" x2="7.9" y2="22.2"/>
|
||||
<polygon class="st3" points="4.6,19.5 4.6,24.5 0.5,22 "/>
|
||||
<line class="st2" x1="15.7" y1="16.2" x2="15.7" y2="19.5"/>
|
||||
<line class="st2" x1="15.7" y1="11.8" x2="15.7" y2="15.1"/>
|
||||
<polygon class="st3" points="13.2,11.9 18.2,11.9 15.8,7.7 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:none;stroke:#FE9100;stroke-miterlimit:10;}
|
||||
.st3{fill:#FE9100;}
|
||||
.st4{fill:#56A844;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<polygon class="st1" points="17.9,7.7 17.9,13.2 12.6,13.2 12.6,24.4 17.9,24.4 17.9,30 3.1,30 3.1,24.4 7.8,24.4 7.8,13.2
|
||||
3.1,13.2 3.1,7.7 "/>
|
||||
<line class="st2" x1="10.3" y1="26.2" x2="10.3" y2="29.5"/>
|
||||
<line class="st2" x1="10.3" y1="21.3" x2="10.3" y2="24.6"/>
|
||||
<line class="st2" x1="10.3" y1="16.7" x2="10.3" y2="20"/>
|
||||
<line class="st2" x1="10.3" y1="11.8" x2="10.3" y2="15.1"/>
|
||||
<line class="st2" x1="10.3" y1="7.3" x2="10.3" y2="10.5"/>
|
||||
<polygon class="st3" points="13,7.2 8,7.2 10.4,3.1 "/>
|
||||
<line class="st2" x1="16.3" y1="18.3" x2="13" y2="18.3"/>
|
||||
<line class="st2" x1="20.7" y1="18.3" x2="17.4" y2="18.3"/>
|
||||
<polygon class="st3" points="20.6,15.8 20.6,20.8 24.8,18.4 "/>
|
||||
<path class="st4" d="M22.3,29.1L23,26l3.8-0.2L23,25.5l-0.7-3.1l6.6,3.3L22.3,29.1z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:none;stroke:#56A844;stroke-miterlimit:10;}
|
||||
.st2{fill:#56A844;}
|
||||
.st3{fill:#FE9100;stroke:#657386;stroke-miterlimit:10;}
|
||||
.st4{fill:#DFE9F5;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<line class="st1" x1="18.6" y1="22.4" x2="8.6" y2="22.4"/>
|
||||
<polygon class="st2" points="16.1,19.9 16.1,24.9 20.3,22.5 "/>
|
||||
<rect x="20.3" y="18" class="st3" width="8.9" height="8.9"/>
|
||||
<circle class="st4" cx="7.2" cy="22.4" r="4.8"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
</style>
|
||||
<path class="st0" d="M25,18.4c0.2-0.8,0.3-2.6,0.2-3.5c-0.4-6-7.3-9-12.2-7.8c3.7,1.3,7.4,4.7,7.4,8.8c0,0.5,0,1-0.1,1.5l-3.9-0.4
|
||||
l2.6,3l2.6,3l3.3-2.1l3.3-2.1L25,18.4z"/>
|
||||
<path class="st0" d="M7,13.9c-0.2,0.8-0.3,2.6-0.3,3.5c0.3,6.1,7.1,9.2,12,8.1c-3.6-1.4-7.3-4.9-7.2-9c0-0.5,0.1-1,0.1-1.5l3.9,0.5
|
||||
l-2.5-3l-2.5-3l-3.3,2l-3.3,2L7,13.9z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 772 B |
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#56A844;}
|
||||
.st1{fill:#FF9100;}
|
||||
.st2{fill:#374C5C;}
|
||||
.st3{font-family:'ArialMT';}
|
||||
.st4{font-size:12px;}
|
||||
</style>
|
||||
<path class="st0" d="M27.3,26.1h-20v1.8h20V26.1z"/>
|
||||
<path class="st0" d="M7.5,24.4L3,27l4.4,2.7V24.4z"/>
|
||||
<path class="st1" d="M27.4,27.9l0-20l-1.8,0l0,20L27.4,27.9z"/>
|
||||
<path class="st1" d="M29.1,8.8l-2.7-4.4l-2.6,4.4L29.1,8.8z"/>
|
||||
<text transform="matrix(1 0 0 1 6.4404 22.6888)" class="st2 st3 st4">x</text>
|
||||
<text transform="matrix(1 0 0 1 17.0609 11.7012)" class="st2 st3 st4">y</text>
|
||||
</svg>
|
After Width: | Height: | Size: 916 B |
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#56A844;}
|
||||
.st1{fill:#4D82B8;}
|
||||
.st2{fill:#374C5C;}
|
||||
.st3{font-family:'ArialMT';}
|
||||
.st4{font-size:12px;}
|
||||
</style>
|
||||
<path class="st0" d="M4.8,26.1h20v1.8h-20V26.1z"/>
|
||||
<path class="st0" d="M24.7,24.4l4.4,2.6l-4.4,2.7V24.4z"/>
|
||||
<path class="st1" d="M4.8,27.9l0-20l1.8,0l0,20L4.8,27.9z"/>
|
||||
<path class="st1" d="M3,8.8l2.7-4.4l2.6,4.4L3,8.8z"/>
|
||||
<text transform="matrix(1 0 0 1 21.7289 22.6888)" class="st2 st3 st4">x</text>
|
||||
<text transform="matrix(1 0 0 1 11.2698 11.7012)" class="st2 st3 st4">z</text>
|
||||
</svg>
|
After Width: | Height: | Size: 910 B |
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4D82B6;}
|
||||
.st1{fill:url(#SVGID_1_);stroke:#657386;stroke-miterlimit:10;}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{fill:none;stroke:#657386;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M29.3,6.4l-0.6-0.1c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.5-0.8c-0.1-0.1-0.1-0.3-0.1-0.4L28,4.3
|
||||
c0.1-0.2,0-0.4-0.2-0.5l-1.4-0.8C26.4,3,26.1,3,26,3.1l-0.4,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0
|
||||
c-0.1,0-0.3,0-0.4-0.1l-0.4-0.5C23.5,3,23.2,3,23.1,3.1l-1.4,0.8c-0.2,0.1-0.2,0.3-0.2,0.5l0.2,0.6c0.1,0.1,0,0.3-0.1,0.4
|
||||
c-0.2,0.2-0.3,0.5-0.5,0.8c-0.1,0.1-0.2,0.2-0.3,0.2l-0.6,0.1c-0.2,0-0.3,0.2-0.3,0.4v1.6c0,0.2,0.1,0.4,0.3,0.4L21,8.9
|
||||
c0.1,0,0.3,0.1,0.3,0.2c0.1,0.3,0.3,0.6,0.5,0.8c0.1,0.1,0.1,0.3,0.1,0.4l-0.2,0.6c-0.1,0.2,0,0.4,0.2,0.5l1.4,0.8
|
||||
c0.2,0.1,0.4,0.1,0.5-0.1l0.4-0.5c0.1-0.1,0.2-0.2,0.4-0.1c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1L26,12
|
||||
c0.1,0.2,0.3,0.2,0.5,0.1l1.4-0.8c0.2-0.1,0.2-0.3,0.2-0.5l-0.2-0.6c-0.1-0.1,0-0.3,0.1-0.4c0.2-0.2,0.3-0.5,0.5-0.8
|
||||
c0.1-0.1,0.2-0.2,0.3-0.2l0.6-0.1c0.2,0,0.3-0.2,0.3-0.4V6.8C29.6,6.6,29.5,6.5,29.3,6.4z M24.8,9.1c-0.8,0-1.5-0.7-1.5-1.5
|
||||
s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S25.6,9.1,24.8,9.1z"/>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.1847" y1="7.9525" x2="24.6161" y2="29.3839">
|
||||
<stop offset="0" style="stop-color:#FF0000"/>
|
||||
<stop offset="0.245" style="stop-color:#FFFF00"/>
|
||||
<stop offset="0.6361" style="stop-color:#00FF00"/>
|
||||
<stop offset="1" style="stop-color:#0000FF"/>
|
||||
</linearGradient>
|
||||
<path class="st1" d="M3.5,7.6H12V17h17v8H3.5C3.5,25,3.5,7.5,3.5,7.6z"/>
|
||||
<g>
|
||||
<rect x="17.6" y="17.5" class="st2" width="10.9" height="7"/>
|
||||
</g>
|
||||
<line class="st3" x1="17.7" y1="5.8" x2="17.7" y2="9.8"/>
|
||||
<line class="st3" x1="17.7" y1="10.8" x2="17.7" y2="14.8"/>
|
||||
<line class="st3" x1="17.7" y1="15.8" x2="17.7" y2="19.8"/>
|
||||
<line class="st3" x1="17.7" y1="20.8" x2="17.7" y2="24.8"/>
|
||||
<line class="st3" x1="17.7" y1="26.8" x2="17.7" y2="30.8"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:#657386;}
|
||||
.st2{fill:#FE9100;}
|
||||
</style>
|
||||
<g>
|
||||
<rect x="3.5" y="3.5" class="st0" width="25" height="25"/>
|
||||
<path class="st1" d="M28,4v24H4V4H28 M29,3H3v26h26V3L29,3z"/>
|
||||
</g>
|
||||
<path class="st2" d="M10.3,8.5l4.7,4.7l-1.7,1.7l-4.7-4.7L5.8,13V5.8h7.3L10.3,8.5z M21.8,23.5l-4.7-4.7l1.7-1.7l4.7,4.7l2.8-2.8
|
||||
v7.3H19C19.1,26.2,21.8,23.5,21.8,23.5z M23.5,10.2l-4.7,4.7l-1.7-1.7l4.7-4.7l-2.7-2.7h7.3V13C26.3,13,23.5,10.2,23.5,10.2z
|
||||
M8.6,21.8l4.7-4.7l1.7,1.7l-4.7,4.7l2.7,2.7H5.8V19L8.6,21.8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 921 B |