mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the header comments
This commit is contained in:
parent
d323ba5451
commit
ca49719d7b
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2022-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
|
||||
#include "sakasciiassistant.h"
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2022-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
|
||||
#ifndef SAKASCIIASSISTANT_H
|
||||
#define SAKASCIIASSISTANT_H
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
|
||||
#include "sakbase64assistant.h"
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKBASE64ASSISTANT_H
|
||||
#define SAKBASE64ASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakbroadcastassistant.h"
|
||||
|
||||
#include <QDateTime>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKBROADCASTASSISTANT_H
|
||||
#define SAKBROADCASTASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcrcassistant.h"
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCRCASSISTANT_H
|
||||
#define SAKCRCASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcryptographichashcalculator.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCRYPTOGRAPHICHASHCALCULATOR_H
|
||||
#define SAKCRYPTOGRAPHICHASHCALCULATOR_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakfilecheckassistant.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKFILECHECKASSISTANT_H
|
||||
#define SAKFILECHECKASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2020-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saknumberassistant.h"
|
||||
|
||||
#include "sakcommoninterface.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2020-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKNUMBERASSISTANT_H
|
||||
#define SAKNUMBERASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2020-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakstringassistant.h"
|
||||
|
||||
#include "sakcommondatastructure.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2020-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKSTRINGASSISTANT_H
|
||||
#define SAKSTRINGASSISTANT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcanbus.h"
|
||||
|
||||
SAKCanBus::SAKCanBus(QObject* parent)
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCANBUS_H
|
||||
#define SAKCANBUS_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2022 Qter(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcanbusstudioui.h"
|
||||
|
||||
#include <QCanBus>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2022 Qter(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCANBUSSTUDIOUI_H
|
||||
#define SAKCANBUSSTUDIOUI_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QApplication>
|
||||
|
||||
#include "sakcanbusstudioui.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakblescanner.h"
|
||||
|
||||
#include <QBluetoothDeviceInfo>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKBLESCANNER_H
|
||||
#define SAKBLESCANNER_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2018-2021 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QMetaEnum>
|
||||
#ifndef SAK_IMPORT_MODULE_TESTLIB
|
||||
#include <QStandardItemModel>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2018-2021 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCOMMONCRCINTERFACE_H
|
||||
#define SAKCOMMONCRCINTERFACE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2018-2021 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcommondatastructure.h"
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCOMMONDATASTRUCTURE_H
|
||||
#define SAKCOMMONDATASTRUCTURE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2018-2021 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QComboBox>
|
||||
#include <QHostAddress>
|
||||
#include <QMap>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2018-2021 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCOMMONINTERFACE_H
|
||||
#define SAKCOMMONINTERFACE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QMetaEnum>
|
||||
|
||||
#include "sakcrcinterface.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCRCINTERFACE_H
|
||||
#define SAKCRCINTERFACE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakdatastructure.h"
|
||||
#include "sakcrcinterface.h"
|
||||
#include "sakinterface.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKDATASTRUCTURE_H
|
||||
#define SAKDATASTRUCTURE_H
|
||||
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 wuuhaii(qsaker@foxmail.com). All rights reserved.
|
||||
******************************************************************************/
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QDebug>
|
||||
#include <QRegularExpression>
|
||||
#include <QTextDocument>
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 wuuhaii(qsaker@foxmail.com). All rights reserved.
|
||||
******************************************************************************/
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKHIGHLIGHTER_H
|
||||
#define SAKHIGHLIGHTER_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QClipboard>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKINTERFACE_H
|
||||
#define SAKINTERFACE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2018-2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saknetworkinterfacescanner.h"
|
||||
|
||||
#include <QHostAddress>
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 wuuhaii(qsaker@foxmail.com). All rights reserved.
|
||||
******************************************************************************/
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKNETWORKINTERFACESCANNER_H
|
||||
#define SAKNETWORKINTERFACESCANNER_H
|
||||
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 wuuhaii(qsaker@foxmail.com). All rights reserved.
|
||||
******************************************************************************/
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakserialportscanner.h"
|
||||
#include <QSerialPort>
|
||||
#include <QSerialPortInfo>
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2023 wuuhaii(qsaker@foxmail.com). All rights reserved.
|
||||
******************************************************************************/
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKSERIALPORTSCANNER_H
|
||||
#define SAKSERIALPORTSCANNER_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saktablemodel.h"
|
||||
|
||||
SAKTableModel::SAKTableModel(QObject *parent)
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKTABLEMODEL_H
|
||||
#define SAKTABLEMODEL_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QCoreApplication>
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKTRANSLATOR_H
|
||||
#define SAKTRANSLATOR_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakaffixescombobox.h"
|
||||
#include "sakdatastructure.h"
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKAFFIXESCOMBOBOX_H
|
||||
#define SAKAFFIXESCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QSerialPort>
|
||||
#include <QSerialPortInfo>
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKBAUDRATECOMBOBOX_H
|
||||
#define SAKBAUDRATECOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakbluetoothdeviceInfocombobox.h"
|
||||
|
||||
#include <QBluetoothDeviceInfo>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKBLUETOOTHDEVICEINFOCOMBOBOX_H
|
||||
#define SAKBLUETOOTHDEVICEINFOCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcheckbox.h"
|
||||
|
||||
#include "saksettings.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCHECKBOX_H
|
||||
#define SAKCHECKBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcombobox.h"
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCOMBOBOX_H
|
||||
#define SAKCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcommonmainwindow.h"
|
||||
|
||||
#include <QAction>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCOMMONMAINWINDOW_H
|
||||
#define SAKCOMMONMAINWINDOW_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakcrcalgorithmcombobox.h"
|
||||
|
||||
#include <QMetaEnum>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKCRCALGORITHMCOMBOBOX_H
|
||||
#define SAKCRCALGORITHMCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakdatabitscombobox.h"
|
||||
|
||||
#include <QSerialPort>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKDATABITSCOMBOBOX_H
|
||||
#define SAKDATABITSCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakescapecharactercombobox.h"
|
||||
|
||||
#include "sakdatastructure.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKESCAPECHARACTERCOMBOBOX_H
|
||||
#define SAKESCAPECHARACTERCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakflowcontrolcombobox.h"
|
||||
|
||||
#include <QSerialPort>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKFLOWCONTROLCOMBOBOX_H
|
||||
#define SAKFLOWCONTROLCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakipcombobox.h"
|
||||
|
||||
#include <QNetworkAddressEntry>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKIPCOMBOBOX_H
|
||||
#define SAKIPCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saklineedit.h"
|
||||
|
||||
#include "saksettings.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKLINEEDIT_H
|
||||
#define SAKLINEEDIT_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakmenu.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKMENU_H
|
||||
#define SAKMENU_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakparitycombobox.h"
|
||||
|
||||
#include <QSerialPort>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKPARITYCOMBOBOX_H
|
||||
#define SAKPARITYCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakportnamecombobox.h"
|
||||
|
||||
#include <QSerialPort>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKPORTNAMECOMBOBOX_H
|
||||
#define SAKPORTNAMECOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakresponseoptioncombobox.h"
|
||||
|
||||
#include "sakdatastructure.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKRESPONSEOPTIONCOMBOBOX_H
|
||||
#define SAKRESPONSEOPTIONCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakspinbox.h"
|
||||
|
||||
#include "saksettings.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKSPINBOX_H
|
||||
#define SAKSPINBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakstopbitscombobox.h"
|
||||
|
||||
#include <QSerialPort>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKSTOPBITSCOMBOBOX_H
|
||||
#define SAKSTOPBITSCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saktextformatcombobox.h"
|
||||
|
||||
#include "sakdatastructure.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKTEXTFORMATCOMBOBOX_H
|
||||
#define SAKTEXTFORMATCOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakuiinterface.h"
|
||||
|
||||
#include <QGuiApplication>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKUIINTERFACE_H
|
||||
#define SAKUIINTERFACE_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakwebsocketmessagetypecombobox.h"
|
||||
|
||||
sakwebsocketmessagetypecombobox::sakwebsocketmessagetypecombobox(QWidget* parent)
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKWEBSOCKETMESSAGETYPECOMBOBOX_H
|
||||
#define SAKWEBSOCKETMESSAGETYPECOMBOBOX_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QFile>
|
||||
#include <QLoggingCategory>
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QQmlContext>
|
||||
#include <QQuickStyle>
|
||||
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKGUIAPPLICATION_H
|
||||
#define SAKGUIAPPLICATION_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "saklogui.h"
|
||||
|
||||
#include <QDesktopServices>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKLOGUI_H
|
||||
#define SAKLOGUI_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/********************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife
|
||||
* project(https://github.com/qsaker/QtSwissArmyKnife).
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in
|
||||
* the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QApplication>
|
||||
|
||||
#include "sakcommonmainwindow.h"
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include <QCoreApplication>
|
||||
#include <QModbusTcpClient>
|
||||
#include <QModbusTcpServer>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKMODBUSFACTORY_H
|
||||
#define SAKMODBUSFACTORY_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "sakmodbusui.h"
|
||||
|
||||
#include <QAbstractSocket>
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/*******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
******************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKMODBUSUI_H
|
||||
#define SAKMODBUSUI_H
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
*****************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "SAKPreferences.hh"
|
||||
|
||||
SAKPreferences::SAKPreferences(QObject *parent)
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
*****************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#ifndef SAKPREFERENCES_HH
|
||||
#define SAKPREFERENCES_HH
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
/******************************************************************************
|
||||
/***************************************************************************************************
|
||||
* Copyright 2023 Qsaker(qsaker@foxmail.com). All rights reserved.
|
||||
*
|
||||
* The file is encoded using "utf8 with bom", it is a part
|
||||
* of QtSwissArmyKnife project.
|
||||
* The file is encoded using "utf8 with bom", it is a part of QtSwissArmyKnife project.
|
||||
*
|
||||
* QtSwissArmyKnife is licensed according to the terms in
|
||||
* the file LICENCE in the root of the source code directory.
|
||||
*****************************************************************************/
|
||||
* QtSwissArmyKnife is licensed according to the terms in the file LICENCE in the root of the source
|
||||
* code directory.
|
||||
**************************************************************************************************/
|
||||
#include "SAKPreferencesUi.hh"
|
||||
#include "ui_SAKPreferencesUi.h"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user