How to call changeValue of QSpinBox only when user changed value

前端 未结 0 866
我寻月下人不归
我寻月下人不归 2020-11-21 22:49

This is my spinBox slot method:

void MainWindow::on_sbObjectSize_valueChanged(int arg1)
{
     /do something/;
}

I need to distinguish when t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题