qt5中的QApplication: No such file or directory問題
出現原因:Qt5裡不再用QtGui模組,而是使用QtWidgets模組。解決方法:
在.pro里加上QT += widgets
實測
greaterThan(QT_MaJOR_VERSION,4) : QT+= widgets
或者
QT+= widgets
qt4 和qt5的版本更新造成的
解決方法是:在.pro工程專案檔案中新增一行QT += widgets,然後再編譯執行就OK了
相關推薦
Qt5中qapplication no such file or directory
最近開始學Qt,對照著霍亞飛的《Qt Creator 快速入門》第二版,裡面用的是Qt4,但是我直接裝了qt opensource後發現時Qt5,就在Qt5的環境上學習。 在第二章2.3節,自己編寫一個main函式時執行出現qapplication no such file
qt5中的QApplication: No such file or directory問題
出現原因:Qt5裡不再用QtGui模組,而是使用QtWidgets模組。解決方法: 在.pro里加上QT += widgets 實測 greaterThan(QT_MaJOR_VERSION,4) : QT+= widgets 或者 QT+= widgets qt4
QT5.0.1在Windows下 出現QApplication: No such file or directory 問題的解決辦法
#include <QApplication> #include <QPushButton> #include <QLabel> #include <QHBoxLayout> int main(int argc, char **argv) {
Linux中提示No such file or directory解決方法
問題描述 解決方法 分析原因,可能因為我平臺遷移碰到許可權問題我們來進行許可權轉換 1)在Windows下轉換: 利用一些編輯器如UltraEdit或EditPlus等工具先將指令碼編碼轉換,再放到Linux中執行。轉換方式如下(UltraEdit):File
也談Qt經典出錯資訊之QApplication: No such file or directory
這個問題似乎是老生常談了,好多朋友也都就這個問題做了探究,這裡我說說我的看法,以及對於初學者而言,如何快速定位問題,快速解決問題, 下面是網友zhu的完整闡述: 這個出錯資訊一般是新手在編譯Qt4第一個應用”Hello,World”的時候,翻開Qt程式設計的第一個例子。都
在Linux中提示No such file or directory解決方法
編寫shell指令碼執行一些命令發現很多的地方出現了問題,總是No such file or directory。但是事實上是有的,在網上查找了一些觀點,總結一下: (1)在Windows下轉換: 利用一些編輯器如Notepat++,UltraEdit或Edit
R中讀取文件,找不到路徑問題 No such file or directory
con tracking air csdn rac rect 路徑 路徑和 data R中讀取文件,找不到路徑問題 No such file or directory 近日,讀取文件時。出現例如以下問題 > passenger = read.c
cocos2d-x 移植到android中編譯的一些問題:fatal error: Box2D/Box2D.h: No such file or directory"
cocos2 app nal get dsc err 2dx ros blue 1、fatal error: Box2D/Box2D.h: No such file or directory" 須要加入box2d庫的支持,改動android.mk
gcc編譯報錯 checking whether the C compiler works... no 中的 error trying to exec 'cc1': execvp: No such file or directory解決辦法
1 首先檢查報錯原因是execvp: No such file or directory 因此要將/etc/profile的export PATH指向gcc的lib路徑中的cc1檔案 例如我的cc1檔案在/usr/lib64/gcc/x86_64-suse-linux/4.8/ 則輸出 export P
在Mac中使用PHP連線資料庫時報錯:SQLSTATE[HY000] [2002] No such file or directory
在Mac中使用PHP連線資料庫時報錯:SQLSTATE[HY000] [2002] No such file or directory 第一次在PHP中使用mysqli()函式建立與MySql的連線時,返回了錯誤資訊:SQLSTATE[HY000] [2
R中讀取檔案,找不到路徑問題 No such file or directory
R中讀取檔案,找不到路徑問題 No such file or directory 近日,讀取檔案時,出現如下問題 > passenger = read.csv('international-
Scrapy框架中解決OSError=[Errno 2] No such file or directory: 'Xvfb': 'Xvfb'
當在scrapy框架的Middlewares.py中匯入以下語句後報錯 from pyvirtualdisplay import Display display = Display(visible=0, size=(800, 600)) display.start() 報錯如下:
關於codeblocks 的程式中編譯出現對於iostream, no such file or directory
當我們將.cpp 檔案 誤設為.c 檔案的時候, 就會出現上述編譯報錯資訊。 解決辦法是刪除這個檔案, 重新建立.cpp檔案。 另外,還有如下情況。 其實 <iostream.h>是c風格的,可用,但注意格式: 要麼是: #include <iost
VS2008中"fatal error C1083:無法開啟包括檔案:“Stdafx.h”: No such file or directory”
錯誤型別1: 環境:VS2008 語言:C++ 下午出了一個非常可惡的問題,我的一個基於MFC 對話方塊的程式因為預編譯標頭檔案stdafx.h的原因始終無法編譯通過。 由於程式整體是需要預編譯標頭檔案的。因此工程內所有cpp檔案通通都包括了#include st
mingw中編譯庫出現sys/times.h: No such file or directory的可行解決方法
在mingw中成功編譯好了boost庫後, 使用別人寫的機器學習庫BMRM(https://github.com/funkey/bmrm) 編譯模型時出現了fatal error: sys/times.h:No such file or directory的錯誤, 一看,就
Qt5編譯時出現 ---> No such file or directory錯誤解決辦法
解決辦法: 安裝libqt4-devsudo apt-get install libqt4-dev安裝完後開啟qtcreator, 在設定裡面新增qt4版本的qmake. 路徑在 /usr/bin/qmake-qt4. 新增完後把編譯環境那裡也改一改, 然後重新編譯就解
解決安裝caravel中遇到的sasl/saslwrapper.h:22:23: error: sasl/sasl.h: No such file or directory
Installing collected packages: sasl, thrift-sasl, caravel Running setup.py install for sasl ... error Complete output from command
安裝tensorflow,pycharm中出現libcudart.so.8.0: can't open shared object file: No such file or directory
原因 如果在安裝tensorflow_gpu後,在終端執行正常,而在PyCharm中出現如下錯誤的 ‘ImportError: libcudart.so.8: cannot open shar
在android系統命令列中執行arm linux程式,出現/system/bin/sh: .xxx No such file or directory問題
android系統的底層就是Linux,理論上arm linux程式在android系統中也能夠執行。但是當我寫了一個“Hello World”程式並執行時,出現了下面的錯誤: system/bin/sh:./ a.out No such file or directory
Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
com add err erro lin .com aso tps color Try this : sudo modprobe vboxnetadp ref: https://github.com/gasolin/foxbox/issues/32Erro