Skip to content

Commit

Permalink
Update QDarkStyleSheet to the latest version 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
suratovvlad committed May 2, 2019
1 parent df3d5c0 commit f3c0290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QDarkStyleSheet
Submodule QDarkStyleSheet updated 67 files
+ .DS_Store
+9 −1 .github/ISSUE_TEMPLATE.md
+4 −2 AUTHORS.md
+18 −1 CHANGES.md
+13 −6 example/example.py
+25 −4 example/ui/mw_menus.ui
+28 −8 example/ui/mw_menus_pyqt5_ui.py
+22 −5 example/ui/mw_menus_pyside2_ui.py
+22 −5 example/ui/mw_menus_pyside_ui.py
+28 −8 example/ui/mw_menus_qtpy_ui.py
+3 −3 qdarkstyle/__init__.py
+1,340 −1,367 qdarkstyle/pyqt5_style_rc.py
+1,012 −1,039 qdarkstyle/pyqt_style_rc.py
+1,012 −1,039 qdarkstyle/pyqtgraph_style_rc.py
+3,687 −3,663 qdarkstyle/pyside2_style_rc.py
+4 −4 qdarkstyle/pyside_style_rc.py
+1,340 −1,367 qdarkstyle/qtpy_style_rc.py
+ qdarkstyle/rc/checkbox_checked.png
+ qdarkstyle/rc/checkbox_checked@2x.png
+ qdarkstyle/rc/checkbox_checked_disabled.png
+ qdarkstyle/rc/checkbox_checked_disabled@2x.png
+ qdarkstyle/rc/checkbox_checked_focus.png
+ qdarkstyle/rc/checkbox_checked_focus@2x.png
+ qdarkstyle/rc/checkbox_indeterminate.png
+ qdarkstyle/rc/checkbox_indeterminate@2x.png
+ qdarkstyle/rc/checkbox_indeterminate_disabled.png
+ qdarkstyle/rc/checkbox_indeterminate_disabled@2x.png
+ qdarkstyle/rc/checkbox_indeterminate_focus.png
+ qdarkstyle/rc/checkbox_indeterminate_focus@2x.png
+ qdarkstyle/rc/checkbox_unchecked.png
+ qdarkstyle/rc/checkbox_unchecked@2x.png
+ qdarkstyle/rc/checkbox_unchecked_disabled.png
+ qdarkstyle/rc/checkbox_unchecked_disabled@2x.png
+ qdarkstyle/rc/checkbox_unchecked_focus.png
+ qdarkstyle/rc/checkbox_unchecked_focus@2x.png
+ qdarkstyle/rc/close-hover.png
+ qdarkstyle/rc/close-pressed.png
+ qdarkstyle/rc/close.png
+ qdarkstyle/rc/radio_checked.png
+ qdarkstyle/rc/radio_checked@2x.png
+ qdarkstyle/rc/radio_checked_disabled.png
+ qdarkstyle/rc/radio_checked_disabled@2x.png
+ qdarkstyle/rc/radio_checked_focus.png
+ qdarkstyle/rc/radio_checked_focus@2x.png
+ qdarkstyle/rc/radio_unchecked.png
+ qdarkstyle/rc/radio_unchecked@2x.png
+ qdarkstyle/rc/radio_unchecked_disabled.png
+ qdarkstyle/rc/radio_unchecked_disabled@2x.png
+ qdarkstyle/rc/radio_unchecked_focus.png
+ qdarkstyle/rc/radio_unchecked_focus@2x.png
+ qdarkstyle/rc/undock.png
+71 −26 qdarkstyle/style.qss
+2 −2 svg/checkbox_checked.svg
+0 −96 svg/checkbox_checked_disabled.svg
+0 −96 svg/checkbox_checked_focus.svg
+2 −2 svg/checkbox_indeterminate.svg
+0 −96 svg/checkbox_indeterminate_disabled.svg
+0 −96 svg/checkbox_indeterminate_focus.svg
+2 −2 svg/checkbox_unchecked.svg
+0 −71 svg/checkbox_unchecked_disabled.svg
+0 −71 svg/checkbox_unchecked_focus.svg
+2 −2 svg/radio_checked.svg
+0 −73 svg/radio_checked_disabled.svg
+0 −73 svg/radio_checked_focus.svg
+1 −1 svg/radio_unchecked.svg
+0 −67 svg/radio_unchecked_disabled.svg
+0 −67 svg/radio_unchecked_focus.svg

0 comments on commit f3c0290

Please sign in to comment.