Remove all "Created by"

This commit is contained in:
chenhuijun
2024-04-25 17:01:02 +08:00
parent 83fd666026
commit d304829763
81 changed files with 0 additions and 327 deletions

View File

@@ -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@

View File

@@ -1,5 +0,0 @@
v0.6.10
重写了整个Patient的修改和新增逻辑使用模态对话框替代的原来界面内的显示。
去除了原来界面内编辑区域,只做显示使用。
此外,使用滑动块替换了性别选择,日期选择的功能。

View File

@@ -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逻辑。

View File

@@ -1,3 +0,0 @@
第一个release版本。
基本流程已完备,提交系统测试。
2022年3月8日

View File

@@ -1,8 +0,0 @@
v0.6.9
通过新的当前行判定逻辑修复了Select Tab页中Patient 表格排序、选择导致的一系列问题。
包括:
1. Edit Panel 没有跟随选中更新。
2. Patient 全部删除之后存在当前选中错误。
3. 编辑、删除等按钮可用状态不对的错误。
4. 修复了日期输入框在虚拟键盘下,回车无法退出输入模式的错误。
2022年3月15日

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#include "UserOperationLogForm.h"
#include <QVBoxLayout>
#include <QHBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/19.
//
#ifndef GUI_APPGLOBALVALUES_H
#define GUI_APPGLOBALVALUES_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#include "AccountRoleComboDelegate.h"
#include <QPainter>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#ifndef GUI_ACCOUNTROLECOMBODELEGATE_H
#define GUI_ACCOUNTROLECOMBODELEGATE_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/24.
//
#include "DateSlidePickerBox.h"
#include <QHBoxLayout>
#include <QLabel>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/24.
//
#ifndef GUI_DATESLIDEPICKERBOX_H
#define GUI_DATESLIDEPICKERBOX_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/3/21.
//
#include "ListBox.h"
#include <QStyleOption>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/21.
//
#ifndef GUI_LISTBOX_H
#define GUI_LISTBOX_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#include "RollingMessageWidget.h"
#include <QLabel>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_ROLLINGMESSAGEWIDGET_H
#define GUI_ROLLINGMESSAGEWIDGET_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/24.
//
#include "SlidePickerBox.h"
#include <QPainter>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/24.
//
#ifndef GUI_SLIDEPICKERBOX_H
#define GUI_SLIDEPICKERBOX_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#include "SlideTableView.h"
#include <cmath>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#ifndef GUI_SLIDETABLEVIEW_H
#define GUI_SLIDETABLEVIEW_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/1/11.
//
#include <QtWidgets/qstyleoption.h>
#include <QPaintEvent>
#include <QStylePainter>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/1/11.
//
#ifndef GUI_VERTICALTEXTTOOLBUTTON_H
#define GUI_VERTICALTEXTTOOLBUTTON_H

View File

@@ -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) {

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/11.
//
#ifndef GUI_CENTERALIGNSQLTABLEMODEL_H
#define GUI_CENTERALIGNSQLTABLEMODEL_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/11.
//
#ifndef GUI_SQLHELPER_H
#define GUI_SQLHELPER_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/12.
//
#include "DeviceManager.h"
#include <QVariant>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/12.
//
#ifndef GUI_DEVICEMANAGER_H
#define GUI_DEVICEMANAGER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2021/11/10.
//
#include "AccountFormDialog.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/10.
//
#ifndef GUI_ACCOUNTFORMDIALOG_H
#define GUI_ACCOUNTFORMDIALOG_H
class QLabel;

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#include "AlertDialog.h"
#include <QtWidgets/QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#ifndef GUI_ALERTDIALOG_H
#define GUI_ALERTDIALOG_H
class QLabel;

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#include "ChangePasswordFormDialog.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#ifndef GUI_CHANGEPASSWORDFORMDIALOG_H
#define GUI_CHANGEPASSWORDFORMDIALOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/24.
//
#include "DateSelectDialog.h"
#include <QVBoxLayout>
#include <QLabel>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/24.
//
#ifndef GUI_DATESELECTDIALOG_H
#define GUI_DATESELECTDIALOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/7/19.
//
#include "DialogManager.h"
#include <QApplication>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/7/19.
//
#ifndef GUI_DIALOGMANAGER_H
#define GUI_DIALOGMANAGER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/3/21.
//
#include "EditPatientDialog.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/3/21.
//
#ifndef GUI_EDITPATIENTDIALOG_H
#define GUI_EDITPATIENTDIALOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/10.
//
#include "GUIFormBaseDialog.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/10.
//
#ifndef GUI_GUIFORMBASEDIALOG_H
#define GUI_GUIFORMBASEDIALOG_H
enum DialogButtonMode:unsigned int

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/24.
//
#include "SelectDialog.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/24.
//
#ifndef GUI_SelectDialog_H
#define GUI_SelectDialog_H

View File

@@ -1,5 +1 @@
//
// Created by Krad on 2021/12/16.
//
#include "GUIErrorBase.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_GUIERRORBASE_H
#define GUI_GUIERRORBASE_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#include "GUIErrorFactory.h"
#include "GUIErrorLE.h"
#include "GUIErrorLW.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_GUIERRORFACTORY_H
#define GUI_GUIERRORFACTORY_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#include "GUIErrorHandle.h"
#include "GUIErrorFactory.h"
#include "event/EventCenter.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_GUIERRORHANDLE_H
#define GUI_GUIERRORHANDLE_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#include "GUIErrorLE.h"
#include "event/EventCenter.h"
#include <QDebug>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_GUIERRORLE_H
#define GUI_GUIERRORLE_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/17.
//
#include "event/EventCenter.h"
#include "GUIErrorLW.h"
#include <QChar>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/17.
//
#ifndef GUI_GUIERRORLW_H
#define GUI_GUIERRORLW_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/11.
//
#include "EventCenter.h"
void EventCenter::triggerEvent(GUIEvents event, QObject *sender, QObject *data) {

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/11.
//
#ifndef GUI_EVENTCENTER_H
#define GUI_EVENTCENTER_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#include "TopBarWidget.h"
#include <QLabel>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/16.
//
#ifndef GUI_TOPBARWIDGET_H
#define GUI_TOPBARWIDGET_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/8.
//
#include "ScanFormWidget.h"
#include "ui_TabFormWidget.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/8.
//
#ifndef GUI_SCANFORMWIDGET_H
#define GUI_SCANFORMWIDGET_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/6/14.
//
#ifndef GUI_PATIENTINFORMATION_H
#define GUI_PATIENTINFORMATION_H
#define ADD_PATIENT()\

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2021/10/8.
//
#include "ui_TabFormWidget.h"
#include "SelectFormWidget.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/10/8.
//
#ifndef GUI_SELECTFORMWIDGET_H
#define GUI_SELECTFORMWIDGET_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#include "AccountTableForm.h"
#include <QVBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/12/8.
//
#ifndef ACCOUNTTABLEFORM_H
#define ACCOUNTTABLEFORM_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/22.
//
#include "SettingFormWidget.h"
#include <QHBoxLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/22.
//
#ifndef ADMINSETTINGFORM_H
#define ADMINSETTINGFORM_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/5/11.
//
#include "ScanJson.h"
#include <QFile>
#include <QDir>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2022/5/11.
//
#ifndef GUI_SCANJSON_H
#define GUI_SCANJSON_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#include <QtCore/QFile>
#include <QtCore/QTextStream>
#include "LogFileTableModel.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#ifndef GUI_LOGFILETABLEMODEL_H
#define GUI_LOGFILETABLEMODEL_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/19.
//
#include "UserOperationLog.h"
#include "appvals/AppGlobalValues.h"
#include "models/User.h"

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/19.
//
#ifndef GUI_USEROPERATIONLOG_H
#define GUI_USEROPERATIONLOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#include "User.h"
#include "db/SQLHelper.h"
#include <QMetaProperty>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#ifndef GUI_USER_H
#define GUI_USER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#include "GetAdminPsw.h"
#include <QFormLayout>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#ifndef GUI_GETADMINPSW_H
#define GUI_GETADMINPSW_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#include "GetIPDialog.h"
#include <QRegularExpressionValidator>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#ifndef GUI_GETIPDIALOG_H
#define GUI_GETIPDIALOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#include "GetRouteDialog.h"
#include <QRegularExpressionValidator>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/11.
//
#ifndef GUI_GETROUTEDIALOG_H
#define GUI_GETROUTEDIALOG_H

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#include "NetCfgTableModel.h"
#include <QtCore/QFile>

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#ifndef GUI_LOGFILETABLEMODEL_H
#define GUI_LOGFILETABLEMODEL_H