使用环境:
VS2010 & QT Designer5
1、 在QT Designer 拖入 textBrowser,点击右键属性获得 name值
2、 在程序使用的地方 加入 ui.textBrowser->setText("nihao");
3、编译运行程序。
使用环境:
VS2010 & QT Designer5
1、 在QT Designer 拖入 textBrowser,点击右键属性获得 name值
2、 在程序使用的地方 加入 ui.textBrowser->setText("nihao");
3、编译运行程序。