1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/qtcreator.md
코드싸이 a83a44e346
common/q*: add Korean translation; qemu: add missing placeholders (#14514)
* common/q*: add Korean translation

* qemu: update command
2024-11-02 10:48:10 +09:00

28 lines
672 B
Markdown

# qtcreator
> Qt 애플리케이션을 위한 크로스 플랫폼 IDE.
> 더 많은 정보: <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 {{커밋}}`