X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=applications%2Fformdesigner%2Fsource%2Ftests%2Fvideowidget%2Fvideowidget.rform;fp=applications%2Fformdesigner%2Fsource%2Ftests%2Fvideowidget%2Fvideowidget.rform;h=b0df2973920dbf03a86cfc5a509309d104a01461;hb=c261394ba4a07ecae2c8c9dab7b37b6de7bfa6db;hp=0000000000000000000000000000000000000000;hpb=6e38943e5a70728b29bc63d57ef3fe96e4565653;p=ring-lang-081%2Fring.git diff --git a/applications/formdesigner/source/tests/videowidget/videowidget.rform b/applications/formdesigner/source/tests/videowidget/videowidget.rform new file mode 100644 index 0000000..b0df297 --- /dev/null +++ b/applications/formdesigner/source/tests/videowidget/videowidget.rform @@ -0,0 +1,39 @@ +# Start Form Designer File +aObjectsList = [ + [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [ + :x = 63 , : y = 87 , + :width = 400 , :height = 400 , + :title = "Video Widget" , + :backcolor = "" , + :windowflags = "" , + :mainlayout = "" , + :WindowIcon = "" , + :Menubar = "" , + :IndexType = 0 + + ] + ], + [ :name = "VideoWidget1" , :id = 2 , :classname = "formdesigner_qvideowidget" , :data = [ + :x = 12 , : y = 38 , + :width = 371 , :height = 305 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :Videofile = "test.avi" + ] + ], + [ :name = "Button1" , :id = 3 , :classname = "formdesigner_qpushbutton" , :data = [ + :x = 14 , : y = 5 , + :width = 100 , :height = 29 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :text = "Play", + :BtnImage = "", + :setClickEvent = "PlayVideo" + ] + ] +] +# End Form Designer File \ No newline at end of file