Files
tldr/pages.zh/common/qtcreator.md
Jin 156075e8b1 common/q*: add Chinese translation (#14687)
* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
2024-11-19 01:13:17 -08:00

29 lines
623 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 {{提交}}`