X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fremote%2Ftrainpanel.ui;fp=data%2Fremote%2Ftrainpanel.ui;h=7b03c968ebf00e2162074f5ea6cb1f486aa7909f;hb=f8873062b146028c07f55ad625d2767e45133c27;hp=0000000000000000000000000000000000000000;hpb=a9bbf8d37a2f94a720897fe4f0ab06a016779c69;p=r2c2.git diff --git a/data/remote/trainpanel.ui b/data/remote/trainpanel.ui new file mode 100644 index 0000000..7b03c96 --- /dev/null +++ b/data/remote/trainpanel.ui @@ -0,0 +1,59 @@ +layout +{ + margin + { + horizontal 6; + vertical 8; + }; +}; + +column +{ + row + { + panel "pnl_functions" + { + style "group"; + layout + { + margin + { + horizontal 0; + vertical 0; + }; + }; + }; + column + { + label "lbl_speed" + { + style "digital"; + }; + expand true false; + + vslider "sld_speed"; + constraint COPY_WIDTH "pnl_functions"; + expand; + }; + column + { + indicator "ind_forward"; + button "btn_forward" + { + style "arrow_up"; + }; + constraint COPY_WIDTH "sld_speed"; + button "btn_reverse" + { + style "arrow_down"; + }; + constraint COPY_HEIGHT "btn_forward"; + indicator "ind_reverse"; + }; + }; + label "lbl_status" + { + style "digital"; + }; + expand true false; +};