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