公告板
版本库
filestore
活动
搜索
登录
development-history
/
proxy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
pans
2016-12-15
87e3ee273b2f84081ac45926be9d8e5be3166eaa
[development-history/proxy.git]
/
CH-HCNetSDKV5.1.4.3_build20150922_linux32
/
QtDemo
/
src
/
MainWindow
/
LogAlarm
/
AlarmTable
/
alarmtable.cpp
1
2
3
4
5
6
7
8
9
10
11
12
#include "alarmtable.h"
AlarmTable::AlarmTable(QWidget *parent)
: QWidget(parent)
{
ui.setupUi(this);
}
AlarmTable::~AlarmTable()
{
}