摘要:
SQLite(sql)是一款开源轻量级的数据库软件,不需要server,可以集成在其他软件中,非常适合嵌入式系统。Qt5以上版本可以直接使用SQLite。 1、修改.pro文件,添加SQL模块: QT += sql12、main.cpp代码如下: #include "mainwindow.h"#in 阅读全文
posted @ 2021-09-10 15:14
China Soft
阅读(447)
评论(0)
推荐(0)
摘要:
#include <QCoreApplication> #include <QLibrary> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); //声明所用到的dll文件 QLi 阅读全文
posted @ 2021-09-10 13:44
China Soft
阅读(286)
评论(0)
推荐(0)

浙公网安备 33010602011771号