Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THere are some useful signal to use for detect when LCDNumber widget update it's value? somethings like:
connect(ui->LCDmine, SIGNAL(valueChanged()), this, SLOT(changeLogic()));
As Qlabel and so on .... sorry but not find on doc ....
@gfxx No, QLCDNumber is just an output display/label, not an input. So nothing like valueChanged signal, just as, say, QLabel does not have a signal when you change its text. You say "As Qlabel and so on", but QLabel does not have any such signal.
QLCDNumber
valueChanged
QLabel
@JonB you are in right .... sorry my error .... so need to reimplemet the widget right?
thanks
@gfxx hi,
Why te-implement QLCDNumber ? Simply connect your logic to the signal that will change the value of QLCDNumber