Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 10:14
· 94 commits to main since this release

Added

  • Added style for QColumnView.
  • Added custom color for QListView, QTreeView and QTableView.

Improved

  • Improve menu button style for QToolButton.
  • Improve dropdown button hover style for QComboBox.
  • Improve up-down arrow style for QSpinBox.
  • Improve alternate/select/hover/inactive-select background color for QTableView/QTableWidget, QListView/QListWidget, QTreeView/QTreeWidget and QColumnView.

Fixed

  • Fixed an issue where QHeaderView had extra padding(#110).
  • Fixed an issue where vertical labels of QHeaderView not showing up when the label has 2 or more characters(#149).
  • Fixed an issue where QHeaderView style changes depending on OS.
  • Fixed an issue where the button style became normal button style when the default button is checked(#150).
  • Fixed an issue where the check indicator looks a little bit stretched horizontally when used in QMenu items on Windows(#154).
  • Fixed an issue where the too big gap between checkboxes and text in QMenu items(#154).