HBoxLayout

計算条件 (もしくは格子生成条件) の入力ダイアログに表示する水平に並べるレイアウトの定義情報を保持します。

リスト 74 HBoxLayout の定義例
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<HBoxLayout>
  <Item name="stime" caption="Start Time">

    (略)

  </Item>
  <Item name="etime" caption="End Time">

    (略)

  </Item>
</HBoxLayout>

属性

定義できる属性はありません。

子要素

表 40 HBoxLayout の子要素
名前 必須 説明
Item, VBoxLayout など   レイアウト内に表示する要素や子レイアウトの定義