Tab¶
Tab element contains the information that defines a page of the calculation condition input dialog.
Example¶
1<Tab caption="Basic Setting">
2 <Item name="stime" caption="Start Time">
3
4 (abbr.)
5
6 </Item>
7 <Item name="etime" caption="End Time">
8
9 (abbr.)
10
11 </Item>
12</Tab>
Attributes¶
Name |
Value |
Required |
Description |
---|---|---|---|
caption |
String |
Yes |
Name (Any characters can be used.) |
Child elements¶
Name |
Required |
Description |
---|---|---|
Item, VBoxLayout etc. |
Yes |
Definitions of elements of child layouts |