1 Star 0 Fork 2

downloadproject / PropertyManagementSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
view_userlogs.h 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhfy 提交于 2019-02-26 18:43 . PropertyManagementSystem
#ifndef VIEW_USERLOGS_H
#define VIEW_USERLOGS_H
#include <QMainWindow>
#include <QSqlTableModel>
namespace Ui {
class view_UserLogs;
}
class view_UserLogs : public QMainWindow
{
Q_OBJECT
public:
explicit view_UserLogs(QWidget *parent = 0);
~view_UserLogs();
private slots:
void on_pushButton_serch_clicked();
void on_pushButton_showall_clicked();
void on_pushButton_out_2_clicked();
void userLogs_receiveUidFromUser(int uidToUserLogs);
private:
Ui::view_UserLogs *ui;
QSqlTableModel *userlogsModel;
};
#endif // VIEW_USERLOGS_H
1
https://gitee.com/projectdownload/PropertyManagementSystem.git
git@gitee.com:projectdownload/PropertyManagementSystem.git
projectdownload
PropertyManagementSystem
PropertyManagementSystem
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891