X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=applications%2Fformdesigner%2Fsource%2Ftests%2Fsayhello%2Fsayhello.rform;fp=applications%2Fformdesigner%2Fsource%2Ftests%2Fsayhello%2Fsayhello.rform;h=f077fbf10c7378eec1ed414df365b41b4983e496;hb=c261394ba4a07ecae2c8c9dab7b37b6de7bfa6db;hp=0000000000000000000000000000000000000000;hpb=6e38943e5a70728b29bc63d57ef3fe96e4565653;p=ring-lang-081%2Fring.git diff --git a/applications/formdesigner/source/tests/sayhello/sayhello.rform b/applications/formdesigner/source/tests/sayhello/sayhello.rform new file mode 100644 index 0000000..f077fbf --- /dev/null +++ b/applications/formdesigner/source/tests/sayhello/sayhello.rform @@ -0,0 +1,72 @@ +# Start Form Designer File +aObjectsList = [ + [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [ + :x = 32 , : y = 77 , + :width = 414 , :height = 204 , + :title = "Say Hello" , + :backcolor = "" , + :windowflags = "" , + :mainlayout = "" , + :WindowIcon = "" , + :Menubar = "" , + :IndexType = 0 + + ] + ], + [ :name = "Label1" , :id = 2 , :classname = "formdesigner_qlabel" , :data = [ + :x = 9 , : y = 34 , + :width = 107 , :height = 40 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :text = "Enter your name ?", + :textalign = 2 + ] + ], + [ :name = "LineEdit1" , :id = 3 , :classname = "formdesigner_qlineedit" , :data = [ + :x = 142 , : y = 35 , + :width = 254 , :height = 40 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :text = "", + :setTextChangedEvent = "", + :setcursorPositionChangedEvent = "", + :seteditingFinishedEvent = "", + :setreturnPressedEvent = "", + :setselectionChangedEvent = "", + :settextEditedEvent = "" + ] + ], + [ :name = "Button1" , :id = 4 , :classname = "formdesigner_qpushbutton" , :data = [ + :x = 9 , : y = 102 , + :width = 109 , :height = 35 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :text = "Say Hello", + :BtnImage = "", + :setClickEvent = "SayHello" + ] + ], + [ :name = "LineEdit2" , :id = 5 , :classname = "formdesigner_qlineedit" , :data = [ + :x = 142 , : y = 102 , + :width = 254 , :height = 40 , + :textcolor = "black" , + :backcolor = "" , + :font = "Arial" , + :parent = "win" , + :text = "", + :setTextChangedEvent = "", + :setcursorPositionChangedEvent = "", + :seteditingFinishedEvent = "", + :setreturnPressedEvent = "", + :setselectionChangedEvent = "", + :settextEditedEvent = "" + ] + ] +] +# End Form Designer File \ No newline at end of file