摘要: QDir cfgPathDir = Bit2System_NameSpace::Cfg_Path; if(!cfgPathDir.exists()){ return; } QStringList filters; filters << QString("*.xml"); cfgPathDir.set 阅读全文
posted @ 2020-12-23 23:05 朱小勇 阅读(3714) 评论(0) 推荐(0) 编辑
摘要: 1、使用命名空间 using namespace std; 2、使用别名 using Uisystems = std::vector<UiSystemService*>; 类似于typedef typedef std::string TString; 阅读全文
posted @ 2020-12-23 22:33 朱小勇 阅读(187) 评论(0) 推荐(0) 编辑