上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 619 下一页

2020年3月3日

摘要: MainWindow w; MyLogin dlg; if (dlg.exec() == QDialog::Accepted) { w.ChangeToolBtnStat(); w.show(); return a.exec(); } else return 0; 产生accepted事件的2个函数 阅读全文
posted @ 2020-03-03 01:34 lydstory 阅读(160) 评论(0) 推荐(0)

2020年3月2日

摘要: https://blog.csdn.net/wuguyannian/article/details/92175725 阅读全文
posted @ 2020-03-02 22:53 lydstory 阅读(338) 评论(0) 推荐(0)
摘要: SQLITE_HAS_CODEC https://www.jianshu.com/p/89dc6ac2f81d 如何编译加入key函数,源码编译? 答: https://github.com/utelle/wxsqlite3/tree/1cae776ab956da6ff239d13806eede71 阅读全文
posted @ 2020-03-02 22:38 lydstory 阅读(293) 评论(0) 推荐(0)
摘要: 多线程并发操作同一个数据库 数据库连接池 (使用) 阅读全文
posted @ 2020-03-02 21:29 lydstory 阅读(2157) 评论(0) 推荐(0)
摘要: #include <QSqlDatabase> 安装注意 最新版: #include <QtSql/QSqlQuery> 位置不一样了 解决方法: VS"Qt"菜单-"Qt Project Settings"-"Qt Modules"-勾选SQL library 阅读全文
posted @ 2020-03-02 21:04 lydstory 阅读(845) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/naibozhuan3744/article/details/80821146 表格控件 阅读全文
posted @ 2020-03-02 17:00 lydstory 阅读(99) 评论(0) 推荐(0)
摘要: 完全可以重复 复用 登陆 管理 界面 按钮 skin框架 比mfc简单易用多了 阅读全文
posted @ 2020-03-02 16:56 lydstory 阅读(146) 评论(0) 推荐(0)
摘要: https://github.com/canpool/qtcanpool qt开源界面库 阅读全文
posted @ 2020-03-02 15:42 lydstory 阅读(200) 评论(0) 推荐(0)
摘要: setFixedSize 设置了窗体无法最大化 用setMinimumSize(782, 580); 阅读全文
posted @ 2020-03-02 13:56 lydstory 阅读(808) 评论(0) 推荐(0)
摘要: equence number equence number 序号 阅读全文
posted @ 2020-03-02 10:28 lydstory 阅读(130) 评论(0) 推荐(0)
上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 619 下一页

导航