Simple User operation log table, v1.1

This commit is contained in:
Krad
2021-11-23 16:53:36 +08:00
parent d898a2b57f
commit f226f57fb7
2 changed files with 21 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
#define GUI_USEROPERATIONLOGFORM_H
#include <QWidget>
#include <QtWidgets/QTableView>
class QTableView;
class QPushButton;
class UserOperationLogForm:public QWidget {
Q_OBJECT
public:
@@ -17,6 +17,7 @@ public:
private:
QTableView * table = nullptr;
QPushButton* btn = nullptr;
};