... bool stopThreads = false; TextThread::TextThread( QString text ) : QThread() { m_text = text; } QMutex mutex; void TextThread::run() { while( !
確定! 回上一頁