diff options
author | Hossein <hossein@libreoffice.org> | 2024-11-15 01:02:41 +0100 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2024-11-15 10:01:45 +0100 |
commit | f1c1a1b809c03140da7f4a2c2e7f27e484363342 (patch) | |
tree | 44d6bb5f4edc52a54e3d2c29b9d1da1739d1f84b /vcl/Module_vcl.mk | |
parent | d18fbc0c20180f6856e9e47eaa97e3763dd4d8e9 (diff) |
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 <hossein@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |