Qt Creator の設定をリセットする
Qt Creator のすべての設定をリセットするには、 が作成した設定ファイルを削除してください:
QtCreator.dbQtCreator.iniqtversion.xmlqtcreator
上記のファイルおよびディレクトリの場所は、プラットフォームによって異なります:
- Linux およびその他の Unix プラットフォームでは、
~/.config/QtProjectおよび~/.local/share/data/QtProject/qtcreatorを確認してください。 - macOS では、
~/.config/QtProjectおよび~/Library/Application Support/QtProject/Qt Creatorを確認してください。 - Windows では、
%appdata%\QtProjectおよび%localappdata%\QtProjectを確認してください。
設定をリセットする前に、その設定が問題の原因となっているかどうかを確認するには、コマンドラインからオプションを指定してQt Creator を起動してください。
デフォルトの設定パスを上書きする
ユーザー設定が保存されるデフォルトのパスを上書きするには、次のように入力します。
qtcreator -settingspath <path>
ユーザーに依存しない設定(インストーラーによって書き込まれた設定など)が読み込まれるデフォルトのパスを上書きするには、次のように入力します:
qtcreator -installsettingspath <path>
一時的なクリーン設定でQt Creator を起動する
Qt Creator を終了すると削除されるクリーンな設定を使用するには、次のように入力します:
qtcreator -tcs「コマンドラインからQt Creator を実行する」も参照してください 。
Copyright © The Qt Company Ltd. and other contributors. 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.