当前位置:网站首页>【Qt】Qt获取标准系统路径
【Qt】Qt获取标准系统路径
2022-06-22 12:04:00 【郭老二】
1、返回可写的指定标准路径
2.1 返回桌面路径
QString path = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
2.2 返回用户主目录
QString path = QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
2.3 返回临时文件目录
QString path = QStandardPaths::writableLocation(QStandardPaths::TempLocation);
2、全部标准系统路径
QStandardPaths::StandardLocation
| 类型 | 值 | 说明 |
|---|---|---|
| QStandardPaths::DesktopLocation | 0 | 桌面目录 |
| QStandardPaths::DocumentsLocation | 1 | 文档目录。 |
| QStandardPaths::FontsLocation | 2 | 字体的目录 |
| QStandardPaths::ApplicationsLocation | 3 | 应用程序目录。 |
| QStandardPaths::MusicLocation | 4 | 音频目录。 |
| QStandardPaths::MoviesLocation |
边栏推荐
- oracle存储过程2
- 请问Flink的动态表是这样创建吗?我用flink cdc 读mysql数据,写flink动态表,发
- Fault tolerant heap shim applied to current process. This is usually due to previous crashes
- 0007-Reverse Integer(整数反转)
- Zcu102 PL end running water lamp
- Flutter——实现网易云音乐的渐进式卡片切换
- Sap-abap- how to call an external interface by webapi
- 运筹优化基础知识
- Flutter imitates airbnb's price range filter. (II)
- [game] Zhou Yu's skills
猜你喜欢

TIS教程01-安装

TIS教程02-模型

Final of the 13th Blue Bridge Cup embedded design and development project

SAP-ABAP-BAPI_GOODSMVT_CREATE创建物料凭证bapi的各种情况如何赋值

Getting started with webrtc: 11 In kurento, rtendpoint is used to pull RTP streams for clustering in live broadcast

Démarrer avec l'animation flutter: animation de chargement des anneaux intérieurs et extérieurs inversés

Opencv invokes the USB camera to solve the "select timeout" problem

隐形交通指挥员:浅述城市轨交信号系统

Share 7 free super clear video resource stations! Both editing and collection are practical enough to cry!

12306抢票使用教程
随机推荐
Numpy库常用功能 合并
XML file parsed by repo
SAP-ABAP-如何打开本地文件
mysql 执行脚本的正确姿势
C语言itoa()函数和atoi()函数详解(整数转字符C实现)
SAP-MM-MIGO 311工厂内转移挑拨库存
智龄语音+php
请问Flink的动态表是这样创建吗?我用flink cdc 读mysql数据,写flink动态表,发
隐形交通指挥员:浅述城市轨交信号系统
OGG12处理OGG-01163故障错误
论文解读——Performance of Recommender Algorithms on Top-N Recommendation Tasks
ncnn的使用(初学必看)
Flutter imitates airbnb's price range filter. (I)
odps sql的执行流程不是从上到下执行吗
Small demo of QT page layout class
Vue mixed write Minxin, virtual dom/ref, dynamic components, cache keep
Getting started with fluent Animation: inner and outer reverse ring loading animation
0179-Largest Number( 最大数)
TIS教程02-模型
运行sqoop1.4.5报Warning: does not exist! HCatalog jobs will fail.