上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页

2019年11月13日

qt 怎么让程序自带字体,就是说在操作系统上没有的字体

摘要: 字体要加到.qrc文件中 QString Widget::loadFontFamilyFromTTF() { static QString font; static bool loaded = false; if(!loaded) { loaded = true; int loadedFontID 阅读全文

posted @ 2019-11-13 17:40 liujx2019 阅读(636) 评论(0) 推荐(0)

2019年11月11日

Windows 强制删除文件夹和子文件

摘要: rd /s /q dir_name 阅读全文

posted @ 2019-11-11 16:04 liujx2019 阅读(279) 评论(0) 推荐(0)

Inno Setup 删除文件夹 DelTree

摘要: Pascal Scripting: DelTree Prototype: function DelTree(const Path: String; const IsDir, DeleteFiles, DeleteSubdirsAlso: Boolean): Boolean; Description: 阅读全文

posted @ 2019-11-11 15:48 liujx2019 阅读(1784) 评论(0) 推荐(0)

Pascal 字符串

摘要: Dancing with Strings http://baskent.edu.tr/~tkaracay/etudio/ders/prg/pascal/PasHTM1/pas/pasl1007.html Hi ! We meet again ! Now, I would like to discus 阅读全文

posted @ 2019-11-11 15:46 liujx2019 阅读(301) 评论(0) 推荐(0)

Ubuntu 安装 Qt, 安装辅助软件

摘要: sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev sudo apt-get install gcc g++ sudo apt-get install libqt4-dev sudo apt-get install build-essentia 阅读全文

posted @ 2019-11-11 15:32 liujx2019 阅读(164) 评论(0) 推荐(0)

2019年11月9日

Inno Setup 大师 Tlama

摘要: https://stackoverflow.com/users/960757/tlama 阅读全文

posted @ 2019-11-09 10:52 liujx2019 阅读(153) 评论(0) 推荐(0)

如何在 Inno Setup 中执行命令行的命令

摘要: Pascal Scripting: Exec Prototype: function Exec(const Filename, Params, WorkingDir: String; const ShowCmd: Integer; const Wait: TExecWait; var ResultC 阅读全文

posted @ 2019-11-09 10:14 liujx2019 阅读(4275) 评论(0) 推荐(0)

Inno Setup, Pascal 字符串带双引号如何写

摘要: Windows 的路径中如果有空格,就需要用双引号括起来。只能填 ASCII-Code-Number (decimal),不能用一般的 escape 方法。 #34 + path + #34 查询这个表的第一列 阅读全文

posted @ 2019-11-09 10:09 liujx2019 阅读(799) 评论(0) 推荐(0)

2019年11月8日

QIntValidator没有最小值的限制,继承然后写个新类来控制最小值

摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/firecityplans/article/details/99440955问题:使用QIntValidator限制QLineEdeit整数输 阅读全文

posted @ 2019-11-08 13:29 liujx2019 阅读(1148) 评论(0) 推荐(0)

QT QLabel内容太长时候使用省略号

摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/xiezhongyuan07/article/details/83589722我们在使用QLabel进行内容显示的时候,通常有一个最大长度,超 阅读全文

posted @ 2019-11-08 10:44 liujx2019 阅读(2382) 评论(0) 推荐(0)

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页

导航