摘要:
实现的功能:在TextBrowser中换行输出想要的内容 void Widget::on_pushButton_clicked() { // 获取当前选择的文本 QString str = ui->comboBox_EorW->currentText(); QString deg = ui->spi
阅读全文
posted @ 2021-07-28 17:45
anyejin
阅读(9504)
推荐(0)
编辑
摘要:
指定小数位数 double value = 1.2345 QString str = QString::number(value, 'f', 2); #include "widget.h" #include "ui_widget.h" Widget::Widget(QWidget *parent)
阅读全文
posted @ 2021-07-28 17:41
anyejin
阅读(2699)
推荐(0)
编辑
摘要:
新建widget工程 在UI中添加控件: INPUT widgets:ComboBox BOTTONS:Push button DISPLAY widgets:TextBrowser 在UI编辑界面,选中ComboBox点击鼠标右键,选择编辑项目,弹出编辑框,点击下方的加减号添加删除组合框的内容,编
阅读全文
posted @ 2021-07-28 16:02
anyejin
阅读(561)
推荐(0)
编辑