sfizz/plugins/editor/layout/about.fl

69 lines
1.4 KiB
Text
Raw Normal View History

2021-04-04 03:38:00 +02:00
# data file for the Fltk User Interface Designer (fluid)
version 1.0305
header_name {.h}
code_name {.cxx}
widget_class aboutView {
2021-04-06 23:56:01 +02:00
label {About sfizz} open
2021-04-05 21:14:37 +02:00
xywh {527 165 800 475} type Double visible
2021-04-04 03:38:00 +02:00
} {
2021-04-06 23:56:01 +02:00
Fl_Box {} {
image {../resources/logo_orange.png} xywh {200 0 400 180}
class Logo
}
Fl_Box {} {
xywh {260 180 280 80}
class InfoBox
}
Fl_Box {} {
xywh {200 260 400 100}
class DescriptionBox
}
Fl_Box lblHover_ {selected
xywh {465 435 315 25} labelsize 12 hide
2021-04-05 21:14:37 +02:00
class HoverBox
2021-04-04 03:38:00 +02:00
}
Fl_Button {} {
2021-04-06 23:56:01 +02:00
comment {tag=kTagButtonSfztools} selected
xywh {465 405 40 40} labelsize 30
2021-04-04 03:38:00 +02:00
class ButtonSfztools
}
Fl_Button {} {
2021-04-06 23:56:01 +02:00
comment {tag=kTagButtonGithub} selected
xywh {535 405 40 40} labelsize 30
2021-04-04 03:38:00 +02:00
class ButtonGithub
}
Fl_Button {} {
2021-04-06 23:56:01 +02:00
comment {tag=kTagButtonDiscord} selected
xywh {605 405 40 40} labelsize 30
2021-04-04 03:38:00 +02:00
class ButtonDiscord
}
Fl_Button {} {
2021-04-06 23:56:01 +02:00
comment {tag=kTagButtonOpencollective} selected
xywh {675 405 40 40} labelsize 30
2021-04-04 03:38:00 +02:00
class ButtonOpencollective
}
Fl_Button {} {
2021-04-06 23:56:01 +02:00
comment {tag=kTagButtonSfzformat} selected
xywh {745 405 40 40} labelsize 30
2021-04-04 03:38:00 +02:00
class ButtonSfzformat
}
Fl_Box {} {
2021-04-06 23:56:01 +02:00
label {Format
Host
Processor
Address
System}
xywh {15 375 90 90} align 20
class SysInfoKeyBox
2021-04-05 21:14:37 +02:00
}
2021-04-06 23:56:01 +02:00
Fl_Box lblSysInfoValue_ {
label {%PluginFormat%
%HostProgram%
%HostCPU%
%HostBits% bits
%HostOS%}
xywh {105 375 345 90} align 20
class SysInfoValueBox
2021-04-04 03:38:00 +02:00
}
}