summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_qt6.mk
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-12-22 01:03:14 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-12-22 11:41:20 +0100
commita7428730f7088e3eb22e22a094754d2c9cae2276 (patch)
tree7b6b1c28113b78f1de4353ea3990bbfde00d502c /vcl/Library_vclplug_qt6.mk
parentbb111c22a6093ec1f5edc5890d7ec6d238362c02 (diff)
tdf#130857 qt weld: Introduce QtInstancePopover
When encountering a "GtkPopover" object in a .ui file, create a QWidget with window flags Qt::Popup and set a layout, as weld::Popover is a weld::Container subclass. Add new QtInstancePopover that QtInstanceBuilder::weld_popover creates. For now, methods in that class simply trigger an assert; actual logic still needs to be implemented. Change-Id: I9a0dfefd9fb79d24fe40dd5efe13ef0c3ab9b7fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179098 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/Library_vclplug_qt6.mk')
-rw-r--r--vcl/Library_vclplug_qt6.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_qt6.mk b/vcl/Library_vclplug_qt6.mk
index 43100fa3d585..f533bc8a597c 100644
--- a/vcl/Library_vclplug_qt6.mk
+++ b/vcl/Library_vclplug_qt6.mk
@@ -118,6 +118,7 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_qt6,\
vcl/qt6/QtInstanceMenuButton \
vcl/qt6/QtInstanceMessageDialog \
vcl/qt6/QtInstanceNotebook \
+ vcl/qt6/QtInstancePopover \
vcl/qt6/QtInstanceProgressBar \
vcl/qt6/QtInstanceRadioButton \
vcl/qt6/QtInstanceScale \