Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Add dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsium committed Mar 12, 2017
1 parent e589f4e commit 2580fc7
Show file tree
Hide file tree
Showing 48 changed files with 1,380 additions and 7 deletions.
3 changes: 2 additions & 1 deletion acquisition.pro
Expand Up @@ -118,6 +118,7 @@ CONFIG += c++11

DEPENDPATH *= $${INCLUDEPATH}

RESOURCES += resources.qrc
RESOURCES += resources.qrc \
deps/qdarkstyle/style.qrc

RC_FILE = resources.rc
Binary file added deps/qdarkstyle/rc/Hmovetoolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/Hsepartoolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/Vmovetoolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/Vsepartoolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/branch_closed-on.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/branch_closed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/branch_open-on.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/branch_open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_checked.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_checked_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_checked_focus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_indeterminate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_indeterminate_focus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_unchecked.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_unchecked_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/checkbox_unchecked_focus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/close-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/close-pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/down_arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/down_arrow_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/left_arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/left_arrow_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/radio_checked.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deps/qdarkstyle/rc/radio_checked_disabled.png
Binary file added deps/qdarkstyle/rc/radio_checked_focus.png
Binary file added deps/qdarkstyle/rc/radio_unchecked.png
Binary file added deps/qdarkstyle/rc/radio_unchecked_disabled.png
Binary file added deps/qdarkstyle/rc/radio_unchecked_focus.png
Binary file added deps/qdarkstyle/rc/right_arrow.png
Binary file added deps/qdarkstyle/rc/right_arrow_disabled.png
Binary file added deps/qdarkstyle/rc/sizegrip.png
Binary file added deps/qdarkstyle/rc/stylesheet-branch-end.png
Binary file added deps/qdarkstyle/rc/stylesheet-branch-more.png
Binary file added deps/qdarkstyle/rc/stylesheet-vline.png
Binary file added deps/qdarkstyle/rc/transparent.png
Binary file added deps/qdarkstyle/rc/undock.png
Binary file added deps/qdarkstyle/rc/up_arrow.png
Binary file added deps/qdarkstyle/rc/up_arrow_disabled.png
46 changes: 46 additions & 0 deletions deps/qdarkstyle/style.qrc
@@ -0,0 +1,46 @@
<RCC>
<qresource prefix="qss_icons">
<file>rc/up_arrow_disabled.png</file>
<file>rc/Hmovetoolbar.png</file>
<file>rc/stylesheet-branch-end.png</file>
<file>rc/branch_closed-on.png</file>
<file>rc/stylesheet-vline.png</file>
<file>rc/branch_closed.png</file>
<file>rc/branch_open-on.png</file>
<file>rc/transparent.png</file>
<file>rc/right_arrow_disabled.png</file>
<file>rc/sizegrip.png</file>
<file>rc/close.png</file>
<file>rc/close-hover.png</file>
<file>rc/close-pressed.png</file>
<file>rc/down_arrow.png</file>
<file>rc/Vmovetoolbar.png</file>
<file>rc/left_arrow.png</file>
<file>rc/stylesheet-branch-more.png</file>
<file>rc/up_arrow.png</file>
<file>rc/right_arrow.png</file>
<file>rc/left_arrow_disabled.png</file>
<file>rc/Hsepartoolbar.png</file>
<file>rc/branch_open.png</file>
<file>rc/Vsepartoolbar.png</file>
<file>rc/down_arrow_disabled.png</file>
<file>rc/undock.png</file>
<file>rc/checkbox_checked_disabled.png</file>
<file>rc/checkbox_checked_focus.png</file>
<file>rc/checkbox_checked.png</file>
<file>rc/checkbox_indeterminate.png</file>
<file>rc/checkbox_indeterminate_focus.png</file>
<file>rc/checkbox_unchecked_disabled.png</file>
<file>rc/checkbox_unchecked_focus.png</file>
<file>rc/checkbox_unchecked.png</file>
<file>rc/radio_checked_disabled.png</file>
<file>rc/radio_checked_focus.png</file>
<file>rc/radio_checked.png</file>
<file>rc/radio_unchecked_disabled.png</file>
<file>rc/radio_unchecked_focus.png</file>
<file>rc/radio_unchecked.png</file>
</qresource>
<qresource prefix="qdarkstyle">
<file>style.qss</file>
</qresource>
</RCC>

0 comments on commit 2580fc7

Please sign in to comment.