Remove all "Created by"
This commit is contained 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@
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
v0.6.10
|
||||
|
||||
重写了整个Patient的修改和新增逻辑,使用模态对话框替代的原来界面内的显示。
|
||||
去除了原来界面内编辑区域,只做显示使用。
|
||||
此外,使用滑动块替换了性别选择,日期选择的功能。
|
||||
@@ -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逻辑。
|
||||
@@ -1,3 +0,0 @@
|
||||
第一个release版本。
|
||||
基本流程已完备,提交系统测试。
|
||||
2022年3月8日
|
||||
@@ -1,8 +0,0 @@
|
||||
v0.6.9
|
||||
通过新的当前行判定逻辑,修复了Select Tab页中,Patient 表格排序、选择导致的一系列问题。
|
||||
包括:
|
||||
1. Edit Panel 没有跟随选中更新。
|
||||
2. Patient 全部删除之后存在当前选中错误。
|
||||
3. 编辑、删除等按钮可用状态不对的错误。
|
||||
4. 修复了日期输入框在虚拟键盘下,回车无法退出输入模式的错误。
|
||||
2022年3月15日
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#include "UserOperationLogForm.h"
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/19.
|
||||
//
|
||||
|
||||
#ifndef GUI_APPGLOBALVALUES_H
|
||||
#define GUI_APPGLOBALVALUES_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#include "AccountRoleComboDelegate.h"
|
||||
|
||||
#include <QPainter>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_ACCOUNTROLECOMBODELEGATE_H
|
||||
|
||||
#define GUI_ACCOUNTROLECOMBODELEGATE_H
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/24.
|
||||
//
|
||||
|
||||
#include "DateSlidePickerBox.h"
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/24.
|
||||
//
|
||||
|
||||
#ifndef GUI_DATESLIDEPICKERBOX_H
|
||||
#define GUI_DATESLIDEPICKERBOX_H
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/21.
|
||||
//
|
||||
#include "ListBox.h"
|
||||
|
||||
#include <QStyleOption>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/21.
|
||||
//
|
||||
|
||||
#ifndef GUI_LISTBOX_H
|
||||
#define GUI_LISTBOX_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "RollingMessageWidget.h"
|
||||
|
||||
#include <QLabel>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_ROLLINGMESSAGEWIDGET_H
|
||||
#define GUI_ROLLINGMESSAGEWIDGET_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/24.
|
||||
//
|
||||
|
||||
#include "SlidePickerBox.h"
|
||||
|
||||
#include <QPainter>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/24.
|
||||
//
|
||||
|
||||
#ifndef GUI_SLIDEPICKERBOX_H
|
||||
#define GUI_SLIDEPICKERBOX_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#include "SlideTableView.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#ifndef GUI_SLIDETABLEVIEW_H
|
||||
#define GUI_SLIDETABLEVIEW_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/1/11.
|
||||
//
|
||||
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QPaintEvent>
|
||||
#include <QStylePainter>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/1/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_VERTICALTEXTTOOLBUTTON_H
|
||||
#define GUI_VERTICALTEXTTOOLBUTTON_H
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_CENTERALIGNSQLTABLEMODEL_H
|
||||
#define GUI_CENTERALIGNSQLTABLEMODEL_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_SQLHELPER_H
|
||||
#define GUI_SQLHELPER_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/12.
|
||||
//
|
||||
|
||||
#include "DeviceManager.h"
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/12.
|
||||
//
|
||||
|
||||
#ifndef GUI_DEVICEMANAGER_H
|
||||
#define GUI_DEVICEMANAGER_H
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/10.
|
||||
//
|
||||
#include "AccountFormDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/10.
|
||||
//
|
||||
|
||||
#ifndef GUI_ACCOUNTFORMDIALOG_H
|
||||
#define GUI_ACCOUNTFORMDIALOG_H
|
||||
class QLabel;
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#include "AlertDialog.h"
|
||||
|
||||
#include <QtWidgets/QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_ALERTDIALOG_H
|
||||
#define GUI_ALERTDIALOG_H
|
||||
class QLabel;
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#include "ChangePasswordFormDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_CHANGEPASSWORDFORMDIALOG_H
|
||||
#define GUI_CHANGEPASSWORDFORMDIALOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/24.
|
||||
//
|
||||
|
||||
#include "DateSelectDialog.h"
|
||||
#include <QVBoxLayout>
|
||||
#include <QLabel>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/24.
|
||||
//
|
||||
|
||||
#ifndef GUI_DATESELECTDIALOG_H
|
||||
#define GUI_DATESELECTDIALOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/7/19.
|
||||
//
|
||||
|
||||
#include "DialogManager.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/7/19.
|
||||
//
|
||||
|
||||
#ifndef GUI_DIALOGMANAGER_H
|
||||
#define GUI_DIALOGMANAGER_H
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/21.
|
||||
//
|
||||
#include "EditPatientDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/21.
|
||||
//
|
||||
|
||||
#ifndef GUI_EDITPATIENTDIALOG_H
|
||||
#define GUI_EDITPATIENTDIALOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/10.
|
||||
//
|
||||
|
||||
#include "GUIFormBaseDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/10.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIFORMBASEDIALOG_H
|
||||
#define GUI_GUIFORMBASEDIALOG_H
|
||||
enum DialogButtonMode:unsigned int
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/24.
|
||||
//
|
||||
|
||||
#include "SelectDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/24.
|
||||
//
|
||||
|
||||
#ifndef GUI_SelectDialog_H
|
||||
#define GUI_SelectDialog_H
|
||||
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "GUIErrorBase.h"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORBASE_H
|
||||
#define GUI_GUIERRORBASE_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "GUIErrorFactory.h"
|
||||
#include "GUIErrorLE.h"
|
||||
#include "GUIErrorLW.h"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORFACTORY_H
|
||||
#define GUI_GUIERRORFACTORY_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "GUIErrorHandle.h"
|
||||
#include "GUIErrorFactory.h"
|
||||
#include "event/EventCenter.h"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORHANDLE_H
|
||||
#define GUI_GUIERRORHANDLE_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "GUIErrorLE.h"
|
||||
#include "event/EventCenter.h"
|
||||
#include <QDebug>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORLE_H
|
||||
#define GUI_GUIERRORLE_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/17.
|
||||
//
|
||||
|
||||
#include "event/EventCenter.h"
|
||||
#include "GUIErrorLW.h"
|
||||
#include <QChar>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/17.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORLW_H
|
||||
#define GUI_GUIERRORLW_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/11.
|
||||
//
|
||||
|
||||
#include "EventCenter.h"
|
||||
|
||||
void EventCenter::triggerEvent(GUIEvents event, QObject *sender, QObject *data) {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_EVENTCENTER_H
|
||||
#define GUI_EVENTCENTER_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#include "TopBarWidget.h"
|
||||
|
||||
#include <QLabel>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_TOPBARWIDGET_H
|
||||
#define GUI_TOPBARWIDGET_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
|
||||
#include "ScanFormWidget.h"
|
||||
#include "ui_TabFormWidget.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_SCANFORMWIDGET_H
|
||||
#define GUI_SCANFORMWIDGET_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/6/14.
|
||||
//
|
||||
|
||||
#ifndef GUI_PATIENTINFORMATION_H
|
||||
#define GUI_PATIENTINFORMATION_H
|
||||
#define ADD_PATIENT()\
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
#include "ui_TabFormWidget.h"
|
||||
#include "SelectFormWidget.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_SELECTFORMWIDGET_H
|
||||
#define GUI_SELECTFORMWIDGET_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#include "AccountTableForm.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/8.
|
||||
//
|
||||
|
||||
#ifndef ACCOUNTTABLEFORM_H
|
||||
#define ACCOUNTTABLEFORM_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/22.
|
||||
//
|
||||
|
||||
#include "SettingFormWidget.h"
|
||||
|
||||
#include <QHBoxLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/22.
|
||||
//
|
||||
|
||||
#ifndef ADMINSETTINGFORM_H
|
||||
#define ADMINSETTINGFORM_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/5/11.
|
||||
//
|
||||
|
||||
#include "ScanJson.h"
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2022/5/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_SCANJSON_H
|
||||
#define GUI_SCANJSON_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QTextStream>
|
||||
#include "LogFileTableModel.h"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#ifndef GUI_LOGFILETABLEMODEL_H
|
||||
#define GUI_LOGFILETABLEMODEL_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/19.
|
||||
//
|
||||
|
||||
#include "UserOperationLog.h"
|
||||
#include "appvals/AppGlobalValues.h"
|
||||
#include "models/User.h"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/19.
|
||||
//
|
||||
|
||||
#ifndef GUI_USEROPERATIONLOG_H
|
||||
#define GUI_USEROPERATIONLOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#include "User.h"
|
||||
#include "db/SQLHelper.h"
|
||||
#include <QMetaProperty>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_USER_H
|
||||
#define GUI_USER_H
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
#include "GetAdminPsw.h"
|
||||
|
||||
#include <QFormLayout>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_GETADMINPSW_H
|
||||
#define GUI_GETADMINPSW_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#include "GetIPDialog.h"
|
||||
|
||||
#include <QRegularExpressionValidator>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_GETIPDIALOG_H
|
||||
#define GUI_GETIPDIALOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#include "GetRouteDialog.h"
|
||||
|
||||
#include <QRegularExpressionValidator>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#ifndef GUI_GETROUTEDIALOG_H
|
||||
#define GUI_GETROUTEDIALOG_H
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#include "NetCfgTableModel.h"
|
||||
|
||||
#include <QtCore/QFile>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/23.
|
||||
//
|
||||
|
||||
#ifndef GUI_LOGFILETABLEMODEL_H
|
||||
#define GUI_LOGFILETABLEMODEL_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user