1 Star 0 Fork 33

chyi412/LinkScope

forked from 兰博文/LinkScope 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logwindow.h 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef LOGWINDOW_H
#define LOGWINDOW_H
#include <QDialog>
#include <qstandarditemmodel.h>
#include <qscrollbar.h>
#include <QTime>
#include <qdebug.h>
#include <qfile.h>
#include <qfiledialog.h>
#include <qmessagebox.h>
namespace Ui {
class LogWindow;
}
class LogWindow : public QDialog
{
Q_OBJECT
public:
explicit LogWindow(QWidget *parent = nullptr);
~LogWindow();
void addLog(char attr,const QString &tag,const QString &msg,qulonglong time,const QString &func);
void clearLog();
private slots:
void on_bt_clear_clicked();
void on_bt_export_clicked();
private:
Ui::LogWindow *ui;
QStandardItemModel *tableModel;//表格数据
void drawTableHeader();
bool exportCSV(const QString &filename);
};
#endif // LOGWINDOW_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chyi412/link-scope.git
git@gitee.com:chyi412/link-scope.git
chyi412
link-scope
LinkScope
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385