summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDheerendra Purohit <[email protected]>2025-06-24 16:32:57 +0530
committerDheerendra Purohit <[email protected]>2025-06-26 15:32:01 +0000
commit73d6e8e405d7066f2488c011bbcfbca4aa910888 (patch)
treec08cddcd246e7839cb5b89ee2295e00a97de4c2b
parentfb37ef30d55641054e5943cf594131cab519ad1a (diff)
Doc: QToolBox comes before QToolButton in style sheet documentation
Corrected order of QToolBox and QToolButton to follow alphabetical listing and improve readability. pick-to: 6.10 6.9 Fixes: QTBUG-113759 Change-Id: I0ae53c3fccf6f2fd9e44fcdee7bbb73c58fa75c7 Reviewed-by: Axel Spoerl <[email protected]>
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc26
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.