Qt编程技巧 QLCDNumber与QSpinBox链接 Posted on 2009-10-26 In 技术笔记 1connect(spinBox, SIGNAL(valueChanged(QString)), lcdNumber, SLOT(display(QString)));