mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2026-01-31 01:25:17 +01:00
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
WindowInfo
|
|
title TabContainer & misc tests
|
|
position 770 430
|
|
TabContainer
|
|
gravity all
|
|
id tabcontainer
|
|
tabs
|
|
Button: text: "Tab with long text"
|
|
Button: text: "Skin"
|
|
Button: text: "Spinner"
|
|
IconBox: skin: Icon16
|
|
Button: text: code
|
|
Button: text: "Splitter"
|
|
LayoutBox: axis: y
|
|
Label: text: "Tab alignment:"
|
|
LayoutBox
|
|
LabelContainer: text: Left
|
|
RadioButton: group-id: set_align, id: set_align, data: 0
|
|
LabelContainer: text: Up
|
|
RadioButton: group-id: set_align, id: set_align, data: 1, value: 1
|
|
LabelContainer: text: Right
|
|
RadioButton: group-id: set_align, id: set_align, data: 2
|
|
LabelContainer: text: Bottom
|
|
RadioButton: group-id: set_align, id: set_align, data: 3
|
|
Button
|
|
text Toggle tab axis
|
|
id toggle_tab_axis
|
|
LayoutBox
|
|
LayoutBox: axis: y, position: right bottom
|
|
Button: text: Normal button
|
|
Button: text: Overridden skin, skin: SpecialButton
|
|
Button: text: Disabled button, state: disabled
|
|
TextBox
|
|
text TextBox
|
|
multiline 1
|
|
LayoutBox
|
|
axis y
|
|
Button: id: start_spinner, text: Start spinner
|
|
Button: id: stop_spinner, text: Stop spinner
|
|
ProgressSpinner: id: spinner
|
|
LayoutBox
|
|
gravity all
|
|
distribution available
|
|
CodeTextBox
|
|
distribution available
|
|
multiline 1
|
|
styling 1
|
|
gravity all
|
|
LayoutBox
|
|
gravity all
|
|
distribution available
|
|
SplitContainer
|
|
gravity all
|
|
value 40
|
|
min 40
|
|
fixed first
|
|
TextBox
|
|
gravity all
|
|
multiline 1
|
|
readonly 1
|
|
TextBox
|
|
gravity all
|
|
text Hello world\nHello world
|
|
adapt-to-content 1
|
|
multiline 1
|
|
|