[ref]同步711
This commit is contained in:
parent
c7f3b4c49a
commit
65ca8f4a92
@ -1,4 +1,4 @@
|
||||
#include "CAlarmCompare.h"
|
||||
#include "CAlarmCompare.h"
|
||||
#include "ui_CAlarmCompare.h"
|
||||
|
||||
CAlarmCompare::CAlarmCompare(QWidget *parent) :
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMCOMPARE_H
|
||||
#ifndef CALARMCOMPARE_H
|
||||
#define CALARMCOMPARE_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMLEVELCOMBOBOX_H
|
||||
#ifndef CALARMLEVELCOMBOBOX_H
|
||||
#define CALARMLEVELCOMBOBOX_H
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CAlarmModel.h"
|
||||
#include "CAlarmModel.h"
|
||||
|
||||
CAlarmModel::CAlarmModel()
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMMODEL_H
|
||||
#ifndef CALARMMODEL_H
|
||||
#define CALARMMODEL_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CAlarmReport.h"
|
||||
#include "CAlarmReport.h"
|
||||
#include "ui_CAlarmReport.h"
|
||||
#include "CommonFunction.h"
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMREPORT_H
|
||||
#ifndef CALARMREPORT_H
|
||||
#define CALARMREPORT_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CAlarmStatistics.h"
|
||||
#include "CAlarmStatistics.h"
|
||||
#include "ui_CAlarmStatistics.h"
|
||||
#include "pub_utility_api/I18N.h"
|
||||
#include "pub_utility_api/FileStyle.h"
|
||||
@ -87,7 +87,6 @@ CAlarmStatistics::~CAlarmStatistics()
|
||||
delete m_pProcessDialog;
|
||||
m_pProcessDialog = NULL;
|
||||
|
||||
m_pQueryThread->wait();
|
||||
delete m_pQueryThread;
|
||||
m_pQueryThread = NULL;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMSTATISTICS_H
|
||||
#ifndef CALARMSTATISTICS_H
|
||||
#define CALARMSTATISTICS_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include <QWidget>
|
||||
#include <QWidget>
|
||||
#include "CAlarmStatisticsPluginWidget.h"
|
||||
#include "CAlarmStatistics.h"
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CALARMSTATISTICSPLUGINWIDGET_H
|
||||
#ifndef CALARMSTATISTICSPLUGINWIDGET_H
|
||||
#define CALARMSTATISTICSPLUGINWIDGET_H
|
||||
|
||||
#include <QObject>
|
||||
@ -8,7 +8,7 @@
|
||||
class CAlarmStatisticsPluginWidget : public QWidget, public CPluginWidgetInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PLUGIN_METADATA(IID "kbd.PluginWidgetInterface/1.0")
|
||||
Q_PLUGIN_METADATA(IID HMI_WidgetPlugin_IID)
|
||||
Q_INTERFACES(CPluginWidgetInterface)
|
||||
|
||||
public:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CCompareQueryThread.h"
|
||||
#include "CCompareQueryThread.h"
|
||||
|
||||
using namespace iot_public;
|
||||
using namespace iot_dbms;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CCOMPAREQUERYTHREAD_H
|
||||
#ifndef CCOMPAREQUERYTHREAD_H
|
||||
#define CCOMPAREQUERYTHREAD_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CProcessDialog.h"
|
||||
#include "CProcessDialog.h"
|
||||
#include "ui_CProcessDialog.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CPROCESSDIALOG_H
|
||||
#ifndef CPROCESSDIALOG_H
|
||||
#define CPROCESSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CStatisticsQueryThread.h"
|
||||
#include "CStatisticsQueryThread.h"
|
||||
|
||||
using namespace iot_public;
|
||||
using namespace iot_dbms;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CSTATISTICSQUERYTHREAD_H
|
||||
#ifndef CSTATISTICSQUERYTHREAD_H
|
||||
#define CSTATISTICSQUERYTHREAD_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CTableWidget.h"
|
||||
#include "CTableWidget.h"
|
||||
#include <QHeaderView>
|
||||
|
||||
CTableWidget::CTableWidget(QWidget *parent)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CTABLEWIDGET_H
|
||||
#ifndef CTABLEWIDGET_H
|
||||
#define CTABLEWIDGET_H
|
||||
|
||||
#include <QTableWidget>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include <QProcess>
|
||||
#include <QProcess>
|
||||
#include "CWaveListDialog.h"
|
||||
#include "ui_CWaveListDialog.h"
|
||||
#include "pub_logger_api/logger.h"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef CWAVELISTDIALOG_H
|
||||
#ifndef CWAVELISTDIALOG_H
|
||||
#define CWAVELISTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef COMMONDEFINE_H
|
||||
#ifndef COMMONDEFINE_H
|
||||
#define COMMONDEFINE_H
|
||||
|
||||
#define CN_MAXBARSERIES 5 // 最多柱状图组数
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CommonFunction.h"
|
||||
#include "CommonFunction.h"
|
||||
|
||||
void resizeColumnsToContents(QTableView* pView , int scaleColumn)
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef COMMONFUNCTION_H
|
||||
#ifndef COMMONFUNCTION_H
|
||||
#define COMMONFUNCTION_H
|
||||
|
||||
#include <QTableView>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef SALARMINFO_H
|
||||
#ifndef SALARMINFO_H
|
||||
#define SALARMINFO_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef SALARMLEVEL_H
|
||||
#ifndef SALARMLEVEL_H
|
||||
#define SALARMLEVEL_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef SALARMLIST_H
|
||||
#ifndef SALARMLIST_H
|
||||
#define SALARMLIST_H
|
||||
|
||||
#include <QList>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef SDEVICEGROUP_H
|
||||
#ifndef SDEVICEGROUP_H
|
||||
#define SDEVICEGROUP_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef SLOCATION_H
|
||||
#ifndef SLOCATION_H
|
||||
#define SLOCATION_H
|
||||
|
||||
#include <QList>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "CAlarmStatistics.h"
|
||||
#include "CAlarmStatistics.h"
|
||||
#include <QApplication>
|
||||
#include <QFile>
|
||||
#include "pub_logger_api/logger.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user