2017年12月6日

xml用于保存数据(Qt5)实例

摘要: 1 //Settings.h 2 #ifndef _SETTINGS_H 3 #define _SETTINGS_H 4 5 class Settings 6 { 7 public: 8 Settings(); 9 10 int load(); 11 int save(); 12 13 public: 14 int period; 15 ... 阅读全文

posted @ 2017-12-06 00:06 Doctor_uee 阅读(1704) 评论(0) 推荐(0)

导航