Skip to content

Commit

Permalink
Modified README.md to demonstrate additional differneces between stan…
Browse files Browse the repository at this point in the history
…dard and alt themes
  • Loading branch information
= committed Sep 24, 2024
1 parent 2613cda commit 7b4305a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Example user interface using the Breeze and BreezeDark stylesheets side-by-side.
</tbody>
</table>

Alternative themes - Change QTableWidget hover behavior to highlight whole row, instead of individual cells.
### Alternative themes

Change QTableWidget hover behavior to highlight whole row, instead of individual cells.
Also changes background color of light themes to a light gray and applies theme color to radio buttons and checkboxes.

<table cellspacing="0" cellpadding="0">
<tbody>
Expand All @@ -57,6 +60,15 @@ Alternative themes - Change QTableWidget hover behavior to highlight whole row,
</tbody>
</table>

<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="./assets/light-blue.png" alt="Light blue standard demo" ></td>
<td><img src="./assets/light-blue-alt.png" alt="Light blue alt demo" ></td>
</tr>
</tbody>
</table>

For an extensive view of screenshots of the theme, see the [gallery](assets/gallery.md).

## Getting Started
Expand Down Expand Up @@ -570,9 +582,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted

BreezeStyleSheets is a fork of [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet). Some of the icons are modified from [Material UI](https://github.com/google/material-design-icons) and [Material Design Icons](https://materialdesignicons.com/) (both of which use an Apache 2.0 [license](/MaterialUi.LICENSE)), and are redistributed under the MIT license.

PyQtBreezeStyleSheets is a further fork of [BreezeStyleSheets](https://github.com/Alexhuszagh/BreezeStyleSheets).

Major contributions to the project have made by:
Major contributions to the project have been made by:
- [Inverted-E](https://github.com/Inverted-E/)

## Contact
Expand Down
Binary file added assets/light-blue-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/light-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b4305a

Please sign in to comment.