QT textBrowser 使用
使用环境: VS2010 & QT Designer5 1、 在QT Designer 拖入 textBrowser,点击右键属性获得 name值 2、 在程序使用的地方 加入 ui ...
使用环境: VS2010 & QT Designer5 1、 在QT Designer 拖入 textBrowser,点击右键属性获得 name值 2、 在程序使用的地方 加入 ui ...
//创建表格头 (灰色冻结状态的) QStringList header; header<<"Time"<<" ID "<<" SendSRC "< ...