common/q*: add Korean translation; qemu: add missing placeholders (#14514)
* common/q*: add Korean translation * qemu: update command
This commit is contained in:
28
pages.ko/common/qtcreator.md
Normal file
28
pages.ko/common/qtcreator.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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 {{커밋}}`
|
Reference in New Issue
Block a user