From f3b73645a80086b1fb81b3d5554e9edb3500fce7 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Thu, 21 Mar 2024 13:37:31 +0100 Subject: Doc: Remove table for listing images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-122580 Pick-to: 6.7 6.6 Change-Id: I7ca3d677262b48ce9e1d85bd9347ad5b15d1598f Reviewed-by: Topi Reiniƶ --- .../doc/src/widgets-and-layouts/gallery.qdoc | 27 ++++++++++------------ 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc index 851461af1f..822cf1efff 100644 --- a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc @@ -15,21 +15,18 @@ integrating to the platform theme. Thus, the final appearance varies depending on the active theme. - \table - \row - \li The Windows style ("windows") is provided by QWindowsStyle. - \li \image windows-style.png Windows Style - \row - \li \image windows-vista-style.png Windows Vista Style - \li The Windows Vista style ("windowsvista") is provided by - QWindowsVistaStyle. - \row - \li The macOS style ("macOS") is provided by QMacStyle. - \li \image macos-style.png \macos Style - \row - \li \image fusion-style.png Fusion Style - \li The Fusion style ("fusion") is provided by QFusionStyle. - \endtable + \image windows-style.png Windows Style + \caption The Windows style ("windows") is provided by QWindowsStyle. + + \image windows-vista-style.png Windows Vista Style + \caption The Windows Vista style ("windowsvista") is provided by + QWindowsVistaStyle. + + \image macos-style.png \macos Style + \caption The macOS style ("macOS") is provided by QMacStyle. + + \image fusion-style.png Fusion Style + \caption The Fusion style ("fusion") is provided by QFusionStyle. The Styles example displays the following widgets: -- cgit v1.2.3