摘要: 1.Qt知识点 长期更新 https://blog.csdn.net/ssspppfff/article/details/103679857 2.QtableView设置样式 1)设置表头背景色 https://www.cnblogs.com/ruandahua/p/11251139.html 2) 阅读全文
posted @ 2020-05-22 08:19 sgggr 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 函数名 //设置标签颜色 static void setLabStyle(QLabel *lab, quint8 type, const QString &bgColor = "", const QString &textColor = ""); //设置窗体居中显示 static void set 阅读全文
posted @ 2020-05-22 08:08 sgggr 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 函数名 //桌面宽度高度 static int deskWidth(); static int deskHeight(); //程序文件名称+当前所在路径 static QString appName(); static QString appPath(); //初始化随机数种子 static vo 阅读全文
posted @ 2020-05-22 08:05 sgggr 阅读(463) 评论(0) 推荐(0) 编辑