06 2022 档案
QT.信号与槽收集+中文乱码
摘要:https://www.freesion.com/article/2169893963/ https://wenku.baidu.com/view/57fd1db368ec0975f46527d3240c844769eaa0b7.html https://blog.csdn.net/qq_45652 阅读全文
posted @ 2022-06-30 19:44 rin_riceroll 阅读(57) 评论(0) 推荐(0)
C++指针相关
摘要:https://www.runoob.com/cplusplus/cpp-pointers.html 星号 * 是:1.用来声明指针 2.来返回位于操作数所指定地址的变量的值 指针是一个变量,其值为另一个变量的地址 eg. int *ip; //ip为一个指针 使用指针时会频繁进行以下几个操作:定义 阅读全文
posted @ 2022-06-30 10:53 rin_riceroll 阅读(56) 评论(0) 推荐(0)
Qt相关基础一
摘要:一、注释 自定义模板 https://blog.csdn.net/zyhse/article/details/105538552 二、快捷键 https://wenku.baidu.com/view/4db524d8f405cc1755270722192e453610665bda.html Ctrl 阅读全文
posted @ 2022-06-29 20:32 rin_riceroll 阅读(36) 评论(0) 推荐(0)