在 setupUI 函数里有一句:
QMetaObject::connectSlotsByName(QWDialog);
它假设槽函数的名称是
void on_<object name>_<signal name>(<signal parameters>);