當我們想開啟系統相關路徑時,我們可以使用qt提供的開啟不同位置的路徑。
當然,有的路徑需要獲取系統相關許可權,在我以前的部落格中說過,這裡就不細說了。
1、引用標頭檔案
qdesktopservices
2、通過這條語句獲取不同路徑:
qstring qstandardpaths::writablelocation(standardlocation type)
3、也可以通過一下語句獲取路徑下的檔案和資料夾
qstringlist qstandardpaths::standardlocations(standardlocation type)
4、引數(路徑的名字)列表如下:
常用的已經圈出來了,也可以按照需求自行選擇
qt 獲取程式相關路徑
可使用一下兩個函式 1.qstringlist qstandardpaths standardlocations qstandardpaths standardlocation type 2.qstring qstandardpaths writablelocation qstandardpaths...
Qt 與位置相關函式
x y 獲取窗體或控制項左上角的座標位置 int x label x int y label y pos 同上qpoint point label pos int x point.x int y point.y 如果不設定位置 如label setgeometry 80,100,100,100 無論...
路徑相關方法 1,獲取各種系統路徑
介紹獲取windows常用的一些系統路徑的方法 當前使用者 如 桌面 我的文件等。並提供簡單封裝為類pathhelper,供以後工程快捷呼叫。獲取系統system32路徑 c windows system32 使用函式getsystemdirectory.cstring版封裝 static cstr...