common/q*: add Chinese translation (#14687)

* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
This commit is contained in:
Jin
2024-11-19 04:13:17 -05:00
committed by GitHub
parent a394bba5f1
commit 156075e8b1
21 changed files with 506 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# qtcreator
> 跨平台的 Qt 应用程序集成开发环境。
> 更多信息:<https://doc.qt.io/qtcreator/creator-cli.html>.
- 启动 Qt Creator
`qtcreator`
- 启动 Qt Creator 并恢复上次会话:
`qtcreator -lastsession`
- 启动 Qt Creator 并且不加载指定的插件:
`qtcreator -noload {{指定插件}}`
- 启动 Qt Creator 并且不加载任何插件:
`qtcreator -noload {{all}}`
- 在演示模式下启动 Qt Creator并显示键盘快捷键的弹出提示
`qtcreator -presentationMode`
- 启动 Qt Creator 并显示来自特定提交的差异:
`qtcreator -git-show {{提交}}`