diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-20 21:05:20 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-21 09:29:01 +0100 |
commit | a6f206c92dc91003c5cbefd03e41cace25c85dc9 (patch) | |
tree | 514affbfd5fba98160a14134e5aee480294b26dc /vcl/Library_vclplug_qt6.mk | |
parent | 0df75a03e2b67e65b42a582018c1ebe2e6e8491c (diff) |
tdf#130857 qt weld: Introduce QtInstanceMenuButton
Add new QtInstanceMenuButton class as the native Qt
weld::MenuButton implementation.
The actual logic of the class methods still needs to
be implemented, they all just trigger an assert when
called right now.
Create a QToolButton for "GtkMenuButton" objects in .ui files.
Let QtInstanceBuilder::weld_menu_button create an instance
of that new class and pass the button in the ctor.
Change-Id: Ie5ba0bad8e351554323e8f4ec1281b2c5ae8fbc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178963
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'vcl/Library_vclplug_qt6.mk')
-rw-r--r-- | vcl/Library_vclplug_qt6.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_qt6.mk b/vcl/Library_vclplug_qt6.mk index 56bab58a2918..027c47b0b47a 100644 --- a/vcl/Library_vclplug_qt6.mk +++ b/vcl/Library_vclplug_qt6.mk @@ -114,6 +114,7 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_qt6,\ vcl/qt6/QtInstanceLabel \ vcl/qt6/QtInstanceLevelBar \ vcl/qt6/QtInstanceLinkButton \ + vcl/qt6/QtInstanceMenuButton \ vcl/qt6/QtInstanceMessageDialog \ vcl/qt6/QtInstanceNotebook \ vcl/qt6/QtInstanceProgressBar \ |