程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> 關於C語言 >> 諸如'XXX' was not declared in this scope, unde

諸如'XXX' was not declared in this scope, unde

編輯:關於C語言

錯誤:'QSqlTableModel' was not declared in this scope

加入頭文件

#include<QtSql/QSqlTableModel>

即可。


錯誤:'QTableView' was not declared in this scope

加入頭文件

#include<QTableView>

即可。


此時又出現這樣的錯誤

undefined reference to `QSqlDatabase::~QSqlDatabase()'

在.pro文件加入這句

QT+=sql

即可。


本文出自 “大白菜” 博客,請務必保留此出處http://zhengyongkun.blog.51cto.com/1163218/1292304

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved