摘要: MyXmlReader::MyXmlReader(QWidget *parent) : QDialog(parent) { ui.setupUi(this); connect(ui.openBtn, SIGNAL(clicked()), this, SLOT(openFile())); ui.treeWid->setColumnCount(2); ui.t... 阅读全文
posted @ 2017-07-12 14:16 三味线、 阅读(1796) 评论(0) 推荐(0) 编辑