QString path = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
QString path = QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
QString path = QStandardPaths::writableLocation(QStandardPaths::TempLocation);
QStandardPaths::StandardLocation
| 类型 | 值 | 说明 |
|---|---|---|
| QStandardPaths::DesktopLocation | 0 | 桌面目录 |
| QStandardPaths::DocumentsLocation | 1 | 文档目录。 |
| QStandardPaths::FontsLocation | 2 | 字体的目录 |
| QStandardPaths::ApplicationsLocation | 3 | 应用程序目录。 |
| QStandardPaths::MusicLocation | 4 | 音频目录。 |
| QStandardPaths::MoviesLocation |