Hi All,
I want to use button event instead of value changed Signal.
Is there any way that I get button event Signal of QSpinBox.
connect(ui->inputSpinBox, SIGNAL(valueChanged (int)), this, SLOT(SelectDisplay()));
Can anyone tell me How to Implement Mouse Click event if there is no button event.
Bookmarks