diff options
author | Dheerendra Purohit <[email protected]> | 2025-06-24 16:32:57 +0530 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2025-06-27 10:28:51 +0000 |
commit | b099b30ef7003e8eafb5be4361f3296241f9f270 (patch) | |
tree | ddbf7235f6c70e795e6dce9f2a4106289b22c14f | |
parent | 1de736958c8e026930466f4190f6a20791c4270f (diff) |
Doc: QToolBox comes before QToolButton in style sheet documentation
Corrected order of QToolBox and QToolButton to follow alphabetical
listing and improve readability.
Fixes: QTBUG-113759
Change-Id: I0ae53c3fccf6f2fd9e44fcdee7bbb73c58fa75c7
Reviewed-by: Axel Spoerl <[email protected]>
(cherry picked from commit 73d6e8e405d7066f2488c011bbcfbca4aa910888)
(cherry picked from commit 321771dd1b7493d809be5534c68d1cfb080d66c7)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-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. |