随笔分类 - QT
记录QT学习开发过程
摘要:https://doc.embedfire.com/linux/rk356x/Qt/zh/latest/lubancat_qt/qtdemo/demo_compile.html
阅读全文
摘要:https://blog.csdn.net/dfr110719/article/details/136992619 <div id="content_views" class="htmledit_views"> <p id="main-toc"><strong>目录</strong></p> 一.打
阅读全文
摘要:https://blog.csdn.net/XXYBMOOO/article/details/131569944 https://lostphp.com/index/tool/hexconvert float 转 16 QString str = "ABCDE"; float f = str .to
阅读全文
摘要:https://blog.csdn.net/u012329294/article/details/88286961 <div id="content_views" class="htmledit_views"> <p>在qt开发中,应用程序运行中常常会因为写日志的原因,造成系统性能低下,</p> 那
阅读全文
摘要:https://blog.csdn.net/qq_39295354/article/details/104010241 https://www.cnblogs.com/RecreateBySelf/p/17674665.html
阅读全文
摘要:https://blog.csdn.net/qq_15181569/article/details/135934033 一、.pro文件中添加支持的语言 在.pro文件中添加下面几句,支持中文和英文 TRANSLATIONS = lanague_cn.ts\ lanague_en.ts 12 二、通
阅读全文
摘要:QLabel 控件常见的属性、方法和信号 一、QLabel 控件常见属性 二、QLabel 控件常见方法 三、QLabel 控件常见信号 方法: set+xxx设置属性、去掉set就是获取属性 所有控件中的属性和方法都是通用的 QLabel 控件 描述:QLabel 是一个用于显示文本或图像的控件。
阅读全文