2017年5月19日

Qt 登录面板demo

摘要: QLabel *pImageLabel = new QLabel(this); QLineEdit *pUserLineEdit = new QLineEdit(this); QLineEdit *pPasswordLineEdit = new QLineEdit(this); QCheckBox 阅读全文

posted @ 2017-05-19 17:08 阿兴的平凡世界 阅读(262) 评论(0) 推荐(0)

c++ _popen读取管道内容(输出内容)例子

摘要: FILE * pPipe = _popen(_postExEPath.toStdString().c_str(), "rb");QString strData;if (pPipe){ while (!feof(pPipe)){std::string tempStr(1024, '\0');fgets 阅读全文

posted @ 2017-05-19 15:27 阿兴的平凡世界 阅读(6699) 评论(0) 推荐(0)

导航