摘要:
窗口文件cmainwindow.cppCMainWindow::CMainWindow(QWidget*parent):QMainWindow(parent),ui(newUi::CMainWindow){ui->setupUi(this);....connect(threadA,SIGNAL(signalUpdateData(QString)),this,SLOT(slotUpdateDate(QString)),Qt::DirectConnection); // 事件同步传递...}voidCMainWindow::slotUpdateDate(QStringtext){qDebug 阅读全文
posted @ 2013-12-25 12:01
trako
阅读(4426)
评论(0)
推荐(0)