Qt プロジェクトの作成
プロジェクトを作成するには、特定のプロジェクトタイプのプリセットを選択します:
- Command Palette に移動し、Qt: Create a new project or file を選択します。
- Project で、プロジェクト・タイプを選択します。

- Name で、プロジェクトの名前を入力します。
- Create in で、プロジェクト・ファイルのパスを入力します。例えば、
C:\Qt\examples。 - Options で、プロジェクト・タイプに応じてオプションを設定します。
- プロジェクト・ファイルを作成するには、Create を選択します。
- プロジェクトの CMake キットを選択します。
デフォルトでCreate in に表示されるプロジェクト・フォルダーを設定するには、Command Palette に移動し、Open Qt settings を選択します。
カスタムプリセットの作成
プロジェクトまたはファイルタイプのOptions を変更する場合、Create を選択してカスタム・プリセットを作成できます。カスタムプリセットはプリセットリストに表示され、それらを選択して新しいプロジェクトやファイルを作成することができます。
カスタムプリセットの変更を保存するには、Save を選択します。
Tutorial:Qt Widgets application,Add files to projects, andQt settingsも参照してください 。
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.