このページでは

Qt Creator の設定をリセットする

Qt Creator の設定をすべてリセットするには、作成された設定ファイルを削除します:

  • QtCreator.db
  • QtCreator.ini
  • qtversion.xml
  • qtcreator

上記のファイルとディレクトリの場所はプラットフォームによって異なります:

  • 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.