office-gobmx/vcl/qt6
Michael Weghorn 6c957f1b49 tdf#130857 qt weld: Add QtInstanceNotebook skeleton
Add a new QtInstanceNotebook class that is the
weld::Notebook implementation using a native
Qt widget. It uses a QTabWidget.

Initially, all methods trigger an assert;
the actual logic still needs to be implemented
in future commits.

Let QtBuilder handle "GtkNotebook" objects by
creating a QTabWidget and let
QtInstanceBuilder::weld_notebook return
an instance of the new class.

Change-Id: I5a0671a1ba98bea3e0659e4f280706179bfb4d47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176322
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-11-10 12:28:51 +01:00
..
QtAccessibleEventListener.cxx
QtAccessibleRegistry.cxx
QtAccessibleWidget.cxx
QtBitmap.cxx
QtBuilder.cxx
QtClipboard.cxx
QtCustomStyle.cxx tdf#158943 Libreoffice Theme Part 3: Qt Color Customization 2024-11-06 20:50:32 +01:00
QtData.cxx
QtDragAndDrop.cxx
QtFilePicker.cxx
QtFont.cxx
QtFontFace.cxx
QtFrame.cxx
QtGraphics.cxx
QtGraphics_Controls.cxx
QtGraphics_GDI.cxx
QtGraphics_Text.cxx
QtGraphicsBase.cxx
QtHyperlinkLabel.cxx tdf#130857 qt weld: Add a QtInstanceLinkButton 2024-10-26 13:11:19 +02:00
QtInstance.cxx
QtInstance_Print.cxx
QtInstanceBuilder.cxx
QtInstanceButton.cxx
QtInstanceCheckButton.cxx
QtInstanceComboBox.cxx
QtInstanceContainer.cxx
QtInstanceDialog.cxx
QtInstanceDrawingArea.cxx tdf#130857 qt weld: Add QtInstanceDrawingArea basics 2024-11-07 09:53:43 +01:00
QtInstanceEntry.cxx
QtInstanceFrame.cxx
QtInstanceImage.cxx
QtInstanceLabel.cxx
QtInstanceLevelBar.cxx tdf#130857 qt weld: Add a QtInstanceLevelBar 2024-10-30 09:08:17 +01:00
QtInstanceLinkButton.cxx tdf#130857 qt weld: Add a QtInstanceLinkButton 2024-10-26 13:11:19 +02:00
QtInstanceMessageDialog.cxx
QtInstanceNotebook.cxx tdf#130857 qt weld: Add QtInstanceNotebook skeleton 2024-11-10 12:28:51 +01:00
QtInstanceProgressBar.cxx tdf#130857 qt weld: Add a QtInstanceProgressBar 2024-10-30 12:08:30 +01:00
QtInstanceRadioButton.cxx
QtInstanceSpinButton.cxx tdf#130857 qt weld: Add initial SpinButton support 2024-11-08 08:39:24 +01:00
QtInstanceTextView.cxx
QtInstanceTreeView.cxx tdf#130857 qt weld: Add QtInstanceTreeView skeleton 2024-11-09 19:05:28 +01:00
QtInstanceWidget.cxx
QtInstanceWindow.cxx
QtMainWindow.cxx
QtMenu.cxx
QtObject.cxx
QtOpenGLContext.cxx
QtPainter.cxx
QtPrinter.cxx
QtSvpGraphics.cxx
QtSvpSurface.cxx
QtSvpVirtualDevice.hxx
QtSystem.cxx
QtTimer.cxx
QtTools.cxx
QtTransferable.cxx
QtVirtualDevice.cxx
QtWidget.cxx
QtX11Support.cxx
QtXAccessible.cxx