2022-01-10 12:59:42 -03:00
|
|
|
@GUI::Frame {
|
|
|
|
|
fill_with_background_color: true
|
2022-02-12 14:17:01 -03:00
|
|
|
layout: @GUI::VerticalBoxLayout {}
|
2022-01-10 12:59:42 -03:00
|
|
|
|
|
|
|
|
@GUI::ToolbarContainer {
|
|
|
|
|
@GUI::Toolbar {
|
|
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
|
spacing: 4
|
|
|
|
|
margins: [0, 0, 0, 4]
|
|
|
|
|
}
|
|
|
|
|
name: "toolbar"
|
2022-02-12 14:17:01 -03:00
|
|
|
|
2022-01-10 12:59:42 -03:00
|
|
|
@GUI::Label {
|
|
|
|
|
text: "Font: "
|
|
|
|
|
autosize: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GUI::Frame {
|
|
|
|
|
background_role: "Base"
|
|
|
|
|
fill_with_background_color: true
|
|
|
|
|
fixed_height: 20
|
2022-02-12 14:17:01 -03:00
|
|
|
layout: @GUI::VerticalBoxLayout {}
|
2022-01-10 12:59:42 -03:00
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
|
name: "font_name"
|
|
|
|
|
text: "Cool Font 16 400"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-13 15:47:55 -03:00
|
|
|
@GUI::HorizontalSplitter {
|
2022-09-11 10:53:06 -03:00
|
|
|
opportunistic_resizee: "First"
|
2022-02-20 10:07:31 -03:00
|
|
|
|
2022-02-13 15:47:55 -03:00
|
|
|
@GUI::Widget {
|
2022-02-15 13:14:51 -03:00
|
|
|
layout: @GUI::VerticalBoxLayout {}
|
2022-01-11 17:24:11 -03:00
|
|
|
|
2022-02-13 15:47:55 -03:00
|
|
|
@GUI::GlyphMapWidget {
|
|
|
|
|
name: "glyph_map"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GUI::Widget {
|
2022-06-29 00:05:44 -03:00
|
|
|
preferred_height: "fit"
|
2022-02-13 15:47:55 -03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
|
spacing: 4
|
|
|
|
|
margins: [0, 2, 0, 2]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GUI::TextBox {
|
|
|
|
|
name: "output_box"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GUI::Button {
|
|
|
|
|
name: "copy_output_button"
|
|
|
|
|
icon: "/res/icons/16x16/edit-copy.png"
|
|
|
|
|
fixed_width: 22
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-01-11 17:24:11 -03:00
|
|
|
}
|
|
|
|
|
|
2022-02-13 15:47:55 -03:00
|
|
|
@GUI::ListView {
|
2022-09-11 10:53:06 -03:00
|
|
|
preferred_width: 175
|
2022-02-13 15:47:55 -03:00
|
|
|
name: "unicode_block_listview"
|
2022-01-11 17:24:11 -03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-10 12:59:42 -03:00
|
|
|
@GUI::Statusbar {
|
|
|
|
|
name: "statusbar"
|
|
|
|
|
}
|
|
|
|
|
}
|