diff options
| author | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2023-06-26 15:20:01 +0200 |
|---|---|---|
| committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2023-06-29 14:49:13 +0200 |
| commit | 1e954f9be898a604499c53fe639e89e8c48a4b0e (patch) | |
| tree | e18c0a8cb02ce952c923f3fd7041c61d54360920 /src | |
| parent | c5ee7c8b8f214dde6f5e9c513ef3a8592cc4dd7a (diff) | |
Move stylesheets example to manual test
Pick-to: 6.5 6.6
Change-Id: If0206e63546bf948af4cfb65773e2662c53a5e79
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/doc/images/stylesheet-coffee-cleanlooks.png | bin | 14820 -> 0 bytes | |||
| -rw-r--r-- | src/widgets/doc/images/stylesheet-pagefold-mac.png | bin | 20618 -> 0 bytes | |||
| -rw-r--r-- | src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc | 19 |
3 files changed, 2 insertions, 17 deletions
diff --git a/src/widgets/doc/images/stylesheet-coffee-cleanlooks.png b/src/widgets/doc/images/stylesheet-coffee-cleanlooks.png Binary files differdeleted file mode 100644 index e75df0d80a3..00000000000 --- a/src/widgets/doc/images/stylesheet-coffee-cleanlooks.png +++ /dev/null diff --git a/src/widgets/doc/images/stylesheet-pagefold-mac.png b/src/widgets/doc/images/stylesheet-pagefold-mac.png Binary files differdeleted file mode 100644 index 5c061b9cfd5..00000000000 --- a/src/widgets/doc/images/stylesheet-pagefold-mac.png +++ /dev/null diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc index 5315fe85d45..fa48777c303 100644 --- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -85,22 +85,7 @@ buttons and check boxes to make them stand out. Using this technique, you can also achieve minor customizations that would normally require subclassing several style classes, such as - specifying a \l{QStyle::styleHint()}{style hint}. The - \l{widgets/stylesheet}{Style Sheet} example depicted below defines - two distinctive style sheets that you can try out and modify at - will. - - \table - \row \li \inlineimage stylesheet-pagefold.png - \row \li Pagefold theme running on Windows - \endtable - - \table - \row \li \inlineimage stylesheet-coffee-cleanlooks.png - \li \inlineimage stylesheet-pagefold-mac.png - \row \li Coffee theme running on Ubuntu Linux - \li Pagefold theme running on \macos - \endtable + specifying a \l{QStyle::styleHint()}{style hint}. When a style sheet is active, the QStyle returned by QWidget::style() is a wrapper "style sheet" style, \e not the platform-specific style. The @@ -4073,7 +4058,7 @@ \image stylesheet-treeview.png - \sa {Style Sheet Example}, {Supported HTML Subset}, QStyle + \sa {Supported HTML Subset}, QStyle \section1 Common Mistakes |
