QT 當前路徑

2022-06-27 15:30:09 字數 553 閱讀 4881

在給按鈕設定時,我使用了語句

1   openaction=new qaction(qicon("

.\\image\\file"),

2 tr("

&open...

"),this);

其中".\\image\\file"是路徑顯示,.\代表當前路徑上面的一層路徑。可是當前路徑是什麼?

1 qstring path=qdir::currentpath();

2 qdebug()<

the path is

"得到的結果,模糊的講,在編譯後建立的同名資料夾下的debug資料夾,所以只要把檔案放在和debug資料夾同目錄就可以正確顯示了。

C C 獲取當前路徑

獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...

C C 獲取當前路徑

獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...

wince獲取當前路徑

在evc下沒有getcurrentdirectory 這個函式能方便地獲取當前工作路徑,所以我們只能通過getmodulefilename 函式的返回值來獲取當前的工作路徑.szpath 獲取的當前工作路徑 void getcurrentdirectory cstring szpath const ...