Qt编程技巧 QLCDNumber与QSpinBox链接 发表于 2009-10-26 分类于 技术笔记 connect(spinBox, SIGNAL(valueChanged(QString)), lcdNumber, SLOT(display(QString)));