# restaurant **Repository Path**: iamli01/restaurant ## Basic Information - **Project Name**: restaurant - **Description**: 简单的餐馆管理系统练习,使用qt开发,mysql数据库 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-07-19 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #restaurant 简单的餐馆管理系统练习,使用qt开发,mysql数据库 20170719,大体上画出界面,开始实现功能 不包括qt库,另外libmysql.dll需要自己放置到qt目录中 #记录 20170721 考虑是不是改为sqlite,数据库直接内嵌到程序中,部署成本大大降低 20170722 初学者啊,有QSqlTableModel这么个东西,我竟然脑残想去创建数据表的model类,这是写着写着串到java去了,先想着创建个bean.... 开发方式还是有区别的。