You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).