Qt 自定义信号SIGNAL

emit toLine(lineQStr);
connect(vcthread, SIGNAL(toLine(QString)), this, SLOT(appendText(QString)));

原文地址:https://www.cnblogs.com/herd/p/11047988.html