diff options
author | Dheerendra Purohit <[email protected]> | 2025-06-24 16:32:57 +0530 |
---|---|---|
committer | Alexei Cazacov <[email protected]> | 2025-06-27 06:15:09 +0000 |
commit | 321771dd1b7493d809be5534c68d1cfb080d66c7 (patch) | |
tree | a15fd6da66ff677698130f08511220d571a7fa45 | |
parent | b96f25335259d5c93a097aa115d24e0fa63ae816 (diff) |
Doc: QToolBox comes before QToolButton in style sheet documentation6.10
Corrected order of QToolBox and QToolButton to follow alphabetical
listing and improve readability.
Fixes: QTBUG-113759
Pick-to: 6.9
Change-Id: I0ae53c3fccf6f2fd9e44fcdee7bbb73c58fa75c7
Reviewed-by: Axel Spoerl <[email protected]>
(cherry picked from commit 73d6e8e405d7066f2488c011bbcfbca4aa910888)
-rw-r--r-- | src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc index 4a5978566ed..df64db9f2cf 100644 --- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -1341,6 +1341,19 @@ for an example. \row + \li QToolBox \target qtoolbox-widget + \li Supports the \l{box model}. + \br + \br + The individual tabs can by styled using the + \l{#tab-sub}{::tab} subcontrol. The tabs support the + \l{#only-one-ps}{:only-one}, \l{#first-ps}{:first}, + \l{#last-ps}{:last}, \l{#middle-ps}{:middle}, + \l{#previous-selected-ps}{:previous-selected}, + \l{#next-selected-ps}{:next-selected}, + \l{#selected-ps}{:selected} pseudo states. + + \row \li QToolButton \target qtoolbutton-widget \li Supports the \l{box model}. \br @@ -1374,19 +1387,6 @@ for an example. \row - \li QToolBox \target qtoolbox-widget - \li Supports the \l{box model}. - \br - \br - The individual tabs can by styled using the - \l{#tab-sub}{::tab} subcontrol. The tabs support the - \l{#only-one-ps}{:only-one}, \l{#first-ps}{:first}, - \l{#last-ps}{:last}, \l{#middle-ps}{:middle}, - \l{#previous-selected-ps}{:previous-selected}, - \l{#next-selected-ps}{:next-selected}, - \l{#selected-ps}{:selected} pseudo states. - - \row \li QToolTip \target qtooltip-widget \li Supports the \l{box model}. The \l{#opacity-prop}{opacity} property controls the opacity of the tooltip. |