随笔分类 -  Qt

摘要:具体步骤:1、先动态编译链接,生成exe文件(release方式)2、找到依赖的dll文件这里,我们可以用ProcessExplore来获取所依赖的dll文件下载:打开procexp.exe,通过菜单View==》LowerPaneView==》DLLs勾选,显示dll窗口这里,我们以test.ex... 阅读全文
posted @ 2015-09-02 03:05 陈泉宏 阅读(383) 评论(0) 推荐(0)
摘要:QString c_user,c_password; c_user=CLoginUi->m_user->text().trimmed(); c_password=CLoginUi->m_password->text().trimmed(); if(c_user!=NULL&&c_... 阅读全文
posted @ 2015-09-02 02:59 陈泉宏 阅读(289) 评论(0) 推荐(0)
摘要:#ifndef CONNECTION#define CONNECTION#endif // CONNECTION#include #include #include #include static bool creatConnection(){ QSqlDatabase db =QSqlDat... 阅读全文
posted @ 2015-09-02 02:58 陈泉宏 阅读(448) 评论(0) 推荐(0)