码迷,mamicode.com
首页 > 其他好文 > 详细

QLineEdit

时间:2017-03-31 21:35:48      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:qstring   round   ber   row   global   back   pix   short   lob   

1. 使用数值给QLineEdit赋值

GlobalPSNR 是double类型

OutBPP是float类型

QString data = QString::number(GlobalPSNR, ‘g‘, 6);
ui.textBrowser_PSN->setText(data);
data = QString::number(OutputBPP, ‘g‘, 6);
ui.textBrowser_Pix->setText(data);
ui.textBrowser_Wav->setText("97M");

2. 使用QLineEdit给变量赋值

Channels = ui.lineEdit->text().toUShort();

 

QLineEdit

标签:qstring   round   ber   row   global   back   pix   short   lob   

原文地址:http://www.cnblogs.com/my-cat/p/6653085.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!