随笔分类 - Qt
摘要:具体步骤:1、先动态编译链接,生成exe文件(release方式)2、找到依赖的dll文件这里,我们可以用ProcessExplore来获取所依赖的dll文件下载:打开procexp.exe,通过菜单View==》LowerPaneView==》DLLs勾选,显示dll窗口这里,我们以test.ex...
阅读全文
摘要:QString c_user,c_password; c_user=CLoginUi->m_user->text().trimmed(); c_password=CLoginUi->m_password->text().trimmed(); if(c_user!=NULL&&c_...
阅读全文
摘要:#ifndef CONNECTION#define CONNECTION#endif // CONNECTION#include #include #include #include static bool creatConnection(){ QSqlDatabase db =QSqlDat...
阅读全文
浙公网安备 33010602011771号