/unoil/

f9fea8f4ce955396f064dbd9fd706e76d947bce1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176705 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Following

    commit 4f08a15f3be9b39d0f1e83e6cffa47b62c183b69
    Author: lovatico21 <lorenzo04lovato@gmail.com>
    Date:   Wed Nov 13 18:12:58 2024 +0100

        updated vim footers in vcl/qt6/*.cxx

, update vim header/trailers to those in current
`TEMPLATE.SOURCECODE.HEADER` for other qt5/qt6
headers and sources as well (i.e. for directories
`vcl/inc/qt5`, `vcl/inc/qt6` and `vcl/qt5/`).

Change-Id: If9fea8f4ce955396f064dbd9fd706e76d947bce1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176705
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
tdf#130857 qt weld: Add a QtInstanceFrame 2024-10-25T16:44:27+00:00 Michael Weghorn m.weghorn@posteo.de 2024-10-25T08:04:10+00:00 0a4ec73c23678cc1008f191a08963c331255db61 Add new class QtInstanceFrame as a native Qt implementation for weld::Frame. This uses a QGroupBox as a widget, see commit e2e59d2da1aa4c9f8df62e5a072f0f2cd931781b Author: Michael Weghorn <m.weghorn@posteo.de> Date: Fri Oct 4 10:38:32 2024 +0200 tdf#130857 qt weld: Create QGroupBox for "GtkFrame" Return an instance of it in QtInstanceBuilder::weld_frame. This is used e.g. by the "File" -> "Export as" -> "Export as EPUB" dialog in Writer. Change-Id: I099b8f38fb884881d8d8db38aa918c76f25b6d5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175625 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Add new class QtInstanceFrame as a native Qt
implementation for weld::Frame.

This uses a QGroupBox as a widget, see

    commit e2e59d2da1aa4c9f8df62e5a072f0f2cd931781b
    Author: Michael Weghorn <m.weghorn@posteo.de>
    Date:   Fri Oct 4 10:38:32 2024 +0200

        tdf#130857 qt weld: Create QGroupBox for "GtkFrame"

Return an instance of it in QtInstanceBuilder::weld_frame.

This is used e.g. by the "File" -> "Export as" -> "Export as EPUB"
dialog in Writer.

Change-Id: I099b8f38fb884881d8d8db38aa918c76f25b6d5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175625
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>