Qt Widgets Designer の編集モード

Qt Widgets Designerには4つの編集モードがあります:Widget Editing ModeSignals and Slots Editing ModeBuddy Editing ModeTab Order Editing Modeです。 Designerで作業するときは、常にこれら4つのモードのいずれかになります。モードを切り替えるには、Qt Widgets Editメニューまたはツールバーから選択するだけです。以下の表では、これらのモードについてさらに詳しく説明しています。

編集モード
編集モードでは、フォームの外観を変更したり、レイアウトを追加したり、各ウィジェットのプロパティを編集したりできます。このモードに切り替えるには、F3 キーを押します。これはQt Widgets Designerのデフォルト・モードです。
Signals and Slotsモードでは、Qt のシグナルとスロットの仕組みを使ってウィジェット同士を接続できます。このモードに切り替えるには、F4を押します。
バディ編集モードでは、バディウィジェットをラベルウィジェットに割り当てることができます。
タブ・オーダー編集モードでは、ウィジェットがキーボード・フォーカスを受け取る順番を設定できます。

© 2025 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.