Qt 中文乱码
多线程同时调用**printf()**有时候可能会在控制台阻塞,**qDebug()**一般不会。
QTime dieTime = QTime::currentTime().addMSecs(300);while( QTime::currentTime() < dieTime ) QCoreApplication::processEvents(QEventLoop::AllEvents, 100);
QPixmap fullScreenPixmap;QDateTime dt = QDateTime::currentDateTime();QString filename = dt.toString("/opt/yyyyMMddhhmmss") + ".png";fullScreenPixmap
删除 *.pro所在目录下的 .qmake.stash。
#include "serialport.h"#include "Configuration.h"#include "global.h"#include <QDebug>#include <QThread>SerialPort::SerialPort(){ isRun = true; thalPort(){ if (serial){
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号