QThread安全结束
protected: void closeEvent(QCloseEvent *event);
void closeEvent(QCloseEvent *event) { threadObjParam->deleteLater(); }