摘要: 在这里用了两个按钮触发配置文件读写操作当pushButton_read按下时读取配置文件内容pushbutton_write时分别对三个配置文件关键字写入新内容。 settings.setValue("mainFun",25);settings.setValue("subFun",40);settings.setValue("service",1);配置文件格式如下:[DevOption]mainFun=50subFun=40service=1 1 void tcp_client::WriteSettings() 2 { 3 QSet 阅读全文
posted @ 2012-11-07 16:54 24K.纯帅 阅读(1362) 评论(0) 推荐(0) 编辑