QT開發中所遇到的問題(2)

2021-10-11 15:34:41 字數 1016 閱讀 8532

1、 error: no rule to make target '…/*/close.psd』, needed by 『debug/qrc_resource.cpp』. stop.

解決方法:需要修改資源檔案,把其中的.psd檔案刪除即可,但是這是在qt5.12當中,在qt5.5當中就沒這個問題,可能是由於環境的配置問題。

2、error: c2001: 常量中有換行符,主要是中文字元產生的錯誤

解決方法:換一下左下角的配置即可。用mingw 64/32bit。

3、 qt執行shell指令碼或者執行linux指令

qstring common::

executelinuxcmd

(qstring strcmd)

//例項

qstring strresult1 =

executelinuxcmd

("sudo sh /home/test.sh");

qstring strresult2 =

executelinuxcmd

("cat /etc/hostname"

);

4、qt控制項展示在最上層

qbutton t1,要讓tq在qlable上層,可使用t1.raise()

5、設定qt視窗在最上層

topwindow-

>

setwindowflags

(topwindow-

>

windowflags()

| qt::windowstaysontophint)

;

6、qt執行shell指令碼,配置無線網時,要把開發板對應的配置需要的檔案,放到qt程式執行的目錄下面,這樣執行不會出現其他問題。

QT開發遇到的問題(1)

1 開啟檔案只有.pro的問題,沒有選擇構造套件 kit 選擇左下角的debug選擇相應的構建套件,即可成功的匯入.c檔案與.件。2 使其在開發板等嵌入式裝置全屏的相關 this setgeometry 0 0desktop screengeometry width desktop screenge...

QT開發中遇到的問題 連線問題

qt5 開發中,出現.obj連線問題,在本專案中 問題1 相互引用引起了.obj問題。例如 應用程式 或者動態庫 a,引用了動態庫b,而動態庫b又想要從應用程式 動態庫 a中獲取一些值,那麼這樣子會導致相互引用,或者引用不當問題,即引用的不是動態庫。這樣一旦在程式中呼叫時就會報錯,報錯為.obj 無...

hadoop 集群中所遇到的問題

這篇部落格總結了很多問題,有幾個是我親身遇到的,1 fatal org.apache hadoop hdfs server datanode datanode exception in securemain 檢查hostname是否在 etc hosts檔案中配置,若無則將hostname配置到 e...