mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
[WEB]1.修改首页场站图标显示颜色不正确的问题,2.修改运行监控页面储能系统的运行模式和预制舱参数在页面切换时数据不显示问题
This commit is contained in:
19
src/qt/widgets/QWStatistics.h
Normal file
19
src/qt/widgets/QWStatistics.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "qt/MyQUI.h"
|
||||
|
||||
class QWStatistics : public MyWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QWStatistics(QWidget* parent);
|
||||
~QWStatistics();
|
||||
|
||||
public slots :
|
||||
void onCurrentIndexChanged(int index);
|
||||
|
||||
public:
|
||||
shared_ptr<QComboBox> comboxStation;
|
||||
shared_ptr<QTableWidget> table;
|
||||
shared_ptr<QPushButton> btnRefresh;
|
||||
};
|
||||
Reference in New Issue
Block a user