本文介绍如何打包Qt程序,使其在没有安装Qt的系统可以运行。 默认前提:另外一个系统和本系统是同一个系统版本。 1,编写导出依赖包的脚本copylib.sh #!/bin/bash LibDir=$PWD"/lib" Target=$1 lib_array=($(ldd $Target | grep Read More
posted @ 2018-07-24 19:11
findumars
Views(1812)
Comments(0)
Diggs(0)
Cannot create children for a parent that is in a different thread. 在Qt的官方文档,大家知道有两种方式使用 QThread。 You can use worker objects by moving them to the thre Read More
posted @ 2018-07-24 19:10
findumars
Views(15183)
Comments(0)
Diggs(0)
打开命令行 导出数据到data.csv D:\project>sqlite3.exe old.db SQLite version 3.21.0 2017-10-24 18:55:49 Enter “.help” for usage hints. sqlite> .output data.csv sq Read More
posted @ 2018-07-24 18:46
findumars
Views(2383)
Comments(0)
Diggs(1)
2011年09月29日 23:47:46 阅读数:7269 2011年09月29日 23:47:46 阅读数:7269 阅读数:7269 Qt 4.0 automatically double-buffers Qt 4.1 QWidget::autoFillBackground Qt 4.2 del Read More
posted @ 2018-07-24 18:30
findumars
Views(671)
Comments(0)
Diggs(0)
本文来源: www.fpccn.com 原作者:逍遥派掌门人 http://msdn.microsoft.com/zh-cn/library/windows/apps/hh452791.aspx 本教程不用更改lazarus的任何源代码,安全性很高。1、先到Lazarus wiki下载所需要的版本。 Read More
posted @ 2018-07-24 16:47
findumars
Views(995)
Comments(0)
Diggs(0)