From 31e96525a973c6d6a522fe5d45bbae7a4ddc46aa Mon Sep 17 00:00:00 2001 From: Lappland Saluzzo Date: Sat, 24 Jun 2023 18:22:28 +0800 Subject: [PATCH] update privacy policy --- QtAdb/QtAdb.pro.user | 263 +++++++++++++++++++++++++++++++++++++++++++ privacy.md | 21 ++++ 2 files changed, 284 insertions(+) create mode 100644 QtAdb/QtAdb.pro.user create mode 100644 privacy.md diff --git a/QtAdb/QtAdb.pro.user b/QtAdb/QtAdb.pro.user new file mode 100644 index 0000000..2696170 --- /dev/null +++ b/QtAdb/QtAdb.pro.user @@ -0,0 +1,263 @@ + + + + + + EnvironmentId + {e7d51345-9e8a-4ccc-a890-f62f4250ae23} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + false + true + false + 0 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop Qt 6.2.4 MinGW 64-bit + Desktop Qt 6.2.4 MinGW 64-bit + qt.qt6.624.win64_mingw_kit + 1 + 0 + 0 + + 0 + C:\Users\DXLin\Documents\Qt\QTADB\QtAdb\QtAdb\..\build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Debug + C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + C:\Users\DXLin\Documents\Qt\QTADB\QtAdb\QtAdb\..\build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Release + C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + C:\Users\DXLin\Documents\Qt\QTADB\QtAdb\QtAdb\..\build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Profile + C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + 部署 + 部署 + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + true + + 2 + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/QtAdb/QtAdb.pro + C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/QtAdb/QtAdb.pro + false + true + true + false + true + C:/Users/DXLin/Documents/Qt/QTADB/QtAdb/build-QtAdb-Desktop_Qt_6_2_4_MinGW_64_bit-Release + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/privacy.md b/privacy.md new file mode 100644 index 0000000..ee24b1a --- /dev/null +++ b/privacy.md @@ -0,0 +1,21 @@ +# QtAdb - Privacy Policy +Last updated: June 24, 2023 + +## Introduction +This Privacy Policy is meant to help you understand our practices regarding any information we might collect from you or that you provide to us, the ways in which we use this information, and how we handle it. + +Given that we do not collect any personal data, our practices are straightforward and committed to safeguarding your privacy. + +## Personal Data Collection and Use +QtAdb is an open-source application, and we are dedicated to user privacy. In line with this, we confirm that we do not collect, store, or process any personal data from you while you use our application. + +Personal data refers to any information that could potentially identify you as an individual. Since we do not collect such information, there's no possibility of us using, sharing, or selling this data. + +## Security +While QtAdb does not collect personal data, we value your trust in providing any non-personal data, thus we strive to use acceptable means of protecting it. However, no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Changes to this Privacy Policy +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page. + +## Contact Us +If you have any questions about this Privacy Policy, do not hesitate to contact us by email: DXLin666@outlook.com \ No newline at end of file