From d304829763ca5461d56986ad55e23ceb2ae7eef6 Mon Sep 17 00:00:00 2001 From: chenhuijun Date: Thu, 25 Apr 2024 17:01:02 +0800 Subject: [PATCH] Remove all "Created by" --- AppVersion.h.in | 4 ---- docs/v0.6.10.txt | 5 ----- docs/v0.6.11.txt | 8 -------- docs/v0.6.8.txt | 3 --- docs/v0.6.9.txt | 8 -------- src/UserOperationLogForm.cpp | 4 ---- src/appvals/AppGlobalValues.h | 4 ---- src/components/AccountRoleComboDelegate.cpp | 4 ---- src/components/AccountRoleComboDelegate.h | 4 ---- src/components/DateSlidePickerBox.cpp | 4 ---- src/components/DateSlidePickerBox.h | 4 ---- src/components/ListBox.cpp | 3 --- src/components/ListBox.h | 4 ---- src/components/RollingMessageWidget.cpp | 4 ---- src/components/RollingMessageWidget.h | 4 ---- src/components/SlidePickerBox.cpp | 4 ---- src/components/SlidePickerBox.h | 4 ---- src/components/SlideTableView.cpp | 4 ---- src/components/SlideTableView.h | 4 ---- src/components/VerticalTextToolButton.cpp | 4 ---- src/components/VerticalTextToolButton.h | 4 ---- src/db/CenterAlignSqlTableModel.cpp | 4 ---- src/db/CenterAlignSqlTableModel.h | 4 ---- src/db/SQLHelper.h | 4 ---- src/device/DeviceManager.cpp | 4 ---- src/device/DeviceManager.h | 4 ---- src/dialogs/AccountFormDialog.cpp | 3 --- src/dialogs/AccountFormDialog.h | 4 ---- src/dialogs/AlertDialog.cpp | 4 ---- src/dialogs/AlertDialog.h | 4 ---- src/dialogs/ChangePasswordFormDialog.cpp | 4 ---- src/dialogs/ChangePasswordFormDialog.h | 4 ---- src/dialogs/DateSelectDialog.cpp | 4 ---- src/dialogs/DateSelectDialog.h | 4 ---- src/dialogs/DialogManager.cpp | 4 ---- src/dialogs/DialogManager.h | 4 ---- src/dialogs/EditPatientDialog.cpp | 3 --- src/dialogs/EditPatientDialog.h | 4 ---- src/dialogs/GUIFormBaseDialog.cpp | 4 ---- src/dialogs/GUIFormBaseDialog.h | 4 ---- src/dialogs/SelectDialog.cpp | 4 ---- src/dialogs/SelectDialog.h | 4 ---- src/errorhandle/GUIErrorBase.cpp | 4 ---- src/errorhandle/GUIErrorBase.h | 4 ---- src/errorhandle/GUIErrorFactory.cpp | 4 ---- src/errorhandle/GUIErrorFactory.h | 4 ---- src/errorhandle/GUIErrorHandle.cpp | 4 ---- src/errorhandle/GUIErrorHandle.h | 4 ---- src/errorhandle/GUIErrorLE.cpp | 4 ---- src/errorhandle/GUIErrorLE.h | 4 ---- src/errorhandle/GUIErrorLW.cpp | 4 ---- src/errorhandle/GUIErrorLW.h | 4 ---- src/event/EventCenter.cpp | 4 ---- src/event/EventCenter.h | 4 ---- src/forms/TopBarWidget.cpp | 4 ---- src/forms/TopBarWidget.h | 4 ---- src/forms/scan/ScanFormWidget.cpp | 4 ---- src/forms/scan/ScanFormWidget.h | 4 ---- src/forms/select/PatientInformation.h | 4 ---- src/forms/select/SelectFormWidget.cpp | 3 --- src/forms/select/SelectFormWidget.h | 4 ---- src/forms/settings/AccountTableForm.cpp | 4 ---- src/forms/settings/AccountTableForm.h | 4 ---- src/forms/settings/SettingFormWidget.cpp | 4 ---- src/forms/settings/SettingFormWidget.h | 4 ---- src/json/ScanJson.cpp | 4 ---- src/json/ScanJson.h | 4 ---- src/log/LogFileTableModel.cpp | 4 ---- src/log/LogFileTableModel.h | 4 ---- src/log/UserOperationLog.cpp | 4 ---- src/log/UserOperationLog.h | 4 ---- src/models/User.cpp | 4 ---- src/models/User.h | 4 ---- src/network/GetAdminPsw.cpp | 3 --- src/network/GetAdminPsw.h | 4 ---- src/network/GetIPDialog.cpp | 4 ---- src/network/GetIPDialog.h | 4 ---- src/network/GetRouteDialog.cpp | 4 ---- src/network/GetRouteDialog.h | 4 ---- src/network/NetCfgTableModel.cpp | 4 ---- src/network/NetCfgTableModel.h | 4 ---- 81 files changed, 327 deletions(-) delete mode 100644 docs/v0.6.10.txt delete mode 100644 docs/v0.6.11.txt delete mode 100644 docs/v0.6.8.txt delete mode 100644 docs/v0.6.9.txt diff --git a/AppVersion.h.in b/AppVersion.h.in index bdd7d6a..808a8fa 100644 --- a/AppVersion.h.in +++ b/AppVersion.h.in @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/8. -// - #ifndef GUI_VERSION_H #define GUI_VERSION_H #define GUI_VERSION_MAJOR @GUI_VERSION_MAJOR@ diff --git a/docs/v0.6.10.txt b/docs/v0.6.10.txt deleted file mode 100644 index 1660f2c..0000000 --- a/docs/v0.6.10.txt +++ /dev/null @@ -1,5 +0,0 @@ -v0.6.10 - -重写了整个Patient的修改和新增逻辑,使用模态对话框替代的原来界面内的显示。 -去除了原来界面内编辑区域,只做显示使用。 -此外,使用滑动块替换了性别选择,日期选择的功能。 \ No newline at end of file diff --git a/docs/v0.6.11.txt b/docs/v0.6.11.txt deleted file mode 100644 index 4936d24..0000000 --- a/docs/v0.6.11.txt +++ /dev/null @@ -1,8 +0,0 @@ -v0.6.11 -1. 修复CMake导致的UI构建错误 -2. ShimLib加入了DEV_OUTPATH(当前Scan的数据存储目录)功能 -3. 给日期滑块加入了日期限制。 -4. 修复了TableView列头点击导致的选中行丢失问题。 -5. Windows下新增了异步仿真逻辑。 -6. 实现了Scan json的生成。 -7. 实现了新的分段Scan逻辑。 diff --git a/docs/v0.6.8.txt b/docs/v0.6.8.txt deleted file mode 100644 index cb29f98..0000000 --- a/docs/v0.6.8.txt +++ /dev/null @@ -1,3 +0,0 @@ -第一个release版本。 -基本流程已完备,提交系统测试。 -2022年3月8日 \ No newline at end of file diff --git a/docs/v0.6.9.txt b/docs/v0.6.9.txt deleted file mode 100644 index 202a0a4..0000000 --- a/docs/v0.6.9.txt +++ /dev/null @@ -1,8 +0,0 @@ -v0.6.9 -通过新的当前行判定逻辑,修复了Select Tab页中,Patient 表格排序、选择导致的一系列问题。 -包括: -1. Edit Panel 没有跟随选中更新。 -2. Patient 全部删除之后存在当前选中错误。 -3. 编辑、删除等按钮可用状态不对的错误。 -4. 修复了日期输入框在虚拟键盘下,回车无法退出输入模式的错误。 -2022年3月15日 \ No newline at end of file diff --git a/src/UserOperationLogForm.cpp b/src/UserOperationLogForm.cpp index 0bf890f..de894e6 100644 --- a/src/UserOperationLogForm.cpp +++ b/src/UserOperationLogForm.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #include "UserOperationLogForm.h" #include #include diff --git a/src/appvals/AppGlobalValues.h b/src/appvals/AppGlobalValues.h index c9e62fc..7da9afb 100644 --- a/src/appvals/AppGlobalValues.h +++ b/src/appvals/AppGlobalValues.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/19. -// - #ifndef GUI_APPGLOBALVALUES_H #define GUI_APPGLOBALVALUES_H diff --git a/src/components/AccountRoleComboDelegate.cpp b/src/components/AccountRoleComboDelegate.cpp index 25a5819..be2d60e 100644 --- a/src/components/AccountRoleComboDelegate.cpp +++ b/src/components/AccountRoleComboDelegate.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #include "AccountRoleComboDelegate.h" #include diff --git a/src/components/AccountRoleComboDelegate.h b/src/components/AccountRoleComboDelegate.h index 719a9ea..cd9f647 100644 --- a/src/components/AccountRoleComboDelegate.h +++ b/src/components/AccountRoleComboDelegate.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #ifndef GUI_ACCOUNTROLECOMBODELEGATE_H #define GUI_ACCOUNTROLECOMBODELEGATE_H diff --git a/src/components/DateSlidePickerBox.cpp b/src/components/DateSlidePickerBox.cpp index 4a0ed7a..ba10389 100644 --- a/src/components/DateSlidePickerBox.cpp +++ b/src/components/DateSlidePickerBox.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/24. -// - #include "DateSlidePickerBox.h" #include #include diff --git a/src/components/DateSlidePickerBox.h b/src/components/DateSlidePickerBox.h index d6291a6..0b94f80 100644 --- a/src/components/DateSlidePickerBox.h +++ b/src/components/DateSlidePickerBox.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/24. -// - #ifndef GUI_DATESLIDEPICKERBOX_H #define GUI_DATESLIDEPICKERBOX_H diff --git a/src/components/ListBox.cpp b/src/components/ListBox.cpp index dc284f8..3f533bb 100644 --- a/src/components/ListBox.cpp +++ b/src/components/ListBox.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/21. -// #include "ListBox.h" #include diff --git a/src/components/ListBox.h b/src/components/ListBox.h index 67b1f29..668d73d 100644 --- a/src/components/ListBox.h +++ b/src/components/ListBox.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/21. -// - #ifndef GUI_LISTBOX_H #define GUI_LISTBOX_H diff --git a/src/components/RollingMessageWidget.cpp b/src/components/RollingMessageWidget.cpp index 98420de..40c9301 100644 --- a/src/components/RollingMessageWidget.cpp +++ b/src/components/RollingMessageWidget.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #include "RollingMessageWidget.h" #include diff --git a/src/components/RollingMessageWidget.h b/src/components/RollingMessageWidget.h index d2376a6..f7a4cba 100644 --- a/src/components/RollingMessageWidget.h +++ b/src/components/RollingMessageWidget.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_ROLLINGMESSAGEWIDGET_H #define GUI_ROLLINGMESSAGEWIDGET_H diff --git a/src/components/SlidePickerBox.cpp b/src/components/SlidePickerBox.cpp index 6c018c5..b41afd7 100644 --- a/src/components/SlidePickerBox.cpp +++ b/src/components/SlidePickerBox.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/24. -// - #include "SlidePickerBox.h" #include diff --git a/src/components/SlidePickerBox.h b/src/components/SlidePickerBox.h index 2a28632..22e6d94 100644 --- a/src/components/SlidePickerBox.h +++ b/src/components/SlidePickerBox.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/24. -// - #ifndef GUI_SLIDEPICKERBOX_H #define GUI_SLIDEPICKERBOX_H diff --git a/src/components/SlideTableView.cpp b/src/components/SlideTableView.cpp index a867ce6..ec0696b 100644 --- a/src/components/SlideTableView.cpp +++ b/src/components/SlideTableView.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #include "SlideTableView.h" #include diff --git a/src/components/SlideTableView.h b/src/components/SlideTableView.h index 7a1c2c1..95e0e47 100644 --- a/src/components/SlideTableView.h +++ b/src/components/SlideTableView.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #ifndef GUI_SLIDETABLEVIEW_H #define GUI_SLIDETABLEVIEW_H diff --git a/src/components/VerticalTextToolButton.cpp b/src/components/VerticalTextToolButton.cpp index ca56282..7b29a64 100644 --- a/src/components/VerticalTextToolButton.cpp +++ b/src/components/VerticalTextToolButton.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/1/11. -// - #include #include #include diff --git a/src/components/VerticalTextToolButton.h b/src/components/VerticalTextToolButton.h index 729fd1e..610ae52 100644 --- a/src/components/VerticalTextToolButton.h +++ b/src/components/VerticalTextToolButton.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/1/11. -// - #ifndef GUI_VERTICALTEXTTOOLBUTTON_H #define GUI_VERTICALTEXTTOOLBUTTON_H diff --git a/src/db/CenterAlignSqlTableModel.cpp b/src/db/CenterAlignSqlTableModel.cpp index 0f5e268..fe011a0 100644 --- a/src/db/CenterAlignSqlTableModel.cpp +++ b/src/db/CenterAlignSqlTableModel.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/11. -// - #include "CenterAlignSqlTableModel.h" QVariant CenterAlignSqlTableModel::data(const QModelIndex &index, int role) const { if (index.column() > 0 && role == Qt::TextAlignmentRole) { diff --git a/src/db/CenterAlignSqlTableModel.h b/src/db/CenterAlignSqlTableModel.h index 9dc13b2..7583617 100644 --- a/src/db/CenterAlignSqlTableModel.h +++ b/src/db/CenterAlignSqlTableModel.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/11. -// - #ifndef GUI_CENTERALIGNSQLTABLEMODEL_H #define GUI_CENTERALIGNSQLTABLEMODEL_H diff --git a/src/db/SQLHelper.h b/src/db/SQLHelper.h index a507fe4..640e94d 100644 --- a/src/db/SQLHelper.h +++ b/src/db/SQLHelper.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/11. -// - #ifndef GUI_SQLHELPER_H #define GUI_SQLHELPER_H diff --git a/src/device/DeviceManager.cpp b/src/device/DeviceManager.cpp index fd7252c..712877c 100644 --- a/src/device/DeviceManager.cpp +++ b/src/device/DeviceManager.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/12. -// - #include "DeviceManager.h" #include diff --git a/src/device/DeviceManager.h b/src/device/DeviceManager.h index 67cc099..8b5e5ba 100644 --- a/src/device/DeviceManager.h +++ b/src/device/DeviceManager.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/12. -// - #ifndef GUI_DEVICEMANAGER_H #define GUI_DEVICEMANAGER_H diff --git a/src/dialogs/AccountFormDialog.cpp b/src/dialogs/AccountFormDialog.cpp index f0f3920..5900451 100644 --- a/src/dialogs/AccountFormDialog.cpp +++ b/src/dialogs/AccountFormDialog.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2021/11/10. -// #include "AccountFormDialog.h" #include diff --git a/src/dialogs/AccountFormDialog.h b/src/dialogs/AccountFormDialog.h index 713fa72..9ae4d83 100644 --- a/src/dialogs/AccountFormDialog.h +++ b/src/dialogs/AccountFormDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/10. -// - #ifndef GUI_ACCOUNTFORMDIALOG_H #define GUI_ACCOUNTFORMDIALOG_H class QLabel; diff --git a/src/dialogs/AlertDialog.cpp b/src/dialogs/AlertDialog.cpp index 5b74c8d..3e80d71 100644 --- a/src/dialogs/AlertDialog.cpp +++ b/src/dialogs/AlertDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #include "AlertDialog.h" #include diff --git a/src/dialogs/AlertDialog.h b/src/dialogs/AlertDialog.h index 5f0df99..fe53150 100644 --- a/src/dialogs/AlertDialog.h +++ b/src/dialogs/AlertDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #ifndef GUI_ALERTDIALOG_H #define GUI_ALERTDIALOG_H class QLabel; diff --git a/src/dialogs/ChangePasswordFormDialog.cpp b/src/dialogs/ChangePasswordFormDialog.cpp index 5e941b6..9f2c221 100644 --- a/src/dialogs/ChangePasswordFormDialog.cpp +++ b/src/dialogs/ChangePasswordFormDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #include "ChangePasswordFormDialog.h" #include diff --git a/src/dialogs/ChangePasswordFormDialog.h b/src/dialogs/ChangePasswordFormDialog.h index 6b2e300..f85a7c3 100644 --- a/src/dialogs/ChangePasswordFormDialog.h +++ b/src/dialogs/ChangePasswordFormDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #ifndef GUI_CHANGEPASSWORDFORMDIALOG_H #define GUI_CHANGEPASSWORDFORMDIALOG_H diff --git a/src/dialogs/DateSelectDialog.cpp b/src/dialogs/DateSelectDialog.cpp index 0a0aaad..650de20 100644 --- a/src/dialogs/DateSelectDialog.cpp +++ b/src/dialogs/DateSelectDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/24. -// - #include "DateSelectDialog.h" #include #include diff --git a/src/dialogs/DateSelectDialog.h b/src/dialogs/DateSelectDialog.h index 731a8cc..8dc82b6 100644 --- a/src/dialogs/DateSelectDialog.h +++ b/src/dialogs/DateSelectDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/24. -// - #ifndef GUI_DATESELECTDIALOG_H #define GUI_DATESELECTDIALOG_H diff --git a/src/dialogs/DialogManager.cpp b/src/dialogs/DialogManager.cpp index 07a07d5..bc2e02c 100644 --- a/src/dialogs/DialogManager.cpp +++ b/src/dialogs/DialogManager.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/7/19. -// - #include "DialogManager.h" #include diff --git a/src/dialogs/DialogManager.h b/src/dialogs/DialogManager.h index bd6b34b..fe74ddd 100644 --- a/src/dialogs/DialogManager.h +++ b/src/dialogs/DialogManager.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/7/19. -// - #ifndef GUI_DIALOGMANAGER_H #define GUI_DIALOGMANAGER_H diff --git a/src/dialogs/EditPatientDialog.cpp b/src/dialogs/EditPatientDialog.cpp index 62eb30b..1e4b1c0 100644 --- a/src/dialogs/EditPatientDialog.cpp +++ b/src/dialogs/EditPatientDialog.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/21. -// #include "EditPatientDialog.h" #include diff --git a/src/dialogs/EditPatientDialog.h b/src/dialogs/EditPatientDialog.h index c1c3f21..a5c1b68 100644 --- a/src/dialogs/EditPatientDialog.h +++ b/src/dialogs/EditPatientDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/3/21. -// - #ifndef GUI_EDITPATIENTDIALOG_H #define GUI_EDITPATIENTDIALOG_H diff --git a/src/dialogs/GUIFormBaseDialog.cpp b/src/dialogs/GUIFormBaseDialog.cpp index e710b09..64b7ae8 100644 --- a/src/dialogs/GUIFormBaseDialog.cpp +++ b/src/dialogs/GUIFormBaseDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/10. -// - #include "GUIFormBaseDialog.h" #include diff --git a/src/dialogs/GUIFormBaseDialog.h b/src/dialogs/GUIFormBaseDialog.h index 5522379..1c3cefe 100644 --- a/src/dialogs/GUIFormBaseDialog.h +++ b/src/dialogs/GUIFormBaseDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/10. -// - #ifndef GUI_GUIFORMBASEDIALOG_H #define GUI_GUIFORMBASEDIALOG_H enum DialogButtonMode:unsigned int diff --git a/src/dialogs/SelectDialog.cpp b/src/dialogs/SelectDialog.cpp index 6b116ca..adff204 100644 --- a/src/dialogs/SelectDialog.cpp +++ b/src/dialogs/SelectDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/24. -// - #include "SelectDialog.h" #include diff --git a/src/dialogs/SelectDialog.h b/src/dialogs/SelectDialog.h index 2625900..9339ca8 100644 --- a/src/dialogs/SelectDialog.h +++ b/src/dialogs/SelectDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/24. -// - #ifndef GUI_SelectDialog_H #define GUI_SelectDialog_H diff --git a/src/errorhandle/GUIErrorBase.cpp b/src/errorhandle/GUIErrorBase.cpp index 37ffaf0..32fcdde 100644 --- a/src/errorhandle/GUIErrorBase.cpp +++ b/src/errorhandle/GUIErrorBase.cpp @@ -1,5 +1 @@ -// -// Created by Krad on 2021/12/16. -// - #include "GUIErrorBase.h" diff --git a/src/errorhandle/GUIErrorBase.h b/src/errorhandle/GUIErrorBase.h index d77a704..5a463ae 100644 --- a/src/errorhandle/GUIErrorBase.h +++ b/src/errorhandle/GUIErrorBase.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_GUIERRORBASE_H #define GUI_GUIERRORBASE_H diff --git a/src/errorhandle/GUIErrorFactory.cpp b/src/errorhandle/GUIErrorFactory.cpp index 2ceff4c..2dbcbd8 100644 --- a/src/errorhandle/GUIErrorFactory.cpp +++ b/src/errorhandle/GUIErrorFactory.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #include "GUIErrorFactory.h" #include "GUIErrorLE.h" #include "GUIErrorLW.h" diff --git a/src/errorhandle/GUIErrorFactory.h b/src/errorhandle/GUIErrorFactory.h index b475450..44b11f7 100644 --- a/src/errorhandle/GUIErrorFactory.h +++ b/src/errorhandle/GUIErrorFactory.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_GUIERRORFACTORY_H #define GUI_GUIERRORFACTORY_H diff --git a/src/errorhandle/GUIErrorHandle.cpp b/src/errorhandle/GUIErrorHandle.cpp index 1592635..24f7ebf 100644 --- a/src/errorhandle/GUIErrorHandle.cpp +++ b/src/errorhandle/GUIErrorHandle.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #include "GUIErrorHandle.h" #include "GUIErrorFactory.h" #include "event/EventCenter.h" diff --git a/src/errorhandle/GUIErrorHandle.h b/src/errorhandle/GUIErrorHandle.h index bd931f3..9bd8f4a 100644 --- a/src/errorhandle/GUIErrorHandle.h +++ b/src/errorhandle/GUIErrorHandle.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_GUIERRORHANDLE_H #define GUI_GUIERRORHANDLE_H diff --git a/src/errorhandle/GUIErrorLE.cpp b/src/errorhandle/GUIErrorLE.cpp index d9d1a38..de1ae85 100644 --- a/src/errorhandle/GUIErrorLE.cpp +++ b/src/errorhandle/GUIErrorLE.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #include "GUIErrorLE.h" #include "event/EventCenter.h" #include diff --git a/src/errorhandle/GUIErrorLE.h b/src/errorhandle/GUIErrorLE.h index 58afd97..a971fe1 100644 --- a/src/errorhandle/GUIErrorLE.h +++ b/src/errorhandle/GUIErrorLE.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_GUIERRORLE_H #define GUI_GUIERRORLE_H diff --git a/src/errorhandle/GUIErrorLW.cpp b/src/errorhandle/GUIErrorLW.cpp index c1d8f55..7af787a 100644 --- a/src/errorhandle/GUIErrorLW.cpp +++ b/src/errorhandle/GUIErrorLW.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/17. -// - #include "event/EventCenter.h" #include "GUIErrorLW.h" #include diff --git a/src/errorhandle/GUIErrorLW.h b/src/errorhandle/GUIErrorLW.h index d26a670..6175cee 100644 --- a/src/errorhandle/GUIErrorLW.h +++ b/src/errorhandle/GUIErrorLW.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/17. -// - #ifndef GUI_GUIERRORLW_H #define GUI_GUIERRORLW_H diff --git a/src/event/EventCenter.cpp b/src/event/EventCenter.cpp index 22b2482..8423468 100644 --- a/src/event/EventCenter.cpp +++ b/src/event/EventCenter.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/11. -// - #include "EventCenter.h" void EventCenter::triggerEvent(GUIEvents event, QObject *sender, QObject *data) { diff --git a/src/event/EventCenter.h b/src/event/EventCenter.h index 3dd2de2..db877a1 100644 --- a/src/event/EventCenter.h +++ b/src/event/EventCenter.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/11. -// - #ifndef GUI_EVENTCENTER_H #define GUI_EVENTCENTER_H diff --git a/src/forms/TopBarWidget.cpp b/src/forms/TopBarWidget.cpp index 3371361..0b249cd 100644 --- a/src/forms/TopBarWidget.cpp +++ b/src/forms/TopBarWidget.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #include "TopBarWidget.h" #include diff --git a/src/forms/TopBarWidget.h b/src/forms/TopBarWidget.h index fb0ed73..dbbda13 100644 --- a/src/forms/TopBarWidget.h +++ b/src/forms/TopBarWidget.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/16. -// - #ifndef GUI_TOPBARWIDGET_H #define GUI_TOPBARWIDGET_H diff --git a/src/forms/scan/ScanFormWidget.cpp b/src/forms/scan/ScanFormWidget.cpp index 17b6a8c..6d51266 100644 --- a/src/forms/scan/ScanFormWidget.cpp +++ b/src/forms/scan/ScanFormWidget.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/8. -// - #include "ScanFormWidget.h" #include "ui_TabFormWidget.h" diff --git a/src/forms/scan/ScanFormWidget.h b/src/forms/scan/ScanFormWidget.h index 5c15954..2dd161c 100644 --- a/src/forms/scan/ScanFormWidget.h +++ b/src/forms/scan/ScanFormWidget.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/8. -// - #ifndef GUI_SCANFORMWIDGET_H #define GUI_SCANFORMWIDGET_H diff --git a/src/forms/select/PatientInformation.h b/src/forms/select/PatientInformation.h index 4449818..113201e 100644 --- a/src/forms/select/PatientInformation.h +++ b/src/forms/select/PatientInformation.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/6/14. -// - #ifndef GUI_PATIENTINFORMATION_H #define GUI_PATIENTINFORMATION_H #define ADD_PATIENT()\ diff --git a/src/forms/select/SelectFormWidget.cpp b/src/forms/select/SelectFormWidget.cpp index e6d23b5..b306661 100644 --- a/src/forms/select/SelectFormWidget.cpp +++ b/src/forms/select/SelectFormWidget.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2021/10/8. -// #include "ui_TabFormWidget.h" #include "SelectFormWidget.h" diff --git a/src/forms/select/SelectFormWidget.h b/src/forms/select/SelectFormWidget.h index ac63532..6fb770a 100644 --- a/src/forms/select/SelectFormWidget.h +++ b/src/forms/select/SelectFormWidget.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/10/8. -// - #ifndef GUI_SELECTFORMWIDGET_H #define GUI_SELECTFORMWIDGET_H diff --git a/src/forms/settings/AccountTableForm.cpp b/src/forms/settings/AccountTableForm.cpp index af632d5..e2594fb 100644 --- a/src/forms/settings/AccountTableForm.cpp +++ b/src/forms/settings/AccountTableForm.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #include "AccountTableForm.h" #include diff --git a/src/forms/settings/AccountTableForm.h b/src/forms/settings/AccountTableForm.h index 4ba305e..5dc8c5c 100644 --- a/src/forms/settings/AccountTableForm.h +++ b/src/forms/settings/AccountTableForm.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/12/8. -// - #ifndef ACCOUNTTABLEFORM_H #define ACCOUNTTABLEFORM_H diff --git a/src/forms/settings/SettingFormWidget.cpp b/src/forms/settings/SettingFormWidget.cpp index b230ce2..08834bf 100644 --- a/src/forms/settings/SettingFormWidget.cpp +++ b/src/forms/settings/SettingFormWidget.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/22. -// - #include "SettingFormWidget.h" #include diff --git a/src/forms/settings/SettingFormWidget.h b/src/forms/settings/SettingFormWidget.h index 171ca10..fa55347 100644 --- a/src/forms/settings/SettingFormWidget.h +++ b/src/forms/settings/SettingFormWidget.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/22. -// - #ifndef ADMINSETTINGFORM_H #define ADMINSETTINGFORM_H diff --git a/src/json/ScanJson.cpp b/src/json/ScanJson.cpp index 30e2ec5..4f334b1 100644 --- a/src/json/ScanJson.cpp +++ b/src/json/ScanJson.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/5/11. -// - #include "ScanJson.h" #include #include diff --git a/src/json/ScanJson.h b/src/json/ScanJson.h index c4d7a8b..83c0972 100644 --- a/src/json/ScanJson.h +++ b/src/json/ScanJson.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/5/11. -// - #ifndef GUI_SCANJSON_H #define GUI_SCANJSON_H diff --git a/src/log/LogFileTableModel.cpp b/src/log/LogFileTableModel.cpp index 9ee2546..7220043 100644 --- a/src/log/LogFileTableModel.cpp +++ b/src/log/LogFileTableModel.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #include #include #include "LogFileTableModel.h" diff --git a/src/log/LogFileTableModel.h b/src/log/LogFileTableModel.h index 49b73ca..35ad25b 100644 --- a/src/log/LogFileTableModel.h +++ b/src/log/LogFileTableModel.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #ifndef GUI_LOGFILETABLEMODEL_H #define GUI_LOGFILETABLEMODEL_H diff --git a/src/log/UserOperationLog.cpp b/src/log/UserOperationLog.cpp index c2877e0..a67e903 100644 --- a/src/log/UserOperationLog.cpp +++ b/src/log/UserOperationLog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/19. -// - #include "UserOperationLog.h" #include "appvals/AppGlobalValues.h" #include "models/User.h" diff --git a/src/log/UserOperationLog.h b/src/log/UserOperationLog.h index ccdb111..2ec3489 100644 --- a/src/log/UserOperationLog.h +++ b/src/log/UserOperationLog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/19. -// - #ifndef GUI_USEROPERATIONLOG_H #define GUI_USEROPERATIONLOG_H diff --git a/src/models/User.cpp b/src/models/User.cpp index 06a4e2c..78fd09f 100644 --- a/src/models/User.cpp +++ b/src/models/User.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #include "User.h" #include "db/SQLHelper.h" #include diff --git a/src/models/User.h b/src/models/User.h index 7781392..1ee31d0 100644 --- a/src/models/User.h +++ b/src/models/User.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #ifndef GUI_USER_H #define GUI_USER_H diff --git a/src/network/GetAdminPsw.cpp b/src/network/GetAdminPsw.cpp index b046a1e..d480bef 100644 --- a/src/network/GetAdminPsw.cpp +++ b/src/network/GetAdminPsw.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// #include "GetAdminPsw.h" #include diff --git a/src/network/GetAdminPsw.h b/src/network/GetAdminPsw.h index 5f2310c..c1326e0 100644 --- a/src/network/GetAdminPsw.h +++ b/src/network/GetAdminPsw.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #ifndef GUI_GETADMINPSW_H #define GUI_GETADMINPSW_H diff --git a/src/network/GetIPDialog.cpp b/src/network/GetIPDialog.cpp index 9b7a11b..f4fe737 100644 --- a/src/network/GetIPDialog.cpp +++ b/src/network/GetIPDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #include "GetIPDialog.h" #include diff --git a/src/network/GetIPDialog.h b/src/network/GetIPDialog.h index 39acda5..e5cf947 100644 --- a/src/network/GetIPDialog.h +++ b/src/network/GetIPDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #ifndef GUI_GETIPDIALOG_H #define GUI_GETIPDIALOG_H diff --git a/src/network/GetRouteDialog.cpp b/src/network/GetRouteDialog.cpp index 13ac1df..87b4dec 100644 --- a/src/network/GetRouteDialog.cpp +++ b/src/network/GetRouteDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #include "GetRouteDialog.h" #include diff --git a/src/network/GetRouteDialog.h b/src/network/GetRouteDialog.h index 20618e0..5a70a89 100644 --- a/src/network/GetRouteDialog.h +++ b/src/network/GetRouteDialog.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/11. -// - #ifndef GUI_GETROUTEDIALOG_H #define GUI_GETROUTEDIALOG_H diff --git a/src/network/NetCfgTableModel.cpp b/src/network/NetCfgTableModel.cpp index 0d70916..ac13bfd 100644 --- a/src/network/NetCfgTableModel.cpp +++ b/src/network/NetCfgTableModel.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #include "NetCfgTableModel.h" #include diff --git a/src/network/NetCfgTableModel.h b/src/network/NetCfgTableModel.h index a118adb..006e88a 100644 --- a/src/network/NetCfgTableModel.h +++ b/src/network/NetCfgTableModel.h @@ -1,7 +1,3 @@ -// -// Created by Krad on 2021/11/23. -// - #ifndef GUI_LOGFILETABLEMODEL_H #define GUI_LOGFILETABLEMODEL_H