C++學習之路(7)---Qt5獲取系統目錄

Qt4使用 QDesktopServices::storageLocation(QDesktopServices::xxxx) 來獲取一些系統目錄,Qt5則要改成QStandardPaths::writableLocation(QStandardPaths::xxxx)。 所需頭文件: [cpp]  view plain  copy #include <QDesktopServices>   然後
相關文章
相關標籤/搜索