sfizz/plugins/editor/layout/about.fl
2021-04-09 02:35:44 +02:00

68 lines
1.4 KiB
Text

# data file for the Fltk User Interface Designer (fluid)
version 1.0305
header_name {.h}
code_name {.cxx}
widget_class aboutView {
label {About sfizz} open
xywh {527 165 800 475} type Double visible
} {
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_ {
xywh {460 435 315 25} labelsize 12 hide
class HoverBox
}
Fl_Button {} {
comment {tag=kTagButtonSfztools}
xywh {460 405 40 40} labelsize 30
class ButtonSfztools
}
Fl_Button {} {
comment {tag=kTagButtonGithub}
xywh {530 405 40 40} labelsize 30
class ButtonGithub
}
Fl_Button {} {
comment {tag=kTagButtonDiscord}
xywh {600 405 40 40} labelsize 30
class ButtonDiscord
}
Fl_Button {} {
comment {tag=kTagButtonOpencollective}
xywh {670 405 40 40} labelsize 30
class ButtonOpencollective
}
Fl_Button {} {
comment {tag=kTagButtonSfzformat}
xywh {740 405 40 40} labelsize 30
class ButtonSfzformat
}
Fl_Box {} {
label {Format
Host
Processor
Address
System}
xywh {15 375 90 90} align 20
class SysInfoKeyBox
}
Fl_Box lblSysInfoValue_ {
label {%PluginFormat%
%HostProgram%
%HostCPU%
%HostBits% bits
%HostOS%} selected
xywh {105 375 345 90} align 20
class SysInfoValueBox
}
}