摘要: QMetaObject::connectSlotsByName [static] void QMetaObject::connectSlotsByName(QObject *object) Searches recursively for all child objects of the given 阅读全文
posted @ 2020-01-07 18:31 lsgxeva 阅读(672) 评论(0) 推荐(0)
摘要: 使用QStringBuilder进行字符串连接 来源 https://www.qt.io/cn/blog/2011/08/22/string-concatenation-with-qstringbuilder Published on Monday August 22, 2011 by Debao 阅读全文
posted @ 2020-01-07 17:03 lsgxeva 阅读(2463) 评论(0) 推荐(0)
摘要: 源码必须是UTF-8,QString需要它 来源 https://www.qt.io/cn/blog/2012/05/16/source-code-must-be-utf-8-and-qstring-wants-it Published on Wednesday May 16, 2012 by De 阅读全文
posted @ 2020-01-07 15:37 lsgxeva 阅读(684) 评论(0) 推荐(0)
摘要: Qt开发中文显示乱码 来源 https://www.jianshu.com/p/ed269df8104d 参考 https://blog.csdn.net/J_H_C/article/details/93882284 为什么会出现乱码 首先,我们需要有的概念是乱码的问题是由编码和解码方式引起的。涉及 阅读全文
posted @ 2020-01-07 15:22 lsgxeva 阅读(18603) 评论(0) 推荐(2)
摘要: qDebug 的使用 来源 https://zhuanlan.zhihu.com/p/32637822 小豆君的干货铺 发布于 2018-01-04 在项目的开发中,当我们调试程序时,最常用的就是打印信息了,Qt为我们提供了非常方便的打印信息类QDebug。 大家应该已经很熟练的使用QDebug了, 阅读全文
posted @ 2020-01-07 15:04 lsgxeva 阅读(2664) 评论(0) 推荐(0)
摘要: qt 4.6 qmake Reference qmake Function Reference https://blog.csdn.net/pcliuguangtao/article/details/7241513 qmake Variable Reference https://blog.csdn 阅读全文
posted @ 2020-01-07 14:06 lsgxeva 阅读(326) 评论(0) 推荐(0)
摘要: qmake-variable-reference https://doc.qt.io/archives/qt-5.6/qmake-reference.html Reference The reference sections describe in detail the variables and 阅读全文
posted @ 2020-01-07 10:58 lsgxeva 阅读(772) 评论(0) 推荐(0)