Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QHBoxLayout があり、2 つの QVBoxLayout が隣接しています。各レイアウトにはウィジェットがあり、このレイアウトをサイズ変更可能 (ユーザーが幅を変更できる) にする方法を知りたいですか?
QSplitterを使用します。vbox レイアウト用の最上位のコンテナー ウィジェットをいくつか作成し、スプリッターのaddWidgetメソッドを使用してウィジェットをスプリッターに追加します。スプリッターの向きはデフォルトで水平であるため、vbox は横に並んで表示されます。