1. 程式人生 > >Qt常見錯誤

Qt常見錯誤

fatal error: QApplication: No such file or directory

在.pro檔案中 新增 QT += widgets

fatal error: QTcpSocket: No such file or directory

在.pro檔案中 新增 QT += network

 

檢視新增模組可以用assistant

 

 

error: ‘class QString’ has no member named ‘toAscii’

在qt4中QString類和QChar類都有toAscii()用於轉為char(ASCii碼),但是在5.4中沒有,這可急壞了我。 最後我找到了“char toLatin1() const”實現了原計劃。

error: ‘setCodecForCStrings’ is not a member of ‘QTextCodec’

在QT5中取消了