From f1c1a1b809c03140da7f4a2c2e7f27e484363342 Mon Sep 17 00:00:00 2001 From: Hossein Date: Fri, 15 Nov 2024 01:02:41 +0100 Subject: Add minimal vcl weld example application The "minweld" is a minimal standalone vcl application that uses the LibreOffice vcl weld framework to display the "tip of the day" dialog on the screen. Upon clicking on the "Next Tip", a counter is incremented and the text label containing its value is displayed/updated in the center of the dialog box. One can run the application by invoking: ./bin/run minweld This example uses cui/ui/tipofthedaydialog.ui for the UI, but only uses a few elements of it. Change-Id: If304c60ddb262182cf23438ed1f83dba85e66391 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176610 Reviewed-by: Hossein Tested-by: Jenkins --- vcl/Module_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index a79262b1c757..0ef5ffe879bb 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -45,6 +45,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_vcldemo \ Executable_svdemo \ Executable_minvcl \ + Executable_minweld \ Executable_svptest \ Executable_icontest \ Executable_visualbackendtest \ -- cgit