X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fclockdialog.ui;fp=data%2Fclockdialog.ui;h=321b138467e10503852e9a8158c5deeb6b1af54d;hb=f139a89c01dfc6580ecd1a5399e146ce45f865a4;hp=0000000000000000000000000000000000000000;hpb=76e277499fec494a96a1120692a1c6b4dc85ba60;p=r2c2.git diff --git a/data/clockdialog.ui b/data/clockdialog.ui new file mode 100644 index 0000000..321b138 --- /dev/null +++ b/data/clockdialog.ui @@ -0,0 +1,83 @@ +layout +{ + margin + { + top 2; + horizontal 8; + bottom 6; + }; +}; + +column +{ + row + { + label "lbl_title" + { + text "Clock"; + }; + + split; + + action_button "btn_close" 0 + { + style "red_cross"; + }; + }; + + label "placeholder"; + + row + { + label "" + { + text "Rate"; + }; + + entry "ent_rate"; + + button "btn_rate" + { + text "Set"; + }; + + split; + + button "btn_stop" + { + text "Stop"; + }; + }; + + row + { + label "" + { + text "Time"; + }; + + entry "ent_hour"; + + label "" + { + text ":"; + }; + + entry "ent_minute"; + + button "btn_time" + { + text "Set"; + }; + }; +}; + +indicator "ind_stopped"; +constraint ALIGN_LEFT "btn_stop"; +constraint ALIGN_RIGHT "btn_stop"; +constraint ABOVE "btn_stop"; + +draghandle ""; +expand true false; +constraint COPY_HEIGHT "lbl_title"; +constraint LEFT_OF "btn_close";