emit toLine(lineQStr);

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

Qt 自定义信号SIGNAL_其他