X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=applications%2Fformdesigner%2Fsource%2Ftests%2Flabelandbuttoncolors%2FlabelandbuttoncolorsController.ring;fp=applications%2Fformdesigner%2Fsource%2Ftests%2Flabelandbuttoncolors%2FlabelandbuttoncolorsController.ring;h=00746ea5e7e38a83434442ac477cf060bfb5671f;hb=c261394ba4a07ecae2c8c9dab7b37b6de7bfa6db;hp=0000000000000000000000000000000000000000;hpb=6e38943e5a70728b29bc63d57ef3fe96e4565653;p=ring-lang-081%2Fring.git diff --git a/applications/formdesigner/source/tests/labelandbuttoncolors/labelandbuttoncolorsController.ring b/applications/formdesigner/source/tests/labelandbuttoncolors/labelandbuttoncolorsController.ring new file mode 100644 index 0000000..00746ea --- /dev/null +++ b/applications/formdesigner/source/tests/labelandbuttoncolors/labelandbuttoncolorsController.ring @@ -0,0 +1,18 @@ +# Form/Window Controller - Source Code File + +load "labelandbuttoncolorsView.ring" + +if IsMainSourceFile() { + new qApp { + StyleFusion() + open_window(:labelandbuttoncolorsController) + exec() + } +} + +class labelandbuttoncolorsController from windowsControllerParent + + oView = new labelandbuttoncolorsView + + func CloseWindow + oView.win.Close()