公告板
版本库
filestore
活动
搜索
登录
admin
/
audit_system
资产
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
0526
wumu
2023-05-26
426d51f8771696f79a85c6e46f5c53524aa4a8f1
[~admin/audit_system.git]
/
internal_system_v1
/
caseclue.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include
"caseclue.h"
#include
"ui_caseclue.h"
CaseClue
::
CaseClue
(
QWidget
*
parent
)
:
QMainWindow
(
parent
),
ui
(
new
Ui
::
CaseClue
)
{
ui
->
setupUi
(
this
);
}
CaseClue
::~
CaseClue
()
{
delete
ui
;
}