1 Star 2 Fork 0

735754647/Qt基于数据库的学生管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
student.h 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
735754647 提交于 2022-04-21 08:32 . 第一次提交
#ifndef STUDENT_H
#define STUDENT_H
#include <QMainWindow>
namespace Ui {
class student;
}
class student : public QMainWindow
{
Q_OBJECT
public:
explicit student(QWidget *parent = 0);
~student();
void init();
QString stuName;
private slots:
void on_pushButton_clicked();
private:
Ui::student *ui;
};
#endif // STUDENT_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/a735754647/student.git
git@gitee.com:a735754647/student.git
a735754647
student
Qt基于数据库的学生管理系统
master

搜索帮助