搜索资源列表
LibSys
- 用Qt写的微型图书馆管理系统,支持MySQL-Library management system written in Qt
QT_employeeform
- 用QT实现的雇员管理系统,涉及到界面和数据库 学习用很好的例子 ,代码简洁-Employees with the QT implementation management system, related to learning to use interface and a good example of the database, code clean
QT图书管理系统
- 图书管理系统,采用QT+mysql编写简单明了易上手(Library management system)
QT+mysql
- 本系统实现了图书的增删改查功能,还有登录界面(This system implements the functions of adding and modifying books, as well as login interface)
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。