Add UserOperationLog.

This commit is contained in:
sunwen
2023-09-05 16:32:38 +08:00
parent d8ffe7b10e
commit 17cc9e5297
18 changed files with 103 additions and 50 deletions

View File

@@ -1,7 +1,3 @@
//
// Created by Krad on 2021/11/23.
//
#ifndef GUI_USEROPERATIONLOGFORM_H
#define GUI_USEROPERATIONLOGFORM_H
@@ -19,6 +15,9 @@ public:
void loadUserOperationLog();
void loadUserOperationLog(const QString& fileName, const QString& date);
protected:
void showEvent(QShowEvent *aEvent) override;
private:
QTableView* table = nullptr;
QPushButton* btn = nullptr;