摘要: 直接上代码: // 打开并读取样式表文件,qss QFile *file; file = new QFile("./changeSkin/first.qss"); file->open(QFile::ReadOnly); // 得到样式表字符串 QString styleSheet = QObjec 阅读全文
posted @ 2020-11-06 10:08 小海哥哥de 阅读(168) 评论(0) 推荐(0)
摘要: https://wiki.archlinux.org/index.php/Fcitx_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87) 阅读全文
posted @ 2020-11-06 09:56 小海哥哥de 阅读(161) 评论(0) 推荐(0)
摘要: qt下可以使用相应库去做: https://blog.csdn.net/u010304326/article/details/80207969 待学习: 1、如何自写,调研其他解析方式。 2、其他格式xml,如何解析或有好的开源代码学习。 阅读全文
posted @ 2020-11-06 09:47 小海哥哥de 阅读(81) 评论(0) 推荐(0)