From b519722b75d25b86ff9ca5808c18c0902801c6ef Mon Sep 17 00:00:00 2001 From: ThePBone Date: Sat, 31 Aug 2019 20:06:02 +0200 Subject: [PATCH] Initial commit --- JDSP4Linux-GUI.pro | 67 + LICENSE | 674 ++++++ README.md | 61 + configlist.h | 96 + ddc.qrc | 5 + ddc/ViPERDDC.db | Bin 0 -> 945152 bytes icons/icon.png | Bin 0 -> 9090 bytes icons/menu-white.svg | 1 + icons/menu.svg | 1 + icons/queue-white.svg | 1 + icons/queue.svg | 1 + icons/refresh.svg | 1 + icons/settings-white.svg | 1 + icons/settings.svg | 1 + log.cpp | 44 + log.h | 24 + log.ui | 84 + main.cpp | 27 + main.h | 13 + mainwindow.cpp | 1478 ++++++++++++ mainwindow.h | 106 + mainwindow.ui | 1894 ++++++++++++++++ palette.cpp | 125 + palette.h | 33 + palette.ui | 203 ++ preset.cpp | 250 ++ preset.h | 43 + preset.ui | 156 ++ resources.qrc | 12 + settings.cpp | 176 ++ settings.h | 29 + settings.ui | 471 ++++ styles/amoled/LICENSE | 21 + styles/amoled/amoled.qss | 693 ++++++ styles/aqua/LICENSE | 21 + styles/aqua/aqua.qss | 663 ++++++ styles/darkblue/LICENSE | 183 ++ styles/darkblue/darkblue.qss | 2004 +++++++++++++++++ styles/darkblue/rc/Hmovetoolbar.png | Bin 0 -> 220 bytes styles/darkblue/rc/Hsepartoolbar.png | Bin 0 -> 172 bytes styles/darkblue/rc/Vmovetoolbar.png | Bin 0 -> 2847 bytes styles/darkblue/rc/Vsepartoolbar.png | Bin 0 -> 2839 bytes styles/darkblue/rc/branch_closed-on.png | Bin 0 -> 147 bytes styles/darkblue/rc/branch_closed.png | Bin 0 -> 160 bytes styles/darkblue/rc/branch_open-on.png | Bin 0 -> 150 bytes styles/darkblue/rc/branch_open.png | Bin 0 -> 166 bytes styles/darkblue/rc/checkbox_checked.png | Bin 0 -> 418 bytes styles/darkblue/rc/checkbox_checked@2x.png | Bin 0 -> 850 bytes .../darkblue/rc/checkbox_checked_disabled.png | Bin 0 -> 413 bytes .../rc/checkbox_checked_disabled@2x.png | Bin 0 -> 898 bytes styles/darkblue/rc/checkbox_checked_focus.png | Bin 0 -> 418 bytes .../darkblue/rc/checkbox_checked_focus@2x.png | Bin 0 -> 888 bytes styles/darkblue/rc/checkbox_indeterminate.png | Bin 0 -> 424 bytes .../darkblue/rc/checkbox_indeterminate@2x.png | Bin 0 -> 851 bytes .../rc/checkbox_indeterminate_disabled.png | Bin 0 -> 412 bytes .../rc/checkbox_indeterminate_disabled@2x.png | Bin 0 -> 899 bytes .../rc/checkbox_indeterminate_focus.png | Bin 0 -> 420 bytes .../rc/checkbox_indeterminate_focus@2x.png | Bin 0 -> 889 bytes styles/darkblue/rc/checkbox_unchecked.png | Bin 0 -> 397 bytes styles/darkblue/rc/checkbox_unchecked@2x.png | Bin 0 -> 805 bytes .../rc/checkbox_unchecked_disabled.png | Bin 0 -> 386 bytes .../rc/checkbox_unchecked_disabled@2x.png | Bin 0 -> 855 bytes .../darkblue/rc/checkbox_unchecked_focus.png | Bin 0 -> 394 bytes .../rc/checkbox_unchecked_focus@2x.png | Bin 0 -> 848 bytes styles/darkblue/rc/close-hover.png | Bin 0 -> 565 bytes styles/darkblue/rc/close-pressed.png | Bin 0 -> 565 bytes styles/darkblue/rc/close.png | Bin 0 -> 555 bytes styles/darkblue/rc/down_arrow.png | Bin 0 -> 165 bytes styles/darkblue/rc/down_arrow_disabled.png | Bin 0 -> 166 bytes styles/darkblue/rc/left_arrow.png | Bin 0 -> 166 bytes styles/darkblue/rc/left_arrow_disabled.png | Bin 0 -> 166 bytes styles/darkblue/rc/radio_checked.png | Bin 0 -> 737 bytes styles/darkblue/rc/radio_checked@2x.png | Bin 0 -> 1703 bytes styles/darkblue/rc/radio_checked_disabled.png | Bin 0 -> 792 bytes .../darkblue/rc/radio_checked_disabled@2x.png | Bin 0 -> 1820 bytes styles/darkblue/rc/radio_checked_focus.png | Bin 0 -> 778 bytes styles/darkblue/rc/radio_checked_focus@2x.png | Bin 0 -> 1766 bytes styles/darkblue/rc/radio_unchecked.png | Bin 0 -> 644 bytes styles/darkblue/rc/radio_unchecked@2x.png | Bin 0 -> 1385 bytes .../darkblue/rc/radio_unchecked_disabled.png | Bin 0 -> 673 bytes .../rc/radio_unchecked_disabled@2x.png | Bin 0 -> 1449 bytes styles/darkblue/rc/radio_unchecked_focus.png | Bin 0 -> 619 bytes .../darkblue/rc/radio_unchecked_focus@2x.png | Bin 0 -> 1424 bytes styles/darkblue/rc/right_arrow.png | Bin 0 -> 160 bytes styles/darkblue/rc/right_arrow_disabled.png | Bin 0 -> 160 bytes styles/darkblue/rc/sizegrip.png | Bin 0 -> 129 bytes styles/darkblue/rc/stylesheet-branch-end.png | Bin 0 -> 224 bytes styles/darkblue/rc/stylesheet-branch-more.png | Bin 0 -> 182 bytes styles/darkblue/rc/stylesheet-vline.png | Bin 0 -> 239 bytes styles/darkblue/rc/transparent.png | Bin 0 -> 195 bytes styles/darkblue/rc/undock.png | Bin 0 -> 553 bytes styles/darkblue/rc/up_arrow.png | Bin 0 -> 158 bytes styles/darkblue/rc/up_arrow_disabled.png | Bin 0 -> 159 bytes styles/darkbreeze/LICENSE.md | 26 + styles/darkbreeze/darkbreeze.qss | 1624 +++++++++++++ styles/darkbreeze/rc/branch_closed-on.svg | 3 + styles/darkbreeze/rc/branch_closed.svg | 3 + styles/darkbreeze/rc/branch_open-on.svg | 3 + styles/darkbreeze/rc/branch_open.svg | 3 + styles/darkbreeze/rc/checkbox_checked.svg | 5 + .../rc/checkbox_checked_disabled.svg | 5 + .../darkbreeze/rc/checkbox_indeterminate.svg | 7 + .../rc/checkbox_indeterminate_disabled.svg | 7 + styles/darkbreeze/rc/checkbox_unchecked.svg | 4 + .../rc/checkbox_unchecked_disabled.svg | 4 + styles/darkbreeze/rc/close-hover.svg | 3 + styles/darkbreeze/rc/close-pressed.svg | 3 + styles/darkbreeze/rc/close.svg | 3 + styles/darkbreeze/rc/down_arrow-hover.svg | 3 + styles/darkbreeze/rc/down_arrow.svg | 3 + styles/darkbreeze/rc/down_arrow_disabled.svg | 3 + styles/darkbreeze/rc/hmovetoolbar.svg | 4 + styles/darkbreeze/rc/hsepartoolbar.svg | 3 + styles/darkbreeze/rc/left_arrow.svg | 3 + styles/darkbreeze/rc/left_arrow_disabled.svg | 3 + styles/darkbreeze/rc/radio_checked.svg | 5 + .../darkbreeze/rc/radio_checked_disabled.svg | 5 + styles/darkbreeze/rc/radio_unchecked.svg | 4 + .../rc/radio_unchecked_disabled.svg | 4 + styles/darkbreeze/rc/right_arrow.svg | 3 + styles/darkbreeze/rc/right_arrow_disabled.svg | 3 + styles/darkbreeze/rc/sizegrip.svg | 3 + styles/darkbreeze/rc/spinup_disabled.svg | 3 + .../rc/stylesheet-branch-end-closed.svg | 4 + .../rc/stylesheet-branch-end-open.svg | 4 + .../darkbreeze/rc/stylesheet-branch-end.svg | 4 + .../darkbreeze/rc/stylesheet-branch-more.svg | 4 + styles/darkbreeze/rc/stylesheet-vline.svg | 3 + styles/darkbreeze/rc/transparent.svg | 1 + styles/darkbreeze/rc/undock-hover.svg | 5 + styles/darkbreeze/rc/undock.svg | 3 + styles/darkbreeze/rc/up_arrow-hover.svg | 3 + styles/darkbreeze/rc/up_arrow.svg | 3 + styles/darkbreeze/rc/up_arrow_disabled.svg | 3 + styles/darkbreeze/rc/vmovetoolbar.svg | 8 + styles/darkbreeze/rc/vsepartoolbars.svg | 7 + styles/darkorange/rc/indicator.png | Bin 0 -> 1298 bytes styles/darkorange/style.qss | 472 ++++ styles/default.qss | 4 + styles/lightbreeze/LICENSE.md | 26 + styles/lightbreeze/lightbreeze.qss | 1631 ++++++++++++++ styles/lightbreeze/rc/branch_closed-on.svg | 3 + styles/lightbreeze/rc/branch_closed.svg | 3 + styles/lightbreeze/rc/branch_open-on.svg | 3 + styles/lightbreeze/rc/branch_open.svg | 3 + .../lightbreeze/rc/checkbox_checked-hover.svg | 5 + styles/lightbreeze/rc/checkbox_checked.svg | 5 + .../rc/checkbox_checked_disabled.svg | 5 + .../rc/checkbox_indeterminate-hover.svg | 7 + .../lightbreeze/rc/checkbox_indeterminate.svg | 7 + .../rc/checkbox_indeterminate_disabled.svg | 7 + .../rc/checkbox_unchecked-hover.svg | 4 + .../rc/checkbox_unchecked_disabled.svg | 4 + styles/lightbreeze/rc/close-hover.svg | 3 + styles/lightbreeze/rc/close-pressed.svg | 3 + styles/lightbreeze/rc/close.svg | 3 + styles/lightbreeze/rc/down_arrow-hover.svg | 3 + styles/lightbreeze/rc/down_arrow.svg | 3 + styles/lightbreeze/rc/down_arrow_disabled.svg | 3 + styles/lightbreeze/rc/hmovetoolbar.svg | 5 + styles/lightbreeze/rc/hsepartoolbar.svg | 3 + styles/lightbreeze/rc/left_arrow.svg | 3 + styles/lightbreeze/rc/left_arrow_disabled.svg | 3 + styles/lightbreeze/rc/radio_checked-hover.svg | 5 + styles/lightbreeze/rc/radio_checked.svg | 5 + .../lightbreeze/rc/radio_checked_disabled.svg | 5 + .../lightbreeze/rc/radio_unchecked-hover.svg | 4 + .../rc/radio_unchecked_disabled.svg | 4 + styles/lightbreeze/rc/right_arrow.svg | 3 + .../lightbreeze/rc/right_arrow_disabled.svg | 3 + styles/lightbreeze/rc/sizegrip.svg | 3 + styles/lightbreeze/rc/spinup_disabled.svg | 3 + .../rc/stylesheet-branch-end-closed.svg | 4 + .../rc/stylesheet-branch-end-open.svg | 4 + .../lightbreeze/rc/stylesheet-branch-end.svg | 4 + .../lightbreeze/rc/stylesheet-branch-more.svg | 4 + styles/lightbreeze/rc/stylesheet-vline.svg | 3 + styles/lightbreeze/rc/transparent.svg | 1 + styles/lightbreeze/rc/undock-hover.svg | 5 + styles/lightbreeze/rc/undock.svg | 3 + styles/lightbreeze/rc/up_arrow-hover.svg | 3 + styles/lightbreeze/rc/up_arrow.svg | 3 + styles/lightbreeze/rc/up_arrow_disabled.svg | 3 + styles/lightbreeze/rc/vmovetoolbar.svg | 8 + styles/lightbreeze/rc/vsepartoolbars.svg | 7 + styles/materialdark/LICENSE | 21 + styles/materialdark/materialdark.qss | 484 ++++ styles/styles.qrc | 172 ++ styles/ubuntu/LICENSE | 21 + styles/ubuntu/ubuntu.qss | 665 ++++++ styles/vsdark/LICENSE | 13 + styles/vsdark/vsdark.qss | 216 ++ styles/vslight/vslight.qss | 188 ++ 193 files changed, 15558 insertions(+) create mode 100644 JDSP4Linux-GUI.pro create mode 100644 LICENSE create mode 100644 README.md create mode 100755 configlist.h create mode 100644 ddc.qrc create mode 100644 ddc/ViPERDDC.db create mode 100644 icons/icon.png create mode 100644 icons/menu-white.svg create mode 100644 icons/menu.svg create mode 100644 icons/queue-white.svg create mode 100644 icons/queue.svg create mode 100755 icons/refresh.svg create mode 100644 icons/settings-white.svg create mode 100755 icons/settings.svg create mode 100644 log.cpp create mode 100644 log.h create mode 100644 log.ui create mode 100755 main.cpp create mode 100755 main.h create mode 100755 mainwindow.cpp create mode 100755 mainwindow.h create mode 100755 mainwindow.ui create mode 100644 palette.cpp create mode 100644 palette.h create mode 100644 palette.ui create mode 100644 preset.cpp create mode 100644 preset.h create mode 100644 preset.ui create mode 100755 resources.qrc create mode 100755 settings.cpp create mode 100755 settings.h create mode 100755 settings.ui create mode 100644 styles/amoled/LICENSE create mode 100644 styles/amoled/amoled.qss create mode 100644 styles/aqua/LICENSE create mode 100644 styles/aqua/aqua.qss create mode 100644 styles/darkblue/LICENSE create mode 100644 styles/darkblue/darkblue.qss create mode 100644 styles/darkblue/rc/Hmovetoolbar.png create mode 100644 styles/darkblue/rc/Hsepartoolbar.png create mode 100644 styles/darkblue/rc/Vmovetoolbar.png create mode 100644 styles/darkblue/rc/Vsepartoolbar.png create mode 100644 styles/darkblue/rc/branch_closed-on.png create mode 100644 styles/darkblue/rc/branch_closed.png create mode 100644 styles/darkblue/rc/branch_open-on.png create mode 100644 styles/darkblue/rc/branch_open.png create mode 100644 styles/darkblue/rc/checkbox_checked.png create mode 100644 styles/darkblue/rc/checkbox_checked@2x.png create mode 100644 styles/darkblue/rc/checkbox_checked_disabled.png create mode 100644 styles/darkblue/rc/checkbox_checked_disabled@2x.png create mode 100644 styles/darkblue/rc/checkbox_checked_focus.png create mode 100644 styles/darkblue/rc/checkbox_checked_focus@2x.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate@2x.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate_disabled.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate_disabled@2x.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate_focus.png create mode 100644 styles/darkblue/rc/checkbox_indeterminate_focus@2x.png create mode 100644 styles/darkblue/rc/checkbox_unchecked.png create mode 100644 styles/darkblue/rc/checkbox_unchecked@2x.png create mode 100644 styles/darkblue/rc/checkbox_unchecked_disabled.png create mode 100644 styles/darkblue/rc/checkbox_unchecked_disabled@2x.png create mode 100644 styles/darkblue/rc/checkbox_unchecked_focus.png create mode 100644 styles/darkblue/rc/checkbox_unchecked_focus@2x.png create mode 100644 styles/darkblue/rc/close-hover.png create mode 100644 styles/darkblue/rc/close-pressed.png create mode 100644 styles/darkblue/rc/close.png create mode 100644 styles/darkblue/rc/down_arrow.png create mode 100644 styles/darkblue/rc/down_arrow_disabled.png create mode 100644 styles/darkblue/rc/left_arrow.png create mode 100644 styles/darkblue/rc/left_arrow_disabled.png create mode 100644 styles/darkblue/rc/radio_checked.png create mode 100644 styles/darkblue/rc/radio_checked@2x.png create mode 100644 styles/darkblue/rc/radio_checked_disabled.png create mode 100644 styles/darkblue/rc/radio_checked_disabled@2x.png create mode 100644 styles/darkblue/rc/radio_checked_focus.png create mode 100644 styles/darkblue/rc/radio_checked_focus@2x.png create mode 100644 styles/darkblue/rc/radio_unchecked.png create mode 100644 styles/darkblue/rc/radio_unchecked@2x.png create mode 100644 styles/darkblue/rc/radio_unchecked_disabled.png create mode 100644 styles/darkblue/rc/radio_unchecked_disabled@2x.png create mode 100644 styles/darkblue/rc/radio_unchecked_focus.png create mode 100644 styles/darkblue/rc/radio_unchecked_focus@2x.png create mode 100644 styles/darkblue/rc/right_arrow.png create mode 100644 styles/darkblue/rc/right_arrow_disabled.png create mode 100644 styles/darkblue/rc/sizegrip.png create mode 100644 styles/darkblue/rc/stylesheet-branch-end.png create mode 100644 styles/darkblue/rc/stylesheet-branch-more.png create mode 100644 styles/darkblue/rc/stylesheet-vline.png create mode 100644 styles/darkblue/rc/transparent.png create mode 100644 styles/darkblue/rc/undock.png create mode 100644 styles/darkblue/rc/up_arrow.png create mode 100644 styles/darkblue/rc/up_arrow_disabled.png create mode 100644 styles/darkbreeze/LICENSE.md create mode 100644 styles/darkbreeze/darkbreeze.qss create mode 100755 styles/darkbreeze/rc/branch_closed-on.svg create mode 100755 styles/darkbreeze/rc/branch_closed.svg create mode 100755 styles/darkbreeze/rc/branch_open-on.svg create mode 100755 styles/darkbreeze/rc/branch_open.svg create mode 100755 styles/darkbreeze/rc/checkbox_checked.svg create mode 100755 styles/darkbreeze/rc/checkbox_checked_disabled.svg create mode 100755 styles/darkbreeze/rc/checkbox_indeterminate.svg create mode 100755 styles/darkbreeze/rc/checkbox_indeterminate_disabled.svg create mode 100755 styles/darkbreeze/rc/checkbox_unchecked.svg create mode 100755 styles/darkbreeze/rc/checkbox_unchecked_disabled.svg create mode 100755 styles/darkbreeze/rc/close-hover.svg create mode 100755 styles/darkbreeze/rc/close-pressed.svg create mode 100755 styles/darkbreeze/rc/close.svg create mode 100755 styles/darkbreeze/rc/down_arrow-hover.svg create mode 100755 styles/darkbreeze/rc/down_arrow.svg create mode 100755 styles/darkbreeze/rc/down_arrow_disabled.svg create mode 100755 styles/darkbreeze/rc/hmovetoolbar.svg create mode 100755 styles/darkbreeze/rc/hsepartoolbar.svg create mode 100755 styles/darkbreeze/rc/left_arrow.svg create mode 100755 styles/darkbreeze/rc/left_arrow_disabled.svg create mode 100755 styles/darkbreeze/rc/radio_checked.svg create mode 100755 styles/darkbreeze/rc/radio_checked_disabled.svg create mode 100755 styles/darkbreeze/rc/radio_unchecked.svg create mode 100755 styles/darkbreeze/rc/radio_unchecked_disabled.svg create mode 100755 styles/darkbreeze/rc/right_arrow.svg create mode 100755 styles/darkbreeze/rc/right_arrow_disabled.svg create mode 100755 styles/darkbreeze/rc/sizegrip.svg create mode 100755 styles/darkbreeze/rc/spinup_disabled.svg create mode 100755 styles/darkbreeze/rc/stylesheet-branch-end-closed.svg create mode 100755 styles/darkbreeze/rc/stylesheet-branch-end-open.svg create mode 100755 styles/darkbreeze/rc/stylesheet-branch-end.svg create mode 100755 styles/darkbreeze/rc/stylesheet-branch-more.svg create mode 100755 styles/darkbreeze/rc/stylesheet-vline.svg create mode 100755 styles/darkbreeze/rc/transparent.svg create mode 100755 styles/darkbreeze/rc/undock-hover.svg create mode 100755 styles/darkbreeze/rc/undock.svg create mode 100755 styles/darkbreeze/rc/up_arrow-hover.svg create mode 100755 styles/darkbreeze/rc/up_arrow.svg create mode 100755 styles/darkbreeze/rc/up_arrow_disabled.svg create mode 100755 styles/darkbreeze/rc/vmovetoolbar.svg create mode 100755 styles/darkbreeze/rc/vsepartoolbars.svg create mode 100644 styles/darkorange/rc/indicator.png create mode 100644 styles/darkorange/style.qss create mode 100644 styles/default.qss create mode 100644 styles/lightbreeze/LICENSE.md create mode 100644 styles/lightbreeze/lightbreeze.qss create mode 100755 styles/lightbreeze/rc/branch_closed-on.svg create mode 100755 styles/lightbreeze/rc/branch_closed.svg create mode 100755 styles/lightbreeze/rc/branch_open-on.svg create mode 100755 styles/lightbreeze/rc/branch_open.svg create mode 100755 styles/lightbreeze/rc/checkbox_checked-hover.svg create mode 100755 styles/lightbreeze/rc/checkbox_checked.svg create mode 100755 styles/lightbreeze/rc/checkbox_checked_disabled.svg create mode 100755 styles/lightbreeze/rc/checkbox_indeterminate-hover.svg create mode 100755 styles/lightbreeze/rc/checkbox_indeterminate.svg create mode 100755 styles/lightbreeze/rc/checkbox_indeterminate_disabled.svg create mode 100755 styles/lightbreeze/rc/checkbox_unchecked-hover.svg create mode 100755 styles/lightbreeze/rc/checkbox_unchecked_disabled.svg create mode 100755 styles/lightbreeze/rc/close-hover.svg create mode 100755 styles/lightbreeze/rc/close-pressed.svg create mode 100755 styles/lightbreeze/rc/close.svg create mode 100755 styles/lightbreeze/rc/down_arrow-hover.svg create mode 100755 styles/lightbreeze/rc/down_arrow.svg create mode 100755 styles/lightbreeze/rc/down_arrow_disabled.svg create mode 100755 styles/lightbreeze/rc/hmovetoolbar.svg create mode 100755 styles/lightbreeze/rc/hsepartoolbar.svg create mode 100755 styles/lightbreeze/rc/left_arrow.svg create mode 100755 styles/lightbreeze/rc/left_arrow_disabled.svg create mode 100755 styles/lightbreeze/rc/radio_checked-hover.svg create mode 100755 styles/lightbreeze/rc/radio_checked.svg create mode 100755 styles/lightbreeze/rc/radio_checked_disabled.svg create mode 100755 styles/lightbreeze/rc/radio_unchecked-hover.svg create mode 100755 styles/lightbreeze/rc/radio_unchecked_disabled.svg create mode 100755 styles/lightbreeze/rc/right_arrow.svg create mode 100755 styles/lightbreeze/rc/right_arrow_disabled.svg create mode 100755 styles/lightbreeze/rc/sizegrip.svg create mode 100755 styles/lightbreeze/rc/spinup_disabled.svg create mode 100755 styles/lightbreeze/rc/stylesheet-branch-end-closed.svg create mode 100755 styles/lightbreeze/rc/stylesheet-branch-end-open.svg create mode 100755 styles/lightbreeze/rc/stylesheet-branch-end.svg create mode 100755 styles/lightbreeze/rc/stylesheet-branch-more.svg create mode 100755 styles/lightbreeze/rc/stylesheet-vline.svg create mode 100755 styles/lightbreeze/rc/transparent.svg create mode 100755 styles/lightbreeze/rc/undock-hover.svg create mode 100755 styles/lightbreeze/rc/undock.svg create mode 100755 styles/lightbreeze/rc/up_arrow-hover.svg create mode 100755 styles/lightbreeze/rc/up_arrow.svg create mode 100755 styles/lightbreeze/rc/up_arrow_disabled.svg create mode 100755 styles/lightbreeze/rc/vmovetoolbar.svg create mode 100755 styles/lightbreeze/rc/vsepartoolbars.svg create mode 100644 styles/materialdark/LICENSE create mode 100644 styles/materialdark/materialdark.qss create mode 100644 styles/styles.qrc create mode 100644 styles/ubuntu/LICENSE create mode 100644 styles/ubuntu/ubuntu.qss create mode 100644 styles/vsdark/LICENSE create mode 100644 styles/vsdark/vsdark.qss create mode 100644 styles/vslight/vslight.qss diff --git a/JDSP4Linux-GUI.pro b/JDSP4Linux-GUI.pro new file mode 100644 index 0000000..25751e7 --- /dev/null +++ b/JDSP4Linux-GUI.pro @@ -0,0 +1,67 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2019-08-30T23:36:04 +# +#------------------------------------------------- + +QT += core gui xml network multimedia sql + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +TARGET = jdsp-gui +TEMPLATE = app +QMAKE_CXXFLAGS += "-Wno-old-style-cast -Wdouble-promotion" + +# The following define makes your compiler emit warnings if you use +# any feature of Qt which has been marked as deprecated (the exact warnings +# depend on your compiler). Please consult the documentation of the +# deprecated API in order to know how to port your code away from it. +DEFINES += QT_DEPRECATED_WARNINGS + +# You can also make your code fail to compile if you use deprecated APIs. +# In order to do so, uncomment the following line. +# You can also select to disable deprecated APIs only up to a certain version of Qt. +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 + +CONFIG += c++11 + +SOURCES += \ + log.cpp \ + main.cpp \ + mainwindow.cpp \ + palette.cpp \ + settings.cpp \ + preset.cpp + +HEADERS += \ + log.h \ + mainwindow.h \ + configlist.h \ + palette.h \ + settings.h \ + main.h \ + preset.h + +FORMS += \ + log.ui \ + mainwindow.ui \ + palette.ui \ + settings.ui \ + preset.ui + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /usr/bin/ + +# Set BUILDPATH variable to change the output path +!isEmpty($$BUILDPATH): target.path = $$BUILDPATH +!isEmpty($$BUILDPATH): DESTDIR = $$BUILDPATH + +!isEmpty(target.path): INSTALLS += target + +DISTFILES += + +RESOURCES += \ + ddc.qrc \ + resources.qrc \ + styles/styles.qrc diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9d9191 --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +# JDSP4Linux-GUI + +User Interface for JDSP4Linux [https://github.com/ThePBone/JDSP4Linux](https://github.com/ThePBone/JDSP4Linux) +* Telegram: @ThePBone + +This project is work-in-progress. + +## Installation +* [Portable/Manually](#portablemanually) + +### Portable/Manually +#### Install Dependencies +You will need to change this line, depending on which package manager your distribution uses. +```bash +sudo apt install qt5-qmake libqt5widgets5 libqt5gui5 libqt5core5a libqt5multimedia5 libqt5xml5 libgl1-mesa-dev git +``` + +#### Build from sources +Clone this repository + + git clone https://github.com/ThePBone/JDSP4Linux-GUI + +Compile sources + + cd JDSP4Linux-GUI + qmake + make + +```bash +./jdsp-gui +``` + +#### Optional: Manual Install +##### Copy to /usr/local/bin +```bash +sudo cp jdsp-gui /usr/local/bin +sudo chmod 755 /usr/local/bin/jdsp-gui +``` +##### Create Menu Entry +```bash +sudo cat <> /usr/share/applications/jdsp-gui.desktop +[Desktop Entry] +Name=JDSP4Linux +GenericName=Equalizer +Comment=User Interface for JDSP4Linux +Keywords=equalizer +Categories=AudioVideo;Audio; +Exec=jdsp-gui +Icon=/usr/share/pixmaps/jdsp-gui.png +StartupNotify=false +Terminal=false +Type=Application +EOT +``` +##### Download Icon +```bash +sudo wget -O /usr/share/pixmaps/jdsp-gui.png https://raw.githubusercontent.com/ThePBone/JDSP4Linux-GUI/master/icons/icon.png -q --show-progress +``` +## Credits +* [Material Icons](https://material.io/tools/icons/) +* [QSS Stylesheets - GTRONICK (modified by ThePBone)](https://github.com/GTRONICK/QSS) \ No newline at end of file diff --git a/configlist.h b/configlist.h new file mode 100755 index 0000000..f81aed9 --- /dev/null +++ b/configlist.h @@ -0,0 +1,96 @@ +#ifndef CONFIGLIST_H +#define CONFIGLIST_H + + +#include + +enum Config { + enable, + analogmodelling_enable, + analogmodelling_tubedrive, + bass_enable, + bass_mode, + bass_filtertype, + bass_freq, + headset_enable, + headset_preset, + stereowide_enable, + stereowide_mode, + bs2b_enable, + bs2b_mode, + compression_enable, + compression_pregain, + compression_threshold, + compression_knee, + compression_ratio, + compression_attack, + compression_release, + tone_enable, + tone_filtertype, + tone_eq, + masterswitch_limthreshold, + masterswitch_limrelease, + ddc_enable, + ddc_file, + unknown +}; +enum AppConfig { + configpath, + autoapply, + autoapplymode, + mutedRestart, + glavafix, + stylesheet, + thememode, + colorpalette, + custompalette, + customwhiteicons, + unknownApp +}; +inline Config resolveConfig(const std::string& input) { + if( input == "enable" ) return enable; + if( input == "analogmodelling_enable" ) return analogmodelling_enable; + if( input == "analogmodelling_tubedrive" ) return analogmodelling_tubedrive; + if( input == "bass_enable" ) return bass_enable; + if( input == "bass_mode" ) return bass_mode; + if( input == "bass_filtertype" ) return bass_filtertype; + if( input == "bass_freq" ) return bass_freq; + if( input == "headset_enable" ) return headset_enable; + if( input == "headset_preset" ) return headset_preset; + if( input == "stereowide_enable" ) return stereowide_enable; + if( input == "stereowide_mode" ) return stereowide_mode; + if( input == "bs2b_enable" ) return bs2b_enable; + if( input == "bs2b_mode" ) return bs2b_mode; + if( input == "compression_enable" ) return compression_enable; + if( input == "compression_pregain" ) return compression_pregain; + if( input == "compression_threshold" ) return compression_threshold; + if( input == "compression_knee" ) return compression_knee; + if( input == "compression_ratio" ) return compression_ratio; + if( input == "compression_attack" ) return compression_attack; + if( input == "compression_release" ) return compression_release; + if( input == "tone_enable" ) return tone_enable; + if( input == "tone_filtertype" ) return tone_filtertype; + if( input == "tone_eq" ) return tone_eq; + if( input == "masterswitch_limthreshold" ) return masterswitch_limthreshold; + if( input == "masterswitch_limrelease" ) return masterswitch_limrelease; + if( input == "ddc_enable" ) return ddc_enable; + if( input == "ddc_file" ) return ddc_file; + return unknown; +} +inline AppConfig resolveAppConfig(const std::string& input) { + if( input == "configpath" ) return configpath; + if( input == "autoapply" ) return autoapply; + if( input == "autoapplymode" ) return autoapplymode; + if( input == "glavafix" ) return glavafix; + if( input == "muteOnRestart" ) return mutedRestart; + if( input == "stylesheet" ) return stylesheet; + if( input == "thememode" ) return thememode; + if( input == "colorpalette" ) return colorpalette; + if( input == "customwhiteicons" ) return customwhiteicons; + if( input == "custompalette" ) return custompalette; + return unknownApp; +} + +static std::string default_config = "enable=true\nanalogmodelling_enable=false\nanalogmodelling_tubedrive=10000\nbass_enable=false\nbass_mode=1000\nbass_filtertype=1\nbass_freq=65\nheadset_enable=false\nheadset_preset=10\nstereowide_enable=false\nstereowide_mode=4\nbs2b_enable=false\nbs2b_mode=2\ncompression_enable=false\ncompression_pregain=20\ncompression_threshold=-60\ncompression_knee=40\ncompression_ratio=-20\ncompression_attack=1\ncompression_release=88\ntone_enable=false\ntone_filtertype=0\ntone_eq=\"0;0;0;0;0;0;0;0;0;0;0;0;0;0;0\"\nmasterswitch_limthreshold=0\nmasterswitch_limrelease=50\nddc_enable=false\nddc_file=\"none\"\n"; +static std::string default_appconfig = "configspath=\"\"\nautoapply=false\nglavafix=false\nmuteOnRestart=true"; +#endif // CONFIGLIST_H diff --git a/ddc.qrc b/ddc.qrc new file mode 100644 index 0000000..578fbae --- /dev/null +++ b/ddc.qrc @@ -0,0 +1,5 @@ + + + ddc/ViPERDDC.db + + diff --git a/ddc/ViPERDDC.db b/ddc/ViPERDDC.db new file mode 100644 index 0000000000000000000000000000000000000000..6e0af5c4697d7b5b3c805e74765141f6efd6406d GIT binary patch literal 945152 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

^xPWXqV0RPhz=`8F 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 literal 0 HcmV?d00001 diff --git a/icons/menu-white.svg b/icons/menu-white.svg new file mode 100644 index 0000000..61b6dad --- /dev/null +++ b/icons/menu-white.svg @@ -0,0 +1 @@ + diff --git a/icons/menu.svg b/icons/menu.svg new file mode 100644 index 0000000..f2427f8 --- /dev/null +++ b/icons/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/queue-white.svg b/icons/queue-white.svg new file mode 100644 index 0000000..9928ada --- /dev/null +++ b/icons/queue-white.svg @@ -0,0 +1 @@ + diff --git a/icons/queue.svg b/icons/queue.svg new file mode 100644 index 0000000..a14f4ea --- /dev/null +++ b/icons/queue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/refresh.svg b/icons/refresh.svg new file mode 100755 index 0000000..f1ad30d --- /dev/null +++ b/icons/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings-white.svg b/icons/settings-white.svg new file mode 100644 index 0000000..82b776d --- /dev/null +++ b/icons/settings-white.svg @@ -0,0 +1 @@ + diff --git a/icons/settings.svg b/icons/settings.svg new file mode 100755 index 0000000..0737ecb --- /dev/null +++ b/icons/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/log.cpp b/log.cpp new file mode 100644 index 0000000..83ada63 --- /dev/null +++ b/log.cpp @@ -0,0 +1,44 @@ +#include "log.h" +#include "ui_log.h" +#include "main.h" +#include + +log::log(QWidget *parent) : + QDialog(parent), + ui(new Ui::log) +{ + ui->setupUi(this); + connect(ui->reload, SIGNAL(clicked()), this, SLOT(updateLog())); + connect(ui->select, SIGNAL(currentIndexChanged(int)),this,SLOT(updateLog())); + updateLog(); +} + +log::~log() +{ + delete ui; +} +void log::reject() +{ + mainwin->enableLogBtn(true); + QDialog::reject(); +} +void log::updateLog(){ + ui->viperlog->clear(); + QString path; + if(ui->select->currentText()=="JDSP") path = "/tmp/jamesdsp/ui_jdsp.log"; + else if(ui->select->currentText()=="GST Plugin") path = "/tmp/jamesdsp/jdsp.log"; + else path = "/tmp/jamesdsp/ui.log"; + + QFile file(path); + if(!file.open(QIODevice::ReadOnly)) { + ui->viperlog->append(""); + } + + QTextStream in(&file); + while(!in.atEnd()) { + QString line = in.readLine(); + ui->viperlog->append(line); + } + + file.close(); +} diff --git a/log.h b/log.h new file mode 100644 index 0000000..35d1cba --- /dev/null +++ b/log.h @@ -0,0 +1,24 @@ +#ifndef LOG_H +#define LOG_H + +#include + +namespace Ui { +class log; +} + +class log : public QDialog +{ + Q_OBJECT + +public: + explicit log(QWidget *parent = nullptr); + ~log(); +private slots: + void reject(); + void updateLog(); +private: + Ui::log *ui; +}; + +#endif // LOG_H diff --git a/log.ui b/log.ui new file mode 100644 index 0000000..8c86b04 --- /dev/null +++ b/log.ui @@ -0,0 +1,84 @@ + + + log + + + + 0 + 0 + 443 + 260 + + + + Log Viewer + + + + :/icons/icon.png:/icons/icon.png + + + + + + Reload + + + + + + + QTextEdit::NoWrap + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 120 + 0 + + + + + User Interface + + + + + GST Plugin + + + + + JDSP + + + + + + + + viperlog + select + reload + + + + + + diff --git a/main.cpp b/main.cpp new file mode 100755 index 0000000..e7725d6 --- /dev/null +++ b/main.cpp @@ -0,0 +1,27 @@ + #ifndef MAIN +#define MAIN +#endif + +#include "mainwindow.h" +#include "main.h" +#include "settings.h" +#include +#include +#include + +using namespace std; +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + QApplication::setQuitOnLastWindowClosed( false ); + app = &a; + MainWindow w; + mainwin = &w; + // w.setFixedSize(w.geometry().width(),w.geometry().height()); + w.setWindowFlags(Qt::WindowContextHelpButtonHint | Qt::WindowCloseButtonHint); + + w.show(); + QApplication::setQuitOnLastWindowClosed( true ); + + return QApplication::exec(); +} diff --git a/main.h b/main.h new file mode 100755 index 0000000..e5f9033 --- /dev/null +++ b/main.h @@ -0,0 +1,13 @@ +#include "mainwindow.h" +#include "preset.h" +#ifndef MAIN_H +#define MAIN_H +#ifdef MAIN + #define EXTERN +#else + #define EXTERN extern +#endif +EXTERN MainWindow *mainwin; +EXTERN QApplication *app; +EXTERN Preset *preset; +#endif // MAIN_H diff --git a/mainwindow.cpp b/mainwindow.cpp new file mode 100755 index 0000000..277f0a1 --- /dev/null +++ b/mainwindow.cpp @@ -0,0 +1,1478 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" +#include "settings.h" +#include "preset.h" +#include "ui_settings.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "configlist.h" +#include +#include +#include +#include +#include +#include +#include +#include "main.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "log.h" +#include +#include +#include +#include +#include +using namespace std; + +static string path; +static string appcpath; +static string style_sheet; +static string color_palette; +static string custom_palette; +static int theme_mode = 0; +static int autofxmode = 0; +static bool custom_whiteicons; +static bool autofx; +static bool muteOnRestart; +static bool glava_fix; +static bool settingsdlg_enabled=true; +static bool presetdlg_enabled=true; +static bool logdlg_enabled=true; +static bool lockapply = false; +static bool lockddcupdate = false; +static QString ddcpath = ""; +static QProcess* process; +MainWindow::MainWindow(QWidget *parent) : + QMainWindow(parent), + ui(new Ui::MainWindow) +{ + ui->setupUi(this); + process = new QProcess(this); + connect (process, SIGNAL(readyReadStandardOutput()), this, SLOT(processProcOutput())); + connect (process, SIGNAL(readyReadStandardError()), this, SLOT(processProcOutput())); + + //Clear log + QFile file ("/tmp/jamesdsp/ui.log"); + if(file.exists())file.remove(); + QFile file2 ("/tmp/jamesdsp/ui_jdsp.log"); + if(file2.exists())file2.remove(); + + writeLog("UI launched..."); + + struct passwd *pw = getpwuid(getuid()); + const char *homedir = pw->pw_dir; + char result[100]; + strcpy(result,homedir); + strcat(result,"/.config/jamesdsp/audio.conf"); + char result2[100]; + strcpy(result2,homedir); + strcat(result2,"/.config/jamesdsp/ui.conf"); + path = result; + appcpath = result2; + + reloadConfig(); + loadAppConfig(); + + QDir d = QFileInfo(QString::fromStdString(getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + + if(ddcpath==""||ddcpath==(absolute+"/dbcopy.vdc")){ + ui->ddc_dirpath->setText(QString::fromStdString(homedir)); + reloadDDC(); + if(ddcpath==(absolute+"/dbcopy.vdc"))ui->ddcTabs->setCurrentIndex(1); + }else{ + try { + QDir d2 = QFileInfo(ddcpath).absoluteDir(); + ui->ddc_dirpath->setText(d2.absolutePath()); + reloadDDC(); + if(ui->ddc_files->count() >= 1){ + for(int i=0;iddc_files->count();i++){ + if(ui->ddc_files->item(i)->text()==QFileInfo(ddcpath).fileName()){ + ui->ddc_files->setCurrentRow(i); + break; + } + } + } + } catch (exception e) { + writeLog("Failed to load previous DDC path: " + QString::fromStdString(e.what())); + ui->ddc_dirpath->setText(QString::fromStdString(homedir)); + reloadDDC(); + } + } + + + QMenu *menu = new QMenu(); + menu->addAction("Reload JDSP", this,SLOT(Restart())); + menu->addAction("Context Help", this,[this](){QWhatsThis::enterWhatsThisMode();}); + menu->addAction("View Logs", this,SLOT(OpenLog())); + menu->addAction("Load from file", this,SLOT(LoadExternalFile())); + menu->addAction("Save to file", this,SLOT(SaveExternalFile())); + + ui->toolButton->setMenu(menu); + + if (createconnection()){ + model = new QSqlTableModel; + + model = new QSqlTableModel(this); + model->setTable("DDCData"); + model->setEditStrategy(QSqlTableModel::OnManualSubmit); + model->select(); + + model->setHeaderData(0, Qt::Horizontal, tr("ID")); + model->setHeaderData(1, Qt::Horizontal, tr("Vendor")); + model->setHeaderData(2, Qt::Horizontal, tr("CTranslate")); + model->setHeaderData(3, Qt::Horizontal, tr("Model")); + model->setHeaderData(4, Qt::Horizontal, tr("MTranslate")); + model->setHeaderData(5, Qt::Horizontal, tr("SR_44100_Coeffs")); + model->setHeaderData(6, Qt::Horizontal, tr("SR_48000_Coeffs")); + + ui->ddcTable->setModel(model); + ui->ddcTable->setColumnHidden(0, true); + ui->ddcTable->setColumnHidden(2, true); + ui->ddcTable->setColumnHidden(4, true); + ui->ddcTable->setColumnHidden(5, true); + ui->ddcTable->setColumnHidden(6, true); + ui->ddcTable->resizeColumnsToContents(); + } + + + SetStyle(); + ConnectActions(); +} + +MainWindow::~MainWindow() +{ + delete ui; +} +//SQL Loader +void MainWindow::updateDDC(const QItemSelection &item, const QItemSelection &item2){ + QItemSelectionModel *select = ui->ddcTable->selectionModel(); + QString ddc_coeffs; + if(select->hasSelection()){ + lockddcupdate=true; + ui->ddc_files->clearSelection(); + lockddcupdate=false; + int index = select->selectedRows().first().row(); + ddc_coeffs += "SR_44100:"; + ddc_coeffs += ui->ddcTable->model()->data(ui->ddcTable->model()->index(index,5)).toString(); + ddc_coeffs += "\nSR_48000:"; + ddc_coeffs += ui->ddcTable->model()->data(ui->ddcTable->model()->index(index,6)).toString(); + QDir d = QFileInfo(QString::fromStdString(getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + QFile file(absolute+"/dbcopy.vdc"); + if(file.open(QIODevice::WriteOnly | QIODevice::Text)) { + file.write(ddc_coeffs.toUtf8().constData()); + } + file.close(); + + ddcpath = absolute + "/dbcopy.vdc"; + } + OnUpdate(); +} + +bool MainWindow::createconnection() +{ + QSqlDatabase db = QSqlDatabase::addDatabase("QSQLITE"); + QDir d = QFileInfo(QString::fromStdString(getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + + if(QFile::exists(absolute+"/ViPERDDC.db"))QFile::remove(absolute+"/ViPERDDC.db"); + QFile::copy(":/ddc/ViPERDDC.db", absolute+"/ViPERDDC.db"); + db.setDatabaseName(absolute+"/ViPERDDC.db"); + if (!db.open()) { + writeLog("Cannot open DDC database. Unable to establish a database connection."); + return false; + } + + QSqlQuery query; + query.exec("SELECT * FROM 'DDCData'"); + + return true; +} + +//--Process/Logs +void MainWindow::processProcOutput(){ + QString out = process->readAllStandardOutput(); + QString err = process->readAllStandardError(); + QString logpath("/tmp/jamesdsp/ui_jdsp.log"); + if(out!=""){ + //qDebug()<style()->standardPalette()); + QString stylepath = ""; + if (style_sheet=="blue")stylepath = ":darkblue/darkblue/darkblue.qss"; + else if (style_sheet=="breeze_light")stylepath = ":/lightbreeze/lightbreeze/lightbreeze.qss"; + else if (style_sheet=="breeze_dark")stylepath = ":/darkbreeze/darkbreeze/darkbreeze.qss"; + else if (style_sheet=="amoled")stylepath = ":amoled/amoled/amoled.qss"; + else if (style_sheet=="aqua")stylepath = ":/aqua/aqua/aqua.qss"; + else if (style_sheet=="materialdark")stylepath = ":/materialdark/materialdark/materialdark.qss"; + else if (style_sheet=="ubuntu")stylepath = ":/ubuntu/ubuntu/ubuntu.qss"; + else if (style_sheet=="vsdark")stylepath = ":/vsdark/vsdark/vsdark.qss"; + else if (style_sheet=="vslight")stylepath = ":/vslight/vslight/vslight.qss"; + else stylepath = ":/default.qss"; + QFile f(stylepath); + if (!f.exists())printf("Unable to set stylesheet, file not found\n"); + else + { + f.open(QFile::ReadOnly | QFile::Text); + QTextStream ts(&f); + qApp->setStyleSheet(ts.readAll()); + if(style_sheet=="amoled" || style_sheet=="console" || style_sheet=="materialdark" || style_sheet=="breeze_dark" || style_sheet=="vsdark"){ + QPixmap pix(":/icons/settings-white.svg"); + QIcon icon(pix); + QPixmap pix2(":/icons/queue-white.svg"); + QIcon icon2(pix2); + QPixmap pix3(":/icons/menu-white.svg"); + QIcon icon3(pix3); + ui->set->setIcon(icon); + ui->cpreset->setIcon(icon2); + ui->toolButton->setIcon(icon3); + }else{ + QPixmap pix(":/icons/settings.svg"); + QIcon icon(pix); + QPixmap pix2(":/icons/queue.svg"); + QIcon icon2(pix2); + QPixmap pix3(":/icons/menu.svg"); + QIcon icon3(pix3); + ui->set->setIcon(icon); + ui->cpreset->setIcon(icon2); + ui->toolButton->setIcon(icon3); + } + } + }else{ + loadIcons(false); + if(color_palette=="dark"){ + QColor background = QColor(53,53,53); + QColor foreground = Qt::white; + QColor base = QColor(25,25,25); + QColor selection = QColor(42, 130, 218); + setPalette(base,background,foreground,selection,Qt::black); + }else if(color_palette=="purple"){ + loadIcons(true); + QColor background = QColor(26, 0, 25); + QColor foreground = Qt::white; + QColor base = QColor(23, 0, 19); + QColor selection = QColor(42, 130, 218); + setPalette(base,background,foreground,selection,Qt::black); + }else if(color_palette=="gray"){ + loadIcons(true); + QColor background = QColor(49,49,74); + QColor foreground = Qt::white; + QColor base = QColor(83,83,125); + QColor selection = QColor(85,85,127); + setPalette(base,background,foreground,selection,Qt::black,QColor(144,144,179)); + }else if(color_palette=="white"){ + QColor background = Qt::white; + QColor foreground = Qt::black; + QColor base = Qt::white; + QColor selection = QColor(56,161,227); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="blue"){ + loadIcons(true); + QColor background = QColor(0,0,50); + QColor foreground = Qt::white; + QColor base = QColor(0,0,38); + QColor selection = QColor(85,0,255); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="darkblue"){ + loadIcons(true); + QColor background = QColor(19,25,38); + QColor foreground = Qt::white; + QColor base = QColor(14,19,29); + QColor selection = QColor(70,79,89); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="honeycomb"){ + QColor background = QColor(212,215,208); + QColor foreground = Qt::black; + QColor base = QColor(185,188,182); + QColor selection = QColor(243,193,41); + setPalette(base,background,foreground,selection,Qt::white); + } + else if(color_palette=="black"){ + loadIcons(true); + QColor background = QColor(16,16,16); + QColor foreground = QColor(222,222,222); + QColor base = Qt::black; + QColor selection = QColor(132,132,132); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="solarized"){ + loadIcons(true); + QColor background = QColor(15,30,49); + QColor foreground = QColor(154,174,180); + QColor base = Qt::black; + QColor selection = QColor(3,50,63); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="silver"){ + QColor background = QColor(176,180,196); + QColor foreground = QColor(20,20,20); + QColor base = QColor(176,180,196); + QColor selection = Qt::white; + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="darkgreen"){ + loadIcons(true); + QColor background = QColor(27,34,36); + QColor foreground = QColor(197,209,217); + QColor base = QColor(30,30,30); + QColor selection = QColor(21,67,58); + setPalette(base,background,foreground,selection,Qt::black); + } + else if(color_palette=="custom"){ + QColor base = QColor(loadColor(0,0),loadColor(0,1),loadColor(0,2)); + QColor background = QColor(loadColor(1,0),loadColor(1,1),loadColor(1,2)); + QColor foreground = QColor(loadColor(2,0),loadColor(2,1),loadColor(2,2)); + QColor selection = QColor(loadColor(3,0),loadColor(3,1),loadColor(3,2)); + QColor disabled = QColor(loadColor(4,0),loadColor(4,1),loadColor(4,2)); + QColor selectiontext = QColor(255-loadColor(3,0),255-loadColor(3,1),255-loadColor(3,2)); + + setPalette(base,background,foreground,selection,selectiontext,disabled); + loadIcons(getWhiteIcons()); + } + else{ + QApplication::setPalette(this->style()->standardPalette()); + QFile f(":/default.qss"); + if (!f.exists())printf("Unable to set stylesheet, file not found\n"); + else + { + f.open(QFile::ReadOnly | QFile::Text); + QTextStream ts(&f); + qApp->setStyleSheet(ts.readAll()); + } + } + + } +} +void MainWindow::setPalette(const QColor& base,const QColor& background,const QColor& foreground,const QColor& selection = QColor(42,130,218),const QColor& selectiontext = Qt::black,const QColor& disabled){ + QPalette *palette = new QPalette(); + palette->setColor(QPalette::Window, background); + palette->setColor(QPalette::WindowText, foreground); + palette->setColor(QPalette::Base, base); + palette->setColor(QPalette::AlternateBase, background); + palette->setColor(QPalette::ToolTipBase, background); + palette->setColor(QPalette::ToolTipText, foreground); + palette->setColor(QPalette::Text, foreground); + palette->setColor(QPalette::Button, background); + palette->setColor(QPalette::ButtonText, foreground); + palette->setColor(QPalette::BrightText, Qt::red); + palette->setColor(QPalette::Link, QColor(42, 130, 218)); + palette->setColor(QPalette::Highlight, selection); + palette->setColor(QPalette::HighlightedText, selectiontext); + app->setPalette(*palette); + QString rgbdisabled = disabled.name(); + app->setStyleSheet("QFrame[frameShape=\"4\"], QFrame[frameShape=\"5\"]{ color: gray; }*::disabled { color: " + rgbdisabled +";}QToolButton::disabled { color: " + rgbdisabled +";}QComboBox::disabled { color: " + rgbdisabled +";}"); +} +void MainWindow::loadIcons(bool white){ + if(white){ + QPixmap pix(":/icons/settings-white.svg"); + QIcon icon(pix); + QPixmap pix2(":/icons/queue-white.svg"); + QIcon icon2(pix2); + QPixmap pix3(":/icons/menu-white.svg"); + QIcon icon3(pix3); + ui->set->setIcon(icon); + ui->cpreset->setIcon(icon2); + ui->toolButton->setIcon(icon3); + }else{ + QPixmap pix(":/icons/settings.svg"); + QIcon icon(pix); + QPixmap pix2(":/icons/queue.svg"); + QIcon icon2(pix2); + QPixmap pix3(":/icons/menu.svg"); + QIcon icon3(pix3); + ui->set->setIcon(icon); + ui->cpreset->setIcon(icon2); + ui->toolButton->setIcon(icon3); + } +} +int MainWindow::loadColor(int index,int rgb_index){ + QStringList elements = QString::fromStdString(mainwin->getCustompalette()).split(';'); + if(elements.length()<5||elements[index].split(',').size()<3){ + if(index==0)return 25; + else if(index==1)return 53; + else if(index==2)return 255; + else if(index==3){ + if(rgb_index==0)return 42; + else if(rgb_index==1)return 130; + else if(rgb_index==2)return 218; + } + else if(index==4) return 85; + } + QStringList rgb = elements[index].split(','); + return rgb[rgb_index].toInt(); +} +void MainWindow::switchPalette(const QPalette& palette) +{ + app->setPalette(palette); + + QList widgets = this->findChildren(); + + foreach (QWidget* w, widgets) + { + w->setPalette(palette); + } +} + +//---Dialogs +void MainWindow::OpenLog(){ + if(logdlg_enabled){ + enableLogBtn(false); + auto c = new class log(this); + //c->setFixedSize(c->geometry().width(),c->geometry().height()); + c->show(); + } +} +void MainWindow::OpenSettings(){ + if(settingsdlg_enabled){ + enableSetBtn(false); + auto setting = new settings(this); + //setting->setFixedSize(setting->geometry().width(),setting->geometry().height()); + setting->show(); + } +} +void MainWindow::OpenPreset(){ + if(presetdlg_enabled){ + enablePresetBtn(false); + auto _preset = new Preset(this); + preset = _preset; + //_preset->setFixedSize(_preset->geometry().width(),_preset->geometry().height()); + _preset->show(); + } +} +void MainWindow::enableSetBtn(bool on){ + settingsdlg_enabled=on; +} +void MainWindow::enablePresetBtn(bool on){ + presetdlg_enabled=on; +} +void MainWindow::enableLogBtn(bool on){ + logdlg_enabled=on; +} + +//---Apply +void MainWindow::OnUpdate(bool ignoremode){ + //Will be called when slider has been moved, dynsys/eq preset set or spinbox changed + if((autofx&&(ignoremode||autofxmode==0)) && !lockapply){ + ConfirmConf(); + } +} +void MainWindow::OnRelease(){ + if((autofx&&(autofxmode==1)) && !lockapply){ + ConfirmConf(); + } +} +void MainWindow::ConfirmConf(bool restart){ + string config = "enable="; + if(!ui->disableFX->isChecked())config += "true\n"; + else config += "false\n"; + + config += getBass(); + config += getSurround(); + config += getEQ(); + config += getComp(); + config += getMisc(); + + ofstream myfile(path); + if (myfile.is_open()) + { + myfile << config; + //writeLog("Updating JDSP Config... (main/writer)"); + myfile.close(); + } + else writeLog("Unable to write to '" + QString::fromStdString(path) + "'; cannot update jdsp config (main/confirmconf)"); + if(restart)Restart(); +} +void MainWindow::Reset(){ + QMessageBox::StandardButton reply; + reply = QMessageBox::question(this,"Reset Configuration","Are you sure?", + QMessageBox::Yes|QMessageBox::No); + if (reply == QMessageBox::Yes) { + std::filebuf fb; + fb.open (path,std::ios::out); + std::ostream os(&fb); + os << default_config; + fb.close(); + + reloadConfig(); + ConfirmConf(); + } +} +void MainWindow::Restart(){ + if(process->state()!=QProcess::ProcessState::NotRunning)return; + if(muteOnRestart)system("pactl set-sink-mute 0 1"); + //process->kill(); + if(glava_fix)system("killall -r glava"); + process->start("jdsp", QStringList(initializer_list({"restart"}))); + if(glava_fix)system("setsid glava -d >/dev/null 2>&1 &"); + if(muteOnRestart)system("pactl set-sink-mute 0 0"); + +} +void MainWindow::DisableFX(){ + //Apply instantly + if(!lockapply)ConfirmConf(); +} + +//---Save/Load Presets +void MainWindow::LoadPresetFile(const QString& filename){ + const QString& src = filename; + const QString dest = QString::fromStdString(path); + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + writeLog("Loading from " + filename+ " (main/loadpreset)"); + reloadConfig(); + ConfirmConf(); +} +void MainWindow::SavePresetFile(const QString& filename){ + const QString src = QString::fromStdString(path); + const QString& dest = filename; + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + writeLog("Saving to " + filename+ " (main/savepreset)"); +} +void MainWindow::LoadExternalFile(){ + QString filename = QFileDialog::getOpenFileName(this,"Load custom audio.conf","","*.conf"); + if(filename=="")return; + const QString& src = filename; + const QString dest = QString::fromStdString(path); + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + writeLog("Loading from " + filename+ " (main/loadexternal)"); + reloadConfig(); + ConfirmConf(); +} +void MainWindow::SaveExternalFile(){ + QString filename = QFileDialog::getSaveFileName(this,"Save current audio.conf","","*.conf"); + if(filename=="")return; + QFileInfo fi(filename); + QString ext = fi.suffix(); + if(ext!="conf")filename.append(".conf"); + + const QString src = QString::fromStdString(path); + const QString dest = filename; + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + writeLog("Saving to " + filename+ " (main/saveexternal)"); +} + +//---UI Config Loader +void MainWindow::decodeAppConfig(const string& key,const string& value){ + //cout << "AppConf: " << key << " -> " << value << endl; + switch (resolveAppConfig(key)) { + case unknownApp: { + writeLog("Unable to resolve key: " + QString::fromStdString(key) + " (main/parser)"); + break; + } + case autoapply: { + autofx = value=="true"; + break; + } + case autoapplymode: { + autofxmode = atoi(value.c_str()); + break; + } + case configpath: { + if(value.size() <= 2) break; + path = value.substr(1, value.size() - 2); + break; + } + case glavafix: { + glava_fix = value=="true"; + break; + } + case customwhiteicons: { + custom_whiteicons = value=="true"; + break; + } + case stylesheet: { + style_sheet = value; + break; + } + case thememode: { + theme_mode = atoi(value.c_str()); + break; + } + case colorpalette: { + color_palette = value; + break; + } + case custompalette: { + custom_palette = value; + break; + } + case mutedRestart: { + muteOnRestart = value=="true"; + break; + } + } +} +void MainWindow::loadAppConfig(bool once){ + writeLog("Reloading UI-Config... (main/uiparser)"); + std::ifstream cFile(appcpath); + if (cFile.is_open()) + { + std::string line; + while(getline(cFile, line)){ + if(line[0] == '#' || line.empty()) continue; + auto delimiterPos = line.find('='); + auto name = line.substr(0, delimiterPos); + auto value = line.substr(delimiterPos + 1); + decodeAppConfig(name,value); + } + cFile.close(); + } + else { + writeLog("Couldn't open UI-Config file for reading (main/uiparser))"); + ofstream outfile(appcpath); + outfile << default_appconfig << endl; + outfile.close(); + if(!once)loadAppConfig(true); + } +} + +//---UI Config Generator +void MainWindow::SaveAppConfig(bool afx = autofx, const string& cpath = path, bool muteRestart = muteOnRestart,bool g_fix = glava_fix, const string &ssheet = style_sheet,int tmode = theme_mode,const string &cpalette = color_palette,const string &custompal = custom_palette,bool w_ico = custom_whiteicons,int aamode=autofxmode){ + string appconfig; + stringstream converter1; + converter1 << boolalpha << afx; + appconfig += "autoapply=" + converter1.str() + "\n"; + appconfig += "autoapplymode=" + to_string(aamode) + "\n"; + + appconfig += "configpath=\"" + cpath + "\"\n"; + + stringstream converter2; + converter2 << boolalpha << muteRestart; + appconfig += "muteOnRestart=" + converter2.str() + "\n"; + + stringstream converter3; + converter3 << boolalpha << g_fix; + appconfig += "glavafix=" + converter3.str() + "\n"; + + appconfig += "stylesheet=" + ssheet + "\n"; + appconfig += "thememode=" + to_string(tmode) + "\n"; + + appconfig += "colorpalette=" + cpalette + "\n"; + stringstream converter4; + converter4 << boolalpha << w_ico; + appconfig += "customwhiteicons=" + converter4.str() + "\n"; + appconfig += "custompalette=" + custompal + "\n"; + + ofstream myfile(appcpath); + if (myfile.is_open()) + { + writeLog("Updating UI-Config... (main/uiwriter)"); + myfile << appconfig; + myfile.close(); + } + else{ + writeLog("Unable to write to file at '" + QString::fromStdString(appcpath) + "'; attempting to reloading ui-config... (main/uiwriter)"); + loadAppConfig(); + } +} + +//---JDSP Config Loader +void MainWindow::reloadConfig(){ + lockapply=true; + writeLog("Reloading JDSP Config... (main/parser)"); + std::ifstream cFile(path); + if (cFile.is_open()) + { + std::string line; + while(getline(cFile, line)){ + if(QString::fromStdString(line).trimmed()[0] == '#' || line.empty()) continue; //Skip commented lines + auto delimiterInlineComment = line.find('#'); //Look for config properties mixed up with comments + auto extractedProperty = line.substr(0, delimiterInlineComment); + auto delimiterPos = extractedProperty.find('='); + auto name = extractedProperty.substr(0, delimiterPos); + auto value = extractedProperty.substr(delimiterPos + 1); + loadConfig(name,value); + } + cFile.close(); + } + else { + writeLog("Unable to read file at '" + QString::fromStdString(path) + "'; jdsp config not found (main/parser)"); + QMessageBox msgBox; + msgBox.setText("JDSP configuration file not found at \n" + QString::fromStdString(path) + ""); + msgBox.setInformativeText("Make sure JDSP is properly installed and an audio.conf is existing in the config directory."); + msgBox.setStandardButtons(QMessageBox::Ok); + msgBox.setDefaultButton(QMessageBox::Ok); + msgBox.setIcon(QMessageBox::Icon::Critical); + msgBox.exec(); + } + lockapply=false; +} +void MainWindow::loadConfig(const string& key,string value){ + //cout << key << " -> " << value << endl; + + if(value.empty()||is_only_ascii_whitespace(value)){ + mainwin->writeLog("Key " + QString::fromStdString(key) + " is empty (main/parser)"); + return; + } + int i = -1; + if(is_number(value))i = stoi(value); + switch (resolveConfig(key)) { + case enable: { + if(value=="true") ui->disableFX->setChecked(false); + else ui->disableFX->setChecked(true); + break; + } + case analogmodelling_enable: { + ui->analog->setChecked(value=="true"); + break; + } + case analogmodelling_tubedrive: { + ui->analog_tubedrive->setValue(std::stoi(value)); + update(i,ui->analog_tubedrive); + break; + } + case bass_enable: { + ui->bassboost->setChecked(value=="true"); + break; + } + case bass_mode: { + ui->bassstrength->setValue(std::stoi(value)); + update(i,ui->bassstrength); + break; + } + case bass_filtertype: { + ui->bassfiltertype->setCurrentIndex(std::stoi(value)); + update(i,ui->bassfiltertype); + break; + } + case bass_freq: { + ui->bassfreq->setValue(std::stoi(value)); + update(i,ui->bassfreq); + break; + } + case headset_enable: { + ui->reverb->setChecked(value=="true"); + break; + } + case headset_preset: { + ui->reverb_strength->setValue(std::stoi(value)); + update(i,ui->reverb_strength); + break; + } + case stereowide_enable: { + ui->stereowidener->setChecked(value=="true"); + break; + } + case stereowide_mode: { + ui->stereowidener_lvl->setValue(std::stoi(value)); + update(i,ui->stereowidener_lvl); + break; + } + case bs2b_enable: { + ui->bs2b->setChecked(value=="true"); + break; + } + case bs2b_mode: { + ui->bs2b_preset_cb->setCurrentIndex(std::stoi(value)); + update(i,ui->bs2b_preset_cb); + break; + } + case compression_enable: { + ui->enable_comp->setChecked(value=="true"); + break; + } + case compression_pregain: { + ui->comp_pregain->setValue(std::stoi(value)); + update(i,ui->comp_pregain); + break; + } + case compression_threshold: { + ui->comp_thres->setValue(std::stoi(value)); + update(i,ui->comp_thres); + break; + } + case compression_knee: { + ui->comp_knee->setValue(std::stoi(value)); + update(i,ui->comp_knee); + break; + } + case compression_ratio: { + ui->comp_ratio->setValue(std::stoi(value)); + update(i,ui->comp_ratio); + break; + } + case compression_attack: { + ui->comp_attack->setValue(std::stoi(value)); + update(i,ui->comp_attack); + break; + } + case compression_release: { + ui->comp_release->setValue(std::stoi(value)); + update(i,ui->comp_release); + break; + } + case tone_enable: { + ui->enable_eq->setChecked(value=="true"); + break; + } + case tone_filtertype: { + ui->eqfiltertype->setCurrentIndex(std::stoi(value)); + update(i,ui->eqfiltertype); + break; + } + case tone_eq: { + char* eq_tone = (char*)value.c_str(); + char* eq_str = strtok(eq_tone, ";"); + int count = 0; + while (eq_str != nullptr) { + QSlider *sld; + if (count == 0)sld = ui->eq1; + else if (count == 1)sld = ui->eq2; + else if (count == 2)sld = ui->eq3; + else if (count == 3)sld = ui->eq4; + else if (count == 4)sld = ui->eq5; + else if (count == 5)sld = ui->eq6; + else if (count == 6)sld = ui->eq7; + else if (count == 7)sld = ui->eq8; + else if (count == 8)sld = ui->eq9; + else if (count == 9)sld = ui->eq10; + else if (count == 10)sld = ui->eq11; + else if (count == 11)sld = ui->eq12; + else if (count == 12)sld = ui->eq13; + else if (count == 13)sld = ui->eq14; + else if (count == 14)sld = ui->eq15; + else break; + + QString qEq(eq_str); + sld->setValue(qEq.toInt()); + + eq_str = strtok (nullptr, ";"); + count++; + } + break; + } + case masterswitch_limthreshold: { + ui->limthreshold->setValue(std::stoi(value)); + update(i,ui->limthreshold); + break; + } + case masterswitch_limrelease: { + ui->limrelease->setValue(std::stoi(value)); + update(i,ui->limrelease); + break; + } + case ddc_enable: { + ui->ddc_enable->setChecked(value=="true"); + break; + } + case ddc_file: { + if(value.size() <= 2) break; + value = value.substr(1, value.size() - 2); + QString ddc_in= QString::fromStdString(value); + ddcpath = ddc_in; + break; + } + case unknown: { + writeLog("Unable to resolve key: " + QString::fromStdString(key)+ " (main/uiparser)"); + break; + } + } +} + +//---JDSP Config Generator +string MainWindow::getMisc(){ + string out; + string n = "\n"; + string esc = "\""; + + QString tubedrive = QString::number(ui->analog_tubedrive->value()); + QString limthres = QString::number(ui->limthreshold->value()); + QString limrel = QString::number(ui->limrelease->value()); + + out += "analogmodelling_enable="; + if(ui->analog->isChecked())out += "true" + n; + else out += "false" + n; + out += "analogmodelling_tubedrive="; + out += tubedrive.toUtf8().constData() + n; + + out += "masterswitch_limthreshold="; + out += limthres.toUtf8().constData() + n; + out += "masterswitch_limrelease="; + out += limrel.toUtf8().constData() + n; + + out += "ddc_enable="; + if(ui->ddc_enable->isChecked())out += "true" + n; + else out += "false" + n; + + if(ddcpath!=""){ + out += "ddc_file=" + esc + ddcpath.toUtf8().constData() + esc + n; + }else{ + out += "ddc_file=\"none\"" + n; + } + + return out; +} +string MainWindow::getComp() { + string out; + string n = "\n"; + QString pregain = QString::number(ui->comp_pregain->value()); + QString knee = QString::number(ui->comp_knee->value()); + QString ratio = QString::number(ui->comp_ratio->value()); + QString thres = QString::number(ui->comp_thres->value()); + QString atk = QString::number(ui->comp_attack->value()); + QString rel = QString::number(ui->comp_release->value()); + + out += "compression_enable="; + if(ui->enable_comp->isChecked())out += "true" + n; + else out += "false" + n; + + out += "compression_threshold="; + out += thres.toUtf8().constData() + n; + out += "compression_pregain="; + out += pregain.toUtf8().constData() + n; + out += "compression_knee="; + out += knee.toUtf8().constData() + n; + out += "compression_ratio="; + out += ratio.toUtf8().constData() + n; + out += "compression_attack="; + out += atk.toUtf8().constData() + n; + out += "compression_release="; + out += rel.toUtf8().constData() + n; + + return out; +} +string MainWindow::getEQ() { + string out; + string n = "\n"; + string s = ";"; + + QString eq1 = QString::number(ui->eq1->value()); + QString eq2 = QString::number(ui->eq2->value()); + QString eq3 = QString::number(ui->eq3->value()); + QString eq4 = QString::number(ui->eq4->value()); + QString eq5 = QString::number(ui->eq5->value()); + QString eq6 = QString::number(ui->eq6->value()); + QString eq7 = QString::number(ui->eq7->value()); + QString eq8 = QString::number(ui->eq8->value()); + QString eq9 = QString::number(ui->eq9->value()); + QString eq10 = QString::number(ui->eq10->value()); + QString eq11 = QString::number(ui->eq11->value()); + QString eq12 = QString::number(ui->eq12->value()); + QString eq13 = QString::number(ui->eq13->value()); + QString eq14 = QString::number(ui->eq14->value()); + QString eq15 = QString::number(ui->eq15->value()); + out += "tone_enable="; + if(ui->enable_eq->isChecked())out += "true" + n; + else out += "false" + n; + out += "tone_filtertype="; + out += to_string(ui->eqfiltertype->currentIndex()) + n; + + out += "tone_eq=\""; + out += eq1.toUtf8().constData() + s; + out += eq2.toUtf8().constData() + s; + out += eq3.toUtf8().constData() + s; + out += eq4.toUtf8().constData() + s; + out += eq5.toUtf8().constData() + s; + out += eq6.toUtf8().constData() + s; + out += eq7.toUtf8().constData() + s; + out += eq8.toUtf8().constData() + s; + out += eq9.toUtf8().constData() + s; + out += eq10.toUtf8().constData() + s; + out += eq11.toUtf8().constData() + s; + out += eq12.toUtf8().constData() + s; + out += eq13.toUtf8().constData() + s; + out += eq14.toUtf8().constData() + s; + out += eq15.toUtf8().constData(); + out += "\"" + n; + + return out; +} +string MainWindow::getBass() { + string out; + string n = "\n"; + QString bassfreq = QString::number(ui->bassfreq->value()); + QString bassmode = QString::number(ui->bassstrength->value()); + QString bassfilter = QString::number(ui->bassfiltertype->currentIndex()); + + out += "bass_enable="; + if(ui->bassboost->isChecked())out += "true" + n; + else out += "false" + n; + out += "bass_mode="; + out += bassmode.toUtf8().constData() + n; + out += "bass_filtertype="; + out += bassfilter.toUtf8().constData() + n; + out += "bass_freq="; + out += bassfreq.toUtf8().constData() + n; + return out; +} +string MainWindow::getSurround() { + string out; + string n = "\n"; + out += "stereowide_enable="; + if(ui->stereowidener->isChecked())out += "true" + n; + else out += "false" + n; + out += "stereowide_mode="; + out += to_string(ui->stereowidener_lvl->value()) + n; + + out += "bs2b_enable="; + if(ui->bs2b->isChecked())out += "true" + n; + else out += "false" + n; + out += "bs2b_mode="; + out += to_string(ui->bs2b_preset_cb->currentIndex()) + n; + + out += "headset_enable="; + if(ui->reverb->isChecked())out += "true" + n; + else out += "false" + n; + out += "headset_preset="; + out += to_string(ui->reverb_strength->value()) + n; + + return out; +} + +//---Presets +void MainWindow::setEQ(const int* data){ + lockapply=true; + ui->eq1->setValue(data[0]); + ui->eq2->setValue(data[1]); + ui->eq3->setValue(data[2]); + ui->eq4->setValue(data[3]); + ui->eq5->setValue(data[4]); + ui->eq6->setValue(data[5]); + ui->eq7->setValue(data[6]); + ui->eq8->setValue(data[7]); + ui->eq9->setValue(data[8]); + ui->eq10->setValue(data[9]); + ui->eq11->setValue(data[10]); + ui->eq12->setValue(data[11]); + ui->eq13->setValue(data[12]); + ui->eq14->setValue(data[13]); + ui->eq15->setValue(data[14]); + lockapply=false; + OnUpdate(true); +} +void MainWindow::setRoompreset(int data){ + lockapply=true; + ui->reverb_strength->setValue(data); + lockapply=false; + OnUpdate(true); +} +void MainWindow::updateroompreset(){ + QString selection = ui->roompresets->currentText(); + if(selection == "Small room")setRoompreset(8); + else if(selection == "Medium room")setRoompreset(10); + else if(selection == "Large room")setRoompreset(12); + else if(selection == "Plate high")setRoompreset(15); + else if(selection == "Plate low")setRoompreset(16); + else if(selection == "Long reverb 1")setRoompreset(17); + else if(selection == "Long reverb 2")setRoompreset(18); + else setRoompreset(0); +} +void MainWindow::ResetEQ(){ + ui->eq1->setValue(0); + ui->eq2->setValue(0); + ui->eq3->setValue(0);; + ui->eq4->setValue(0); + ui->eq5->setValue(0); + ui->eq6->setValue(0); + ui->eq7->setValue(0); + ui->eq8->setValue(0); + ui->eq9->setValue(0); + ui->eq10->setValue(0); + ui->eq11->setValue(0); + ui->eq12->setValue(0); + ui->eq13->setValue(0); + ui->eq14->setValue(0); + ui->eq15->setValue(0); +} +void MainWindow::CopyEQ(){ + string s = to_string(ui->eq1->value()) + "," + to_string(ui->eq2->value()) + "," + to_string(ui->eq3->value()) + "," + to_string(ui->eq4->value()) + "," + to_string(ui->eq5->value()) + ","; + s += to_string(ui->eq6->value()) + "," + to_string(ui->eq7->value()) + "," + to_string(ui->eq8->value()) + "," + to_string(ui->eq9->value()) + "," + to_string(ui->eq10->value()) + ","; + s += to_string(ui->eq11->value()) + "," + to_string(ui->eq12->value()) + "," + to_string(ui->eq13->value()) + "," + to_string(ui->eq14->value()) + "," + to_string(ui->eq15->value()); + + QClipboard* a = app->clipboard(); + a->setText(QString::fromStdString(s)); +} +void MainWindow::PasteEQ(){ + QClipboard* a = app->clipboard(); + std::string str = a->text().toUtf8().constData(); + std::vector vect; + std::stringstream ss(str); + int i; + while (ss >> i) + { + vect.push_back(i); + if (ss.peek() == ',') + ss.ignore(); + } + int data[100]; + std::copy(vect.begin(), vect.end(), data); + setEQ(data); +} + + +//---Updates Unit-Label +void MainWindow::update(int d,QObject *alt){ + if(lockapply&&alt==nullptr)return;//Skip if lockapply-flag is set (when setting presets, ...) + QObject* obj; + + if(alt==nullptr)obj = sender(); + else obj = alt; + + QString pre = ""; + QString post = ""; + if(obj==ui->bassstrength){ + if(d <= 200) updateWidgetUnit(obj,"A bit (" + QString::number( d ) + ")",alt==nullptr); + else if(d <= 360) updateWidgetUnit(obj,"Slight (" + QString::number( d )+")",alt==nullptr); + else if(d <= 600) updateWidgetUnit(obj,"Moderate (" + QString::number( d )+")",alt==nullptr); + else if(d <= 900) updateWidgetUnit(obj,"Moderate (" + QString::number( d )+")",alt==nullptr); + else updateWidgetUnit(obj,"Extreme (" + QString::number( d )+")",alt==nullptr); + } + else if(obj==ui->stereowidener_lvl){ + if(d==0) updateWidgetUnit(obj,"A bit",alt==nullptr); + else if(d==1) updateWidgetUnit(obj,"Slight",alt==nullptr); + else if(d==2) updateWidgetUnit(obj,"Moderate",alt==nullptr); + else if(d==3) updateWidgetUnit(obj,"High",alt==nullptr); + else if(d==4) updateWidgetUnit(obj,"Super",alt==nullptr); + else updateWidgetUnit(obj,"Mode "+QString::number( d ),alt==nullptr); + } + else if(obj==ui->comp_ratio){ + updateWidgetUnit(obj,"1:"+QString::number( d ),alt==nullptr); + } + else if(obj==ui->eq1||obj==ui->eq2||obj==ui->eq3||obj==ui->eq4||obj==ui->eq5 + ||obj==ui->eq6||obj==ui->eq7||obj==ui->eq8||obj==ui->eq9||obj==ui->eq10 + ||obj==ui->eq11||obj==ui->eq12||obj==ui->eq13||obj==ui->eq14||obj==ui->eq15){ + updateeq(d,obj); + } + else if(obj==ui->bassfiltertype||obj==ui->eqfiltertype||obj==ui->bs2b_preset_cb){ + // Ignore these UI elements + } + else{ + if(obj==ui->comp_thres||obj==ui->comp_pregain||obj==ui->comp_knee||obj==ui->limthreshold)post = "dB"; + else if(obj==ui->comp_attack||obj==ui->comp_release||obj==ui->limrelease)post = "ms"; + else if(obj==ui->bassfreq)post = "Hz"; + updateWidgetUnit(obj,pre + QString::number(d) + post,alt==nullptr); + } + if(!lockapply||obj!=nullptr)OnUpdate(false); +} +void MainWindow::updateeq(int f,QObject *obj){ + QString pre; + + if (obj == ui->eq1)pre="25Hz"; + else if (obj == ui->eq2)pre="40Hz"; + else if (obj == ui->eq3)pre="63Hz"; + else if (obj == ui->eq4)pre="100Hz"; + else if (obj == ui->eq5)pre="160Hz"; + else if (obj == ui->eq6)pre="250Hz"; + else if (obj == ui->eq7)pre="400Hz"; + else if (obj == ui->eq8)pre="630Hz"; + else if (obj == ui->eq9)pre="1kHz"; + else if (obj == ui->eq10)pre="1.6kHz"; + else if (obj == ui->eq11)pre="2.5kHz"; + else if (obj == ui->eq12)pre="4kHz"; + else if (obj == ui->eq13)pre="6.3kHz"; + else if (obj == ui->eq14)pre="10kHz"; + else if (obj == ui->eq15)pre="16kHz"; + + pre += ": "; + if(f < 0 ) pre += "-"; + + QString s; + if(to_string(abs(f)%100).length()==1) + { + char buffer[5]; + snprintf(buffer, sizeof(buffer), "%02d", abs(f)%100); + s = pre + QString::number(abs(f)/100) + "." + QString::fromUtf8(buffer) + "dB"; + } + else{ + s = pre + QString::number(abs(f)/100) + "." + QString::number(abs(f%100)) + "dB"; + } + ui->info->setText(s); +} +float MainWindow::translate(int value,int leftMin,int leftMax,float rightMin,float rightMax){ + float leftSpan = leftMax - leftMin; + float rightSpan = rightMax - rightMin; + float valueScaled = float(value - leftMin) / float(leftSpan); + return rightMin + (valueScaled * rightSpan); +} +void MainWindow::updateWidgetUnit(QObject* sender,QString text,bool viasignal){ + QWidget *w = qobject_cast(sender); + w->setToolTip(text); + if(viasignal)ui->info->setText(text); +} + +//---Getter/Setter +bool MainWindow::getAutoFx(){ + return autofx; +} +void MainWindow::setAutoFx(bool afx){ + autofx = afx; + SaveAppConfig(); +} +bool MainWindow::getMuteOnRestart(){ + return muteOnRestart; +} +void MainWindow::setMuteOnRestart(bool on){ + muteOnRestart = on; + SaveAppConfig(); +} +void MainWindow::setGFix(bool f){ + glava_fix = f; + SaveAppConfig(); +} +bool MainWindow::getGFix(){ + return glava_fix; +} +void MainWindow::setPath(string npath){ + path = std::move(npath); + SaveAppConfig(); +} +string MainWindow::getPath(){ + return path; +} +void MainWindow::setStylesheet(string s){ + style_sheet = std::move(s); + SetStyle(); + SaveAppConfig(); +} +string MainWindow::getStylesheet(){ + return style_sheet; +} +int MainWindow::getThememode(){ + return theme_mode; +} +void MainWindow::setThememode(int mode){ + //Modes: + // 0 - Default/QSS + // 1 - Color Palette + theme_mode = mode; + SetStyle(); + SaveAppConfig(); +} +void MainWindow::setColorpalette(string s){ + color_palette = std::move(s); + SetStyle(); + SaveAppConfig(); +} +string MainWindow::getColorpalette(){ + return color_palette; +} +void MainWindow::setCustompalette(string s){ + custom_palette = std::move(s); + SetStyle(); + SaveAppConfig(); +} +string MainWindow::getCustompalette(){ + return custom_palette; +} +void MainWindow::setWhiteIcons(bool b){ + custom_whiteicons = b; + SetStyle(); + SaveAppConfig(); +} +bool MainWindow::getWhiteIcons(){ + return custom_whiteicons; +} +int MainWindow::getAutoFxMode(){ + return autofxmode; +} +void MainWindow::setAutoFxMode(int mode){ + autofxmode = mode; + SaveAppConfig(); +} + + +//---Connect UI-Signals +void MainWindow::ConnectActions(){ + connect(ui->apply, SIGNAL(clicked()), this, SLOT(ConfirmConf())); + connect(ui->disableFX, SIGNAL(clicked()), this, SLOT(DisableFX())); + connect(ui->reset, SIGNAL(clicked()), this, SLOT(Reset())); + connect(ui->cpreset, SIGNAL(clicked()), this, SLOT(OpenPreset())); + connect(ui->set, SIGNAL(clicked()), this, SLOT(OpenSettings())); + + connect(ui->reseteq, SIGNAL(clicked()), this, SLOT(ResetEQ())); + + connect(ui->set, SIGNAL(clicked()), this, SLOT(OpenSettings())); + connect(ui->ddcTable->selectionModel(),SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)),this,SLOT(updateDDC(const QItemSelection &, const QItemSelection &))); + + connect( ui->reverb_strength , SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect( ui->analog_tubedrive , SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect( ui->stereowidener_lvl , SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->bassfreq, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->bassstrength, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->limthreshold, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->limrelease, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_release, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_pregain, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_knee, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_ratio, SIGNAL(valueChanged(int)),this,SLOT(update(int))); + connect(ui->comp_thres, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_attack, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->comp_release, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + + connect(ui->eq1, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq2, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq3, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq4, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq5, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq6, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq7, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq8, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq9, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq10, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq11, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq12, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq13, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq14, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + connect(ui->eq15, SIGNAL(valueChanged(int)),this, SLOT(update(int))); + + connect( ui->bassboost , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->bs2b , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->stereowidener, SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->analog , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->reverb , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->enable_eq , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->enable_comp , SIGNAL(clicked()),this, SLOT(OnUpdate())); + connect( ui->ddc_enable , SIGNAL(clicked()),this, SLOT(OnUpdate())); + + connect(ui->bs2b_preset_cb, SIGNAL(currentIndexChanged(int)),this,SLOT(OnUpdate())); + connect(ui->eqfiltertype, SIGNAL(currentIndexChanged(int)),this,SLOT(OnUpdate())); + connect(ui->bassfiltertype, SIGNAL(currentIndexChanged(int)),this,SLOT(OnUpdate())); + connect(ui->roompresets, SIGNAL(currentIndexChanged(int)),this,SLOT(updateroompreset())); + + connect( ui->reverb_strength, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->stereowidener_lvl , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->bassfreq , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->bassstrength , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->analog_tubedrive , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->limthreshold , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect( ui->limrelease , SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->comp_release, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->comp_pregain, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->comp_knee, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->comp_ratio, SIGNAL(sliderReleased()),this,SLOT(OnRelease())); + connect(ui->comp_thres, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->comp_attack, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + + connect(ui->eq1, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq2, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq3, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq4, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq5, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq6, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq7, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq8, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq9, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq10, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq11, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq12, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq13, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq14, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + connect(ui->eq15, SIGNAL(sliderReleased()),this, SLOT(OnRelease())); + + connect(ui->ddc_reload, SIGNAL(clicked()), this, SLOT(reloadDDC())); + connect(ui->ddc_files, SIGNAL(itemSelectionChanged()), this, SLOT(updateDDC_file())); + connect(ui->ddc_select, SIGNAL(clicked()), this, SLOT(selectDDCFolder())); + +} +void MainWindow::reloadDDC(){ + lockddcupdate=true; + QDir path(ui->ddc_dirpath->text()); + QStringList nameFilter("*.vdc"); + nameFilter.append("*.ddc"); + QStringList files = path.entryList(nameFilter); + ui->ddc_files->clear(); + if(files.empty()){ + QFont font; + font.setItalic(true); + font.setPointSize(11); + + QListWidgetItem* placeholder = new QListWidgetItem; + placeholder->setFont(font); + placeholder->setText("No VDC files found"); + placeholder->setFlags(placeholder->flags() & ~Qt::ItemIsEnabled); + ui->ddc_files->addItem(placeholder); + } + else ui->ddc_files->addItems(files); + lockddcupdate=false; +} +void MainWindow::updateDDC_file(){ + if(lockddcupdate || ui->ddc_files->selectedItems().count()<1)return; //Clearing Selection by code != User Interaction + QString path = QDir(ui->ddc_dirpath->text()).filePath(ui->ddc_files->selectedItems().first()->text()); + if(QFileInfo::exists(path) && QFileInfo(path).isFile())ddcpath=path; + OnUpdate(); +} +void MainWindow::selectDDCFolder(){ + + QFileDialog *fd = new QFileDialog; + fd->setFileMode(QFileDialog::Directory); + fd->setOption(QFileDialog::ShowDirsOnly); + fd->setViewMode(QFileDialog::Detail); + QString result = fd->getExistingDirectory(); + if (result!="") + { + ui->ddc_dirpath->setText(result); + reloadDDC(); + } +} +//---Helper +bool MainWindow::is_number(const string& s) +{ + return !s.empty() && std::find_if(s.begin(), + s.end(), [](char c) { return !std::isdigit(c); }) == s.end(); +} +bool MainWindow::is_only_ascii_whitespace( const std::string& str ) +{ + auto it = str.begin(); + do { + if (it == str.end()) return true; + } while (*it >= 0 && *it <= 0x7f && std::isspace(*(it++))); + return false; +} diff --git a/mainwindow.h b/mainwindow.h new file mode 100755 index 0000000..e97f51e --- /dev/null +++ b/mainwindow.h @@ -0,0 +1,106 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include +#include +using namespace std; +namespace Ui { +class MainWindow; +} + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + Ui::MainWindow *ui; + QSqlTableModel *model; + void writeLogF(const QString&,const QString&); + void writeLog(const QString&,int mode = 0); + string getPath(); + string getStylesheet(); + string getCustompalette(); + void setAutoFxMode(int); + int getAutoFxMode(); + void setWhiteIcons(bool b); + bool getWhiteIcons(); + void setCustompalette(string s); + void setColorpalette(string); + void switchPalette(const QPalette& palette); + void LoadPresetFile(const QString&); + void SavePresetFile(const QString&); + void enableSetBtn(bool on); + void enableLogBtn(bool on); + void enableConvBtn(bool on); + void enablePresetBtn(bool on); + string getColorpalette(); + bool getAutoFx(); + void setAutoFx(bool autofx); + int getThememode(); + void setThememode(int mode); + bool getMuteOnRestart(); + bool getGFix(); + void setGFix(bool); + void setMuteOnRestart(bool on); + void setPath(string npath); + void setStylesheet(string); + void loadAppConfig(bool once = false); + void UpdatePeakSource(string source); + explicit MainWindow(QWidget *parent = nullptr); + void setEQ(const int *data); + float translate(int value,int leftMin,int leftMax,float rightMin,float rightMax); + ~MainWindow(); +public slots: + void Reset(); + void Restart(); + void reloadConfig(); + void ConfirmConf(bool restart=true); +private slots: + void updateDDC(const QItemSelection &, const QItemSelection &); + void DisableFX(); + void OpenPreset(); + void CopyEQ(); + void PasteEQ(); + void OnUpdate(bool = true); + void OnRelease(); + void ResetEQ(); + void OpenSettings(); + void updateroompreset(); + void update(int,QObject*alt=nullptr); + void LoadExternalFile(); + void SaveExternalFile(); + void OpenLog(); + void processProcOutput(); + void reloadDDC(); + void updateDDC_file(); + void selectDDCFolder(); +private: + bool createconnection(); + void updateWidgetUnit(QObject* sender,QString text,bool); + void loadIcons(bool); + void setPalette(const QColor& base,const QColor& background,const QColor& foreground,const QColor&,const QColor&,const QColor& = QColor(85,85,85)); + int loadColor(int index,int rgb_index); + void updateeq(int,QObject*); + void setRoompreset(int data); + + void loadConfig(const string& key, string value); + void decodeAppConfig(const string& key, const string& value); + void SaveAppConfig(bool,const string&,bool,bool,const string&,int,const string&,const string&,bool,int); + string getMain(); + string getBass(); + string getSurround(); + string getMaster(); + string getEQ(); + string getComp(); + string getMisc(); + string getDynsys(); + void ConnectActions(); + void SetStyle(); + bool is_only_ascii_whitespace(const string&); + bool is_number(const string& s); +}; + +#endif // MAINWINDOW_H diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100755 index 0000000..99fa9f9 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,1894 @@ + + + MainWindow + + + + 0 + 0 + 539 + 301 + + + + + 539 + 301 + + + + + 750 + 301 + + + + JDSP4Linux GUI + + + + :/icons/icon.png:/icons/icon.png + + + QTabWidget::Rounded + + + + + + + + + + 30 + 25 + + + + Custom Presets + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Custom Presets</span></p><p>Manage custom presets</p></body></html> + + + + + + + :/icons/queue.svg:/icons/queue.svg + + + + 15 + 15 + + + + + + + + + 30 + 25 + + + + Settings + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Settings</span></p><p>Configure this UI</p></body></html> + + + + + + + :/icons/settings.svg:/icons/settings.svg + + + + + + + + 30 + 25 + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Other</span></p><p>Load and save the currently active config, reload JDSP and enable context help.</p></body></html> + + + ... + + + + :/icons/menu.svg:/icons/menu.svg + + + QToolButton::InstantPopup + + + false + + + + + + + + 88 + 0 + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Master Power</span></p><p>This option defines whether to enable JDSP sound effects, also known as main switch.</p></body></html> + + + Disable FX + + + true + + + false + + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Reset</span></p><p>Resets all properties to default.</p></body></html> + + + Reset + + + + .. + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Apply</span></p><p>Applies current configuration and reloads JDSP.</p></body></html> + + + Apply + + + + .. + + + + + + + + + QTabWidget::Rounded + + + 0 + + + + 0 + + + Bass/Misc + + + + + + 0 + + + 0 + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Bass Boost</span></p><p>2048/4096 order FIR linear phase bass boost</p><p>Filtering is done on a convolution basis. When the user changes the bass boost parameter, the engine will compute a new low pass filter (with gain) impulse response using firls, a function ported from Matlab.</p><p><span style=" font-weight:600;">Bass Strength:</span> Recommended value between 0 and 1200</p></body></html> + + + Bass Boost + + + true + + + false + + + + + + QLayout::SetDefaultConstraint + + + + + Filtertype + + + + + + + + 160 + 16777215 + + + + + Linear phase 2049 taps low pass filter + + + + + Linear phase 4096 taps low pass filter + + + + + + + + Strength + + + + + + + -1 + + + 0 + + + 2000 + + + 0 + + + Qt::Horizontal + + + false + + + + + + + Cutoff Frequency + + + + + + + 30 + + + 300 + + + 30 + + + true + + + Qt::Horizontal + + + false + + + QSlider::NoTicks + + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 30 + + + + + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Analog Modelling (12AX7)</span></p><p>Vacuum tube modelling</p><p>Analog Modelling works as a vacuum tube amplifier, which was designed by ZamAudio. The tube they used to model is a 12AX7 double triode. They also provide a final stage of the tonestack control, it makes the sound more rich. However, the major parameter is the amplifier preamp (this is how even ordered harmonic is generated), but this parameter has been limited at a maximum of 12000 (=12 on android). Louder volume will generate more harmonics and the internal amplifier will tend to clip the audio. The analog amplifier was built from a real mathematical model, most notably is nonlinearity of vacuum tube. </p></body></html> + + + Analog Modelling + + + true + + + false + + + + + + Preamp + + + + + + + 12000 + + + Qt::Horizontal + + + + + + + + + + Qt::Vertical + + + + 20 + 24 + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Limiter</span></p><p>Mainly used to dynamically control the audio volume.</p></body></html> + + + Limiter + + + false + + + false + + + + + + 18 + + + + + Threshold + + + + + + + -80 + + + 0 + + + 0 + + + true + + + Qt::Horizontal + + + false + + + + + + + Release + + + + + + + 2 + + + 2000 + + + Qt::Horizontal + + + + + + + + + + + + Qt::Vertical + + + + 20 + 30 + + + + + + + + + + + + + Sound Positioning + + + + + + 0 + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Stereo widener</span></p><p><span style=" font-weight:600;">Level: </span>Strength of the widening effect</p></body></html> + + + Stereo widener + + + true + + + false + + + + 6 + + + 7 + + + 11 + + + + + Level + + + + + + + + 0 + 13 + + + + 0 + + + 4 + + + 1 + + + 0 + + + true + + + Qt::Horizontal + + + false + + + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Bauer stereophonic-to-binaural DSP</span></p><p>A typical stereo records are being made to listen by speakers. That is a sound engineer makes the stereo mix to the adaptation of sound for listening of one channel by both ears. Therefore, you will be tired during a long time headphone listening more by a superstereo effect than by a poor design of headphones. What's missing in headphones is the sound going from each channel to the opposite ear, arriving a short time later for the extra distance traveled, and with a bit of high frequency roll-off for the shadowing effect of the head. And the time delay to the far ear is somewhat longer at low frequencies than at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records.</p><p><span style=" font-style:italic;">Source: </span><a href="http://bs2b.sourceforge.net/"><span style=" font-style:italic; text-decoration: underline; color:#007af4;">http://bs2b.sourceforge.net/</span></a></p></body></html> + + + BS2B + + + false + + + true + + + false + + + + 12 + + + + + Preset + + + + + + + + A Bit + + + + + Slight + + + + + Moderate + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 10 + + + + + + + + + + 6 + + + 0 + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Reverbation</span></p><p>Based on Progenitor2 (part of FreeVerb3)</p></body></html> + + + Reverbation + + + true + + + false + + + + + + + + Strength + + + + + + + + 0 + 13 + + + + 0 + + + 18 + + + 0 + + + true + + + Qt::Horizontal + + + false + + + + + + + Room Presets + + + + + + + + 133 + 16777215 + + + + true + + + + ... + + + + + Small room + + + + + Medium room + + + + + Large room + + + + + Plate high + + + + + Plate low + + + + + Long reverb 1 + + + + + Long reverb 2 + + + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 11 + + + + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">FIR Equalizer</span></p><p>Cubic spline interpolated 15 bands equalizer</p><p><span style=" font-weight:600;">Preset:</span> Here you can select default equalizer presets. </p><p><span style=" font-weight:600;">Equalizer Bands:</span> You can manually adjust the levels of amplification and attenuation of the 15 bands. (Min/Max: -12/12dB)</p></body></html> + + + Equalizer + + + + + + + 360 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + 306 + 10 + 48 + 20 + + + + +12db + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 90 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 30 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 9 + 83 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 9 + 11 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 9 + 46 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 50 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 9 + 63 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 10 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + 0 + + + Qt::Vertical + + + + + + 9 + 29 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 313 + 48 + 41 + 20 + + + + +6db + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 9 + 120 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 190 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 130 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 9 + 103 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 9 + 155 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 9 + 137 + 301 + 20 + + + + QFrame::Plain + + + Qt::Horizontal + + + + + + 315 + 83 + 39 + 17 + + + + 0db + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 315 + 121 + 39 + 17 + + + + -6db + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 150 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 305 + 154 + 49 + 20 + + + + -12db + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 70 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 110 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 170 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 210 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 230 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 250 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 270 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + + + + 290 + 13 + 16 + 160 + + + + -1200 + + + 1200 + + + 1 + + + 50 + + + Qt::Vertical + + + line_p9db + line_n12db + line_p3db + line_n6db + line_n9db + line_0db + line_p12db + line_0db_2 + line_n3db + eq_p12db + eq5 + eq2 + eq3 + eq1 + eq_p6db + eq10 + eq7 + eq_0db + eq_n6db + eq8 + eq_n12db + eq4 + eq6 + eq9 + eq11 + eq12 + eq13 + eq14 + eq15 + + + + + + 10 + + + 0 + + + 11 + + + + + Enable EQ + + + + + + + + Minimum phase + + + + + Linear phase + + + + + + + + Reset EQ + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + + <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Dynamic range compression</span></p><p><span style=" font-weight:600;">Threshold:</span> The threshold control sets the level at which the compression effect is engaged. Only when a level passes above the threshold will it be compressed. If the threshold level is set at say -10 dB, only signal peaks that extend above that level will be compressed. The rest of the time, no compression will be taking place.</p><p><span style=" font-weight:600;">Knee:</span> The “knee” refers to how the compressor transitions between the non-compressed and compressed states of an audio signal running through it.</p><p><span style=" font-weight:600;">Attack Time: </span>This refers to the time it takes for the signal to become fully compressed after exceeding the threshold level. </p><p><span style=" font-weight:600;">Release Time: </span>This is literally the opposite of attack time. More specifically, it is the time it takes for the signal to go from the compressed — or attenuated — state back to the original non-compressed signal. Release times will be considerably longer than attack times.<br/>Normal compressor operation will be to set the release time to be as short as possible without producing a &quot;pumping&quot; effect, which is caused by cyclic activation and deactivation of compression. For example, if the release time is set too short and the compressor is cycling between active and non-active, your dominant signal — usually the bass guitar and bass drum — will also modulate your noise floor, resulting in a distinct &quot;breathing&quot; effect.</p><p><span style=" font-weight:600;">Compression Ratio: </span>Often misunderstood, compression ratio simply specifies the amount of attenuation to be applied to the signal.</p><p><span style=" font-style:italic;">Source: </span><a href="http://uaudio.de"><span style=" font-style:italic; text-decoration: underline; color:#007af4;">http://uaudio.de</span></a></p></body></html> + + + Compressor + + + + + + 0 + + + + + + + Enable Compressor + + + + + + + + + 6 + + + 0 + + + 6 + + + 0 + + + + + Pre-gain + + + + + + + + 0 + 14 + + + + 24 + + + Qt::Horizontal + + + QSlider::NoTicks + + + + + + + Threshold + + + + + + + + 0 + 0 + + + + + 0 + 14 + + + + -60 + + + 0 + + + Qt::Horizontal + + + QSlider::NoTicks + + + + + + + Knee + + + + + + + 40 + + + Qt::Horizontal + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + 7 + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 24 + + + + + + + + 6 + + + 0 + + + 0 + + + + + Ratio + + + + + + + -20 + + + 20 + + + 12 + + + Qt::Horizontal + + + + + + + Attack + + + + + + + 100 + + + Qt::Horizontal + + + + + + + Release + + + + + + + 100 + + + Qt::Horizontal + + + + + + + + + Qt::Vertical + + + + 20 + 30 + + + + + + + + + + + DDC + + + + + 10 + 10 + 391 + 201 + + + + QTabWidget::South + + + 0 + + + + Filesystem + + + + + + 6 + + + 0 + + + + + + + + + 70 + 16777215 + + + + Reload + + + + + + + + 35 + 16777215 + + + + ... + + + + + + + + + + + + + Database + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + QAbstractItemView::NoEditTriggers + + + true + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + true + + + + + + + + + + 410 + 10 + 101 + 21 + + + + Enable DDC + + + + + + + + + + + tabhost + bassboost + bassstrength + bassfreq + limthreshold + reverb + reverb_strength + stereowidener + eq1 + eq2 + eq3 + eq4 + eq5 + eq6 + eq7 + eq8 + eq9 + eq10 + enable_eq + enable_comp + cpreset + set + toolButton + disableFX + reset + apply + + + + + + diff --git a/palette.cpp b/palette.cpp new file mode 100644 index 0000000..8ccca50 --- /dev/null +++ b/palette.cpp @@ -0,0 +1,125 @@ +#include "palette.h" +#include "ui_palette.h" +#include +#include "main.h" + +palette::palette(QWidget *parent) : + QDialog(parent), + ui(new Ui::palette) +{ + ui->setupUi(this); + + ui->whiteicons->setChecked(mainwin->getWhiteIcons()); + + QObject::connect(ui->base, SIGNAL(clicked()), + this, SLOT(updateBase())); + QObject::connect(ui->back, SIGNAL(clicked()), + this, SLOT(updateBack())); + QObject::connect(ui->fore, SIGNAL(clicked()), + this, SLOT(updateFore())); + QObject::connect(ui->sel, SIGNAL(clicked()), + this, SLOT(updateSelection())); + QObject::connect(ui->disabled, SIGNAL(clicked()), + this, SLOT(updateDisabled())); + + connect(ui->close,SIGNAL(clicked()),this,SLOT(closeWin())); + connect(ui->whiteicons,SIGNAL(clicked()),this,SLOT(updateIcons())); + connect(ui->reset,SIGNAL(clicked()),this,SLOT(Reset())); +} + +palette::~palette() +{ + delete ui; +} + +void palette::closeWin(){ + this->close(); +} +void palette::Reset(){ + mainwin->setCustompalette("25,25,25;53,53,53;255,255,255;42,130,218;85,85,85"); +} +int palette::loadColor(int index,int rgb_index){ + QStringList elements = QString::fromStdString(mainwin->getCustompalette()).split(';'); + if(elements.length()<5||elements[index].split(',').size()<3){ + if(index==0)return 25; + else if(index==1)return 53; + else if(index==2)return 255; + else if(index==3){ + if(rgb_index==0)return 42; + else if(rgb_index==1)return 130; + else if(rgb_index==2)return 218; + } + else if(index==4) return 85; + } + QStringList rgb = elements[index].split(','); + return rgb[rgb_index].toInt(); +} +void palette::saveColor(int index,const QColor& color){ + QString strcolor = QString::number(color.red()) + "," + QString::number(color.green()) + "," + QString::number(color.blue()); + QStringList elements = QString::fromStdString(mainwin->getCustompalette()).split(';'); + while(elements.size()<5)elements.append(""); + elements.replace(index,strcolor); + mainwin->setCustompalette(elements.join(";").toUtf8().constData()); +} +void palette::updateIcons(){ + mainwin->setWhiteIcons(ui->whiteicons->isChecked()); +} +void palette::updateBase(){ + QColorDialog *base = new QColorDialog(); + base->setOptions(QColorDialog::DontUseNativeDialog); + base->setCurrentColor(QColor(loadColor(0,0),loadColor(0,1),loadColor(0,2))); + + if (base->exec() == QColorDialog::Accepted) + { + QColor color = base->currentColor(); + saveColor(0,color); + } +} + +void palette::updateBack(){ + QColorDialog *back = new QColorDialog(); + back->setOptions(QColorDialog::DontUseNativeDialog); + back->setCurrentColor(QColor(loadColor(1,0),loadColor(1,1),loadColor(1,2))); + + if (back->exec() == QColorDialog::Accepted) + { + QColor color = back->currentColor(); + saveColor(1,color); + } +} + +void palette::updateFore(){ + QColorDialog *fore = new QColorDialog(); + fore->setOptions(QColorDialog::DontUseNativeDialog); + fore->setCurrentColor(QColor(loadColor(2,0),loadColor(2,1),loadColor(2,2))); + + if (fore->exec() == QColorDialog::Accepted) + { + QColor color = fore->currentColor(); + saveColor(2,color); + } +} + +void palette::updateSelection(){ + QColorDialog *sel = new QColorDialog(); + sel->setOptions(QColorDialog::DontUseNativeDialog); + sel->setCurrentColor(QColor(loadColor(3,0),loadColor(3,1),loadColor(3,2))); + + if (sel->exec() == QColorDialog::Accepted) + { + QColor color = sel->currentColor(); + saveColor(3,color); + } +} + +void palette::updateDisabled(){ + QColorDialog *sel = new QColorDialog(); + sel->setOptions(QColorDialog::DontUseNativeDialog); + sel->setCurrentColor(QColor(loadColor(4,0),loadColor(4,1),loadColor(4,2))); + + if (sel->exec() == QColorDialog::Accepted) + { + QColor color = sel->currentColor(); + saveColor(4,color); + } +} diff --git a/palette.h b/palette.h new file mode 100644 index 0000000..0468017 --- /dev/null +++ b/palette.h @@ -0,0 +1,33 @@ +#ifndef PALETTE_H +#define PALETTE_H + +#include + +namespace Ui { +class palette; +} + +class palette : public QDialog +{ + Q_OBJECT + +public: + explicit palette(QWidget *parent = nullptr); + ~palette(); + +private: + Ui::palette *ui; +private slots: + int loadColor(int index,int rgb_index); + void closeWin(); + void Reset(); + void updateBase(); + void updateBack(); + void updateFore(); + void updateIcons(); + void updateSelection(); + void updateDisabled(); + void saveColor(int index,const QColor& color); +}; + +#endif // PALETTE_H diff --git a/palette.ui b/palette.ui new file mode 100644 index 0000000..c42ea4f --- /dev/null +++ b/palette.ui @@ -0,0 +1,203 @@ + + + palette + + + + 0 + 0 + 272 + 243 + + + + Palette Editor + + + + :/icons/icon.png:/icons/icon.png + + + + + 160 + 20 + 101 + 23 + + + + Select... + + + + + + 10 + 23 + 121 + 17 + + + + Base Color + + + + + + 10 + 53 + 151 + 17 + + + + Background Color + + + + + + 10 + 83 + 131 + 17 + + + + Foreground Color + + + + + + 160 + 50 + 101 + 23 + + + + Select... + + + + + + 160 + 80 + 101 + 23 + + + + Select... + + + + + + 200 + 201 + 61 + 25 + + + + Close + + + + + + 10 + 201 + 61 + 25 + + + + Reset + + + + + + 10 + 170 + 251 + 23 + + + + White Icons + + + + + + 160 + 110 + 101 + 23 + + + + Select... + + + + + + 10 + 113 + 131 + 17 + + + + Selection Color + + + + + + 160 + 140 + 101 + 23 + + + + Select... + + + + + + 10 + 143 + 131 + 17 + + + + Disabled Color + + + + + base + back + fore + sel + whiteicons + reset + close + + + + + + diff --git a/preset.cpp b/preset.cpp new file mode 100644 index 0000000..41ed040 --- /dev/null +++ b/preset.cpp @@ -0,0 +1,250 @@ +#include "preset.h" +#include "ui_preset.h" +#include "main.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +Preset::Preset(QWidget *parent) : + QDialog(parent), + ui(new Ui::Preset) +{ + ui->setupUi(this); + + manager = new QNetworkAccessManager(this); + UpdateList(); + connect(ui->add,SIGNAL(clicked()),SLOT(add())); + connect(ui->load,SIGNAL(clicked()),SLOT(load())); + connect(ui->remove,SIGNAL(clicked()),SLOT(remove())); + connect(ui->presetName,SIGNAL(textChanged(QString)),this,SLOT(nameChanged(QString))); + connect(ui->files, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(showContextMenu(QPoint))); + + QMenu *menu = new QMenu(); + menu->addAction("Linux Configuration", this,SLOT(importLinux())); + ui->importBtn->setMenu(menu); + + QMenu *menuEx = new QMenu(); + menuEx->addAction("Linux Configuration", this,SLOT(exportLinux())); + ui->exportBtn->setMenu(menuEx); + +} +Preset::~Preset() +{ + delete ui; +} + +void Preset::reject() +{ + mainwin->enablePresetBtn(true); + QDialog::reject(); +} +void Preset::UpdateList(){ + ui->files->clear(); + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + QString path = pathAppend(absolute,"presets"); + + QDir dir(path); + if (!dir.exists()) + dir.mkpath("."); + + QStringList nameFilter("*.conf"); + QStringList files = dir.entryList(nameFilter); + if(files.count()<1){ + QFont font; + font.setItalic(true); + font.setPointSize(11); + + QListWidgetItem* placeholder = new QListWidgetItem; + placeholder->setFont(font); + placeholder->setText("No presets saved"); + placeholder->setFlags(placeholder->flags() & ~Qt::ItemIsEnabled); + ui->files->addItem(placeholder); + return; + } + + for(int i = 0; i < files.count(); i++){ //Strip extensions + QFileInfo fi(files[i]); + files[i] = fi.completeBaseName(); + } + + ui->files->addItems(files); +} +QString Preset::toCamelCase(const QString& s) +{ + QStringList parts = s.split(' ', QString::SkipEmptyParts); + for (int i = 0; i < parts.size(); ++i) + parts[i].replace(0, 1, parts[i][0].toUpper()); + + return parts.join(" "); +} +QString Preset::pathAppend(const QString& path1, const QString& path2) +{ + return QDir::cleanPath(path1 + QDir::separator() + path2); +} +void Preset::add(){ + if(ui->presetName->text()==""){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Preset Name is empty",QMessageBox::Ok); + return; + } + mainwin->ConfirmConf(false); + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + QString path = pathAppend(absolute,"presets"); + mainwin->SavePresetFile(path + "/" + ui->presetName->text() + ".conf"); + ui->presetName->text() = ""; + UpdateList(); +} +void Preset::importLinux(){ + QString filename = QFileDialog::getOpenFileName(this,"Load custom audio.conf","","*.conf"); + if(filename=="")return; + + QFileInfo fileInfo(filename); + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + QString path = pathAppend(absolute,"presets"); + + const QString& src = filename; + const QString dest = path + "/" + fileInfo.fileName(); + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + mainwin->writeLog("Importing from "+filename+ " (presets/linuximport)"); + UpdateList(); +} +void Preset::exportLinux(){ + if(ui->files->selectedItems().length() == 0){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Nothing selected",QMessageBox::Ok); + return; + } + + QString filename = QFileDialog::getSaveFileName(this,"Save audio.conf","","*.conf"); + if(filename=="")return; + QFileInfo fi(filename); + QString ext = fi.suffix(); + if(ext!="conf")filename.append(".conf"); + + QFileInfo fileInfo(filename); + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString absolute=d.absolutePath(); + QString path = pathAppend(absolute,"presets"); + QString fullpath = QDir(path).filePath(ui->files->selectedItems().first()->text() + ".conf"); + QFile file (fullpath); + if(!QFile::exists(fullpath)){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Selected File doesn't exist",QMessageBox::Ok); + UpdateList(); + return; + } + + const QString& src = fullpath; + const QString dest = filename; + if (QFile::exists(dest))QFile::remove(dest); + + QFile::copy(src,dest); + mainwin->writeLog("Exporting to "+filename+ " (presets/linuxexport)"); +} +void Preset::remove(){ + if(ui->files->selectedItems().length() == 0){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Nothing selected",QMessageBox::Ok); + return; + } + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString path = pathAppend(d.absolutePath(),"presets"); + QString fullpath = QDir(path).filePath(ui->files->selectedItems().first()->text() + ".conf"); + QFile file (fullpath); + if(!QFile::exists(fullpath)){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Selected File doesn't exist",QMessageBox::Ok); + UpdateList(); + return; + } + file.remove(); + mainwin->writeLog("Removed "+fullpath+ " (presets/remove)"); + UpdateList(); +} +void Preset::load(){ + if(ui->files->selectedItems().length() == 0){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Nothing selected",QMessageBox::Ok); + return; + } + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString path = pathAppend(d.absolutePath(),"presets"); + QString fullpath = QDir(path).filePath(ui->files->selectedItems().first()->text() + ".conf"); + if(!QFile::exists(fullpath)){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Selected File doesn't exist",QMessageBox::Ok); + UpdateList(); + return; + } + mainwin->LoadPresetFile(fullpath); +} +void Preset::nameChanged(const QString& name){ + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString path = pathAppend(d.absolutePath(),"presets"); + if(QFile::exists(path + "/" + name + ".conf"))ui->add->setText("Overwrite"); + else ui->add->setText("Save"); +} +void Preset::showContextMenu(const QPoint &pos) +{ + QPoint globalPos = ui->files->mapToGlobal(pos); + QMenu menu; + QAction* action_rename = menu.addAction("Rename"); + QAction* action_del = menu.addAction("Delete"); + QListWidgetItem* pointedItem = ui->files->itemAt(pos); + if(!pointedItem)return; + QDir d = QFileInfo(QString::fromStdString(mainwin->getPath())).absoluteDir(); + QString path = pathAppend(d.absolutePath(),"presets"); + QString fullpath = QDir(path).filePath(pointedItem->text() + ".conf"); + + + QAction* selectedAction; + if(pointedItem){ + selectedAction = menu.exec(globalPos); + if(selectedAction) { + if(selectedAction == action_rename) { + bool ok; + QString text = QInputDialog::getText(this, "Rename", + "New Name", QLineEdit::Normal, + pointedItem->text(), &ok); + if (ok && !text.isEmpty())QFile::rename(fullpath,QDir(path).filePath(text + ".conf")); + UpdateList(); + } + if(selectedAction == action_del) { + if(!QFile::exists(fullpath)){ + QMessageBox::StandardButton msg; + msg = QMessageBox::warning(this, "Error", "Selected File doesn't exist",QMessageBox::Ok); + UpdateList(); + return; + } + QFile file (fullpath); + file.remove(); + mainwin->writeLog("Removed "+fullpath); + UpdateList(); + } + } + } + menu.exec(globalPos); +} diff --git a/preset.h b/preset.h new file mode 100644 index 0000000..913e35b --- /dev/null +++ b/preset.h @@ -0,0 +1,43 @@ +#ifndef PRESET_H +#define PRESET_H + +#include +#include +namespace Ui { +class Preset; +} + +class Preset : public QDialog +{ + Q_OBJECT + +public: + explicit Preset(QWidget *parent = nullptr); + void UpdateList(); + ~Preset(); +private slots: + void reject(); + void add(); + void remove(); + void load(); + void importLinux(); + void exportLinux(); + void nameChanged(const QString&); + void showContextMenu(const QPoint &pos); + +private: + Ui::Preset *ui; + QStringList irs; + QNetworkAccessManager *manager; + QNetworkRequest request; + QString toCamelCase(const QString& s); + QString pathAppend(const QString& path1, const QString& path2); + +}; +class FileObject +{ +public: + const QString url; + const QString name; +}; +#endif // PRESET_H diff --git a/preset.ui b/preset.ui new file mode 100644 index 0000000..c2cc060 --- /dev/null +++ b/preset.ui @@ -0,0 +1,156 @@ + + + Preset + + + + 0 + 0 + 380 + 350 + + + + + 380 + 240 + + + + Custom Presets + + + + :/icons/icon.png:/icons/icon.png + + + + + + 0 + + + + + false + + + Preset Name + + + true + + + + + + + Adds current config as a preset + + + Save + + + + + + + + + Qt::CustomContextMenu + + + + + + + 0 + + + + + + 70 + 0 + + + + Import + + + QToolButton::InstantPopup + + + + + + + + 70 + 0 + + + + Export + + + QToolButton::InstantPopup + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 80 + 0 + + + + Remove + + + + + + + + 80 + 0 + + + + Load + + + + + + + + + presetName + add + importBtn + exportBtn + remove + load + + + + + + diff --git a/resources.qrc b/resources.qrc new file mode 100755 index 0000000..403ac81 --- /dev/null +++ b/resources.qrc @@ -0,0 +1,12 @@ + + + icons/menu.svg + icons/menu-white.svg + icons/queue.svg + icons/queue-white.svg + icons/refresh.svg + icons/settings.svg + icons/settings-white.svg + icons/icon.png + + diff --git a/settings.cpp b/settings.cpp new file mode 100755 index 0000000..b7715b9 --- /dev/null +++ b/settings.cpp @@ -0,0 +1,176 @@ +#include "settings.h" +#include "ui_settings.h" +#include "main.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "palette.h" + +using namespace std; +static bool lockslot = false; +settings::settings(QWidget *parent) : + QDialog(parent), + ui(new Ui::settings){ + ui->setupUi(this); + + lockslot = true; + connect(ui->styleSelect,SIGNAL(currentIndexChanged(const QString&)),this,SLOT(changeStyle(const QString&))); + connect(ui->paletteSelect,SIGNAL(currentIndexChanged(const QString&)),this,SLOT(changePalette(const QString&))); + connect(ui->paletteConfig,SIGNAL(clicked()),this,SLOT(openPalConfig())); + struct passwd *pw = getpwuid(getuid()); + const char *homedir = pw->pw_dir; + char result[100]; + strcpy(result,homedir); + strcat(result,"/.config/jamesdsp/audio.conf"); + + string path = mainwin->getPath(); + string style_sheet = mainwin->getStylesheet(); + int thememode = mainwin->getThememode(); + string palette = mainwin->getColorpalette(); + int autofxmode = mainwin->getAutoFxMode(); + + if(path.empty()) ui->path->setText(QString::fromUtf8(result)); + else ui->path->setText(QString::fromStdString(path)); + + ui->autofx->setChecked(mainwin->getAutoFx()); + ui->muteonrestart->setChecked(mainwin->getMuteOnRestart()); + ui->glavafix->setChecked(mainwin->getGFix()); + + connect(ui->close, SIGNAL(clicked()), this, SLOT(reject())); + connect(ui->github, SIGNAL(clicked()), this, SLOT(github())); + connect(ui->glavafix_help, SIGNAL(clicked()), this, SLOT(glava_help())); + connect(ui->uimode_css, SIGNAL(clicked()), this, SLOT(changeThemeMode())); + connect(ui->uimode_pal, SIGNAL(clicked()), this, SLOT(changeThemeMode())); + + connect(ui->aa_instant, SIGNAL(clicked()), this, SLOT(updateAutoFxMode())); + connect(ui->aa_release, SIGNAL(clicked()), this, SLOT(updateAutoFxMode())); + + connect(ui->glavafix, SIGNAL(clicked()), this, SLOT(updateGLava())); + connect(ui->autofx, SIGNAL(clicked()), this, SLOT(updateAutoFX())); + connect(ui->muteonrestart, SIGNAL(clicked()), this, SLOT(updateMuteRestart())); + connect(ui->savepath, SIGNAL(clicked()), this, SLOT(updatePath())); + + ui->styleSelect->addItem("Default","default"); + ui->styleSelect->addItem("Black","amoled"); + ui->styleSelect->addItem("Blue","blue"); + ui->styleSelect->addItem("Breeze Light","breeze_light"); + ui->styleSelect->addItem("Breeze Dark","breeze_dark"); + ui->styleSelect->addItem("MacOS","aqua"); + ui->styleSelect->addItem("Material Dark","materialdark"); + ui->styleSelect->addItem("Ubuntu","ubuntu"); + ui->styleSelect->addItem("Visual Studio Dark","vsdark"); + ui->styleSelect->addItem("Visual Studio Light","vslight"); + + ui->paletteSelect->addItem("Default","default"); + ui->paletteSelect->addItem("Black","black"); + ui->paletteSelect->addItem("Blue","blue"); + ui->paletteSelect->addItem("Dark","dark"); + ui->paletteSelect->addItem("Dark Blue","darkblue"); + ui->paletteSelect->addItem("Dark Green","darkgreen"); + ui->paletteSelect->addItem("Honeycomb","honeycomb"); + ui->paletteSelect->addItem("Gray","gray"); + ui->paletteSelect->addItem("Purple","purple"); + ui->paletteSelect->addItem("Silver","silver"); + ui->paletteSelect->addItem("Solarized","solarized"); + ui->paletteSelect->addItem("White","white"); + ui->paletteSelect->addItem("Custom","custom"); + + QVariant qvS(QString::fromStdString(style_sheet)); + int index = ui->styleSelect->findData(qvS); + if ( index != -1 ) { + ui->styleSelect->setCurrentIndex(index); + } + + QVariant qvS2(QString::fromStdString(palette)); + int index2 = ui->paletteSelect->findData(qvS2); + if ( index2 != -1 ) { + ui->paletteSelect->setCurrentIndex(index2); + } + + ui->styleSelect->setEnabled(!thememode); + ui->paletteConfig->setEnabled(thememode && palette=="custom"); + ui->paletteSelect->setEnabled(thememode); + + ui->uimode_css->setChecked(!thememode);//If 0 set true, else false + ui->uimode_pal->setChecked(thememode);//If 0 set false, else true + + ui->aa_instant->setChecked(!autofxmode);//same here.. + ui->aa_release->setChecked(autofxmode); + + lockslot = false; +} +settings::~settings(){ + delete ui; +} + +void settings::updateAutoFX(){ + mainwin->setAutoFx(ui->autofx->isChecked()); +} +void settings::updateMuteRestart(){ + mainwin->setMuteOnRestart(ui->muteonrestart->isChecked()); +}; +void settings::updatePath(){ + mainwin->setPath(ui->path->text().toUtf8().constData()); +} +void settings::updateGLava(){ + mainwin->setGFix(ui->glavafix->isChecked()); +} +void settings::updateAutoFxMode(){ + if(lockslot)return; + int mode = 0; + if(ui->aa_instant->isChecked())mode=0; + else if(ui->aa_release->isChecked())mode=1; + mainwin->setAutoFxMode(mode); +} + +void settings::changeThemeMode(){ + if(lockslot)return; + + int mode = 0; + if(ui->uimode_css->isChecked())mode=0; + else if(ui->uimode_pal->isChecked())mode=1; + + ui->styleSelect->setEnabled(!mode); + ui->paletteSelect->setEnabled(mode); + ui->paletteConfig->setEnabled(mode && mainwin->getColorpalette()=="custom"); + mainwin->setThememode(mode); +} +void settings::changePalette(const QString&){ + if(lockslot)return; + mainwin->setColorpalette(ui->paletteSelect->itemData(ui->paletteSelect->currentIndex()).toString().toUtf8().constData()); + ui->paletteConfig->setEnabled(mainwin->getColorpalette()=="custom"); +} +void settings::openPalConfig(){ + auto c = new class palette(this); + c->setFixedSize(c->geometry().width(),c->geometry().height()); + c->show(); +} +void settings::changeStyle(const QString& style){ + mainwin->setStylesheet(ui->styleSelect->itemData(ui->styleSelect->currentIndex()).toString().toUtf8().constData()); +} +void settings::github(){ + QDesktopServices::openUrl(QUrl("https://github.com/ThePBone/JDSP4Linux-GUI")); +} +void settings::reject() +{ + mainwin->enableSetBtn(true); + QDialog::reject(); +} +void settings::glava_help(){ + QMessageBox *msgBox = new QMessageBox(this); + msgBox->setText("This fix kills GLava (desktop visualizer) and restarts it after a new config has been applied.\nThis prevents GLava to switch to another audio sink, while JDSP is restarting."); + msgBox->setStandardButtons(QMessageBox::Ok); + msgBox->setDefaultButton(QMessageBox::Ok); + msgBox->exec(); +} diff --git a/settings.h b/settings.h new file mode 100755 index 0000000..33e76ff --- /dev/null +++ b/settings.h @@ -0,0 +1,29 @@ +#ifndef SETTINGS_H +#define SETTINGS_H + +#include +#include "ui_settings.h" +class settings : public QDialog +{ + Q_OBJECT + +public: + settings(QWidget *parent = nullptr); + Ui::settings *ui; + ~settings(); +private slots: + void openPalConfig(); + void reject(); + void github(); + void glava_help(); + void changeStyle(const QString&); + void changeThemeMode(); + void changePalette(const QString&); + void updateAutoFX(); + void updateMuteRestart(); + void updatePath(); + void updateGLava(); + void updateAutoFxMode(); +}; + +#endif // SETTINGS_H diff --git a/settings.ui b/settings.ui new file mode 100755 index 0000000..f28264d --- /dev/null +++ b/settings.ui @@ -0,0 +1,471 @@ + + + settings + + + + 0 + 0 + 311 + 304 + + + + + 0 + 0 + + + + + 16777215 + 400 + + + + Settings + + + + :/icons/icon.png:/icons/icon.png + + + false + + + + + + 0 + + + + General + + + + + + + 0 + 0 + + + + + 0 + 69 + + + + Viper Configuration Path + + + + + + + + + + 1 + 0 + + + + Save + + + + + + + + + + + + Fix GLava sink switching + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 35 + 16777215 + + + + + true + + + + + + + [?] + + + true + + + + + + + + + Mute while restarting JDSP + + + + + + + + 0 + 59 + + + + Apply automatically + + + false + + + true + + + false + + + + + 90 + 30 + 131 + 23 + + + + Mouse release + + + + + + 10 + 30 + 71 + 23 + + + + Instant + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 40 + + + + + + + + + Interface + + + + + + + 0 + 80 + + + + Mode + + + + + 10 + 30 + 231 + 23 + + + + Use stylesheets (Default) + + + true + + + + + + 10 + 50 + 231 + 23 + + + + Use custom color palettes + + + + + + + + QLayout::SetDefaultConstraint + + + + + + 0 + 0 + + + + + 59 + 16777215 + + + + Stylesheet + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + + + + + + + + + 0 + 0 + + + + + 59 + 16777215 + + + + Palette + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 59 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + 50 + 16777215 + + + + Edit + + + false + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + 0 + + + + + + 142 + 0 + + + + View Github Repo + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Close + + + + + + + + + tabWidget + path + savepath + glavafix_help + autofx + aa_instant + aa_release + uimode_css + uimode_pal + styleSelect + paletteSelect + paletteConfig + github + close + + + + + + diff --git a/styles/amoled/LICENSE b/styles/amoled/LICENSE new file mode 100644 index 0000000..868ac31 --- /dev/null +++ b/styles/amoled/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jaime Quiroga + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/styles/amoled/amoled.qss b/styles/amoled/amoled.qss new file mode 100644 index 0000000..e63cb43 --- /dev/null +++ b/styles/amoled/amoled.qss @@ -0,0 +1,693 @@ +/* +AMOLED Style Sheet for QT Applications +Author: Jaime A. Quiroga P. +Company: GTRONICK +Last updated: 22/01/2019, 12:33. +Available at: https://github.com/GTRONICK/QSS/blob/master/AMOLED.qss +*/ +QPushButton::disabled { color: #999999;}QComboBox::disabled { color: #999999;} +QMainWindow { + background-color:#000000; +} +QDialog { + background-color:#000000; +} +QColorDialog { + background-color:#000000; +} +QTextEdit { + background-color:#000000; + color: #a9b7c6; +} +QTableView::item { + background-color: #202021; + border: 1px solid #151516; +} +QTableView::item::selected { + background-color: #454546; +} +QTableView{ +background:#2d2d30; +color:#f1f1f1; +} +QHeaderView::section,QHeaderView,QTableCornerButton,QTableCornerButton::section { +background: #2d2d30; +color:#f1f1f1; +} +QPlainTextEdit { + selection-background-color:#f39c12; + background-color:#000000; + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-width: 1px; + color: #a9b7c6; +} +QPushButton{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-width: 1px; + border-style: solid; + color: #a9b7c6; + padding: 4px; + background-color: #000000; +} +QPushButton::default{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-width: 1px; + color: #a9b7c6; + padding: 2px; + background-color: #000000; +} +QToolButton::default{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-width: 1px; + color: #a9b7c6; + padding: 2px; + background-color: #000000; +} +QToolButton { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transperant; + border-bottom-width: 1px; + border-style: solid; + color: #a9b7c6; + padding: 2px; + background-color: #000000; +} +QToolButton:hover{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-bottom-width: 2px; + border-style: solid; + color: #FFFFFF; + padding-bottom: 1px; + background-color: #000000; +} +QToolButton:pressed{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-bottom-width: 2px; + border-style: solid; + color: #e67e22; + padding-bottom: 1px; + background-color: #000000; +} +QPushButton:hover{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-bottom-width: 1px; + border-style: solid; + color: #FFFFFF; + padding-bottom: 2px; + background-color: #000000; +} +QPushButton:pressed{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-bottom-width: 2px; + border-style: solid; + color: #e67e22; + padding-bottom: 1px; + background-color: #000000; +} +QPushButton:disabled{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 2px; + border-style: solid; + color: #808086; + padding-bottom: 1px; + background-color: #000000; +} +QLineEdit { + border-width: 1px; border-radius: 4px; + border-color: rgb(58, 58, 58); + border-style: inset; + padding: 0 8px; + color: #a9b7c6; + background:#000000; + selection-background-color:#007b50; + selection-color: #FFFFFF; +} + +QListWidget { + color: #a9b7c6; + border-color: #505050; + background-color: #000000; + selection-background-color:#c98e00; + selection-color: #FFFFFF; + border-width: 1px; border-radius: 4px; + border-style: solid; +} +QLabel { + color: #a9b7c6; +} +QLCDNumber { + color: #e67e22; +} +QProgressBar { + text-align: center; + color: rgb(240, 240, 240); + border-width: 1px; + border-radius: 10px; + border-color: rgb(58, 58, 58); + border-style: inset; + background-color:#000000; +} +QProgressBar::chunk { + background-color: #e67e22; + border-radius: 5px; +} +QMenuBar { + background-color:#000000; +} +QMenuBar::item { + color: #a9b7c6; + spacing: 3px; + padding: 1px 4px; + background: #000000; +} + +QMenuBar::item:selected { + background:#000000; + color: #FFFFFF; +} +QMenu::item:selected { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: #e67e22; + border-bottom-color: transparent; + border-left-width: 2px; + color: #FFFFFF; + padding-left:15px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; + background-color:#000000; +} +QMenu::item { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + border-style: solid; + color: #a9b7c6; + padding-left:17px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; + background-color:#000000; +} +QMenu{ + background-color:#000000; +} +QTabWidget { + color:rgb(0,0,0); + background-color:#000000; +} +QTabWidget::pane { + border-color: rgb(77,77,77); + background-color:#000000; + border-style: solid; + border-width: 1px; + border-radius: 6px; +} +QTabBar::tab { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + border-style: solid; + color: #808086; + padding: 3px; + margin-left:3px; + background-color:#000000; +} +QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #e67e22; + border-bottom-width: 2px; + border-style: solid; + color: #FFFFFF; + padding-left: 3px; + padding-bottom: 2px; + margin-left:3px; + background-color:#000000; +} + +QCheckBox { + color: #a9b7c6; + padding: 2px; +} +QCheckBox:disabled { + color: #808086; + padding: 2px; +} + +QCheckBox:hover { + border-radius:4px; + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: rgb(87, 97, 106); + background-color:#000000; +} +QCheckBox::indicator:checked { + + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: #e67e22; +} +QCheckBox::indicator:unchecked { + + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: transparent; +} +QRadioButton { + color: #a9b7c6; + background-color:#000000; + padding: 1px; +} +QRadioButton::indicator:checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: #e67e22; +} +QRadioButton::indicator:!checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: transparent; +} +QStatusBar { + color:#027f7f; +} +QSpinBox { + color: #a9b7c6; + background-color:#000000; +} +QDoubleSpinBox { + color: #a9b7c6; + background-color:#000000; +} +QTimeEdit { + color: #a9b7c6; + background-color:#000000; +} +QDateTimeEdit { + color: #a9b7c6; + background-color:#000000; +} +QDateEdit { + color: #a9b7c6; + background-color:#000000; +} +QComboBox { + color: #a9b7c6; + background: #1e1d23; +} +QComboBox:editable { + background: #1e1d23; + color: #a9b7c6; + selection-background-color:#000000; +} +QComboBox QAbstractItemView { + color: #a9b7c6; + background: #1e1d23; + selection-color: #FFFFFF; + selection-background-color:#000000; +} + +QCheckBox { + color: #a9b7c6; + padding: 2px; +} +QCheckBox:disabled { + color: #808086; + padding: 2px; +} + +QCheckBox:hover { + border-radius:4px; + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: rgb(87, 97, 106); + background-color:#000000; +} + +QGroupBox { +color: #a9b7c6; + margin-top: 12px; + border: 1px solid #151515; + padding-top: 12px; + border-radius: 4px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QGroupBox::indicator:disabled { + color: #808086; + padding: 2px; +} +QGroupBox::indicator:hover { + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: rgb(87, 97, 106); + background-color:#000000; +} +QGroupBox::indicator::checked { + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: #e67e22; +} +QGroupBox::indicator::unchecked { + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #e67e22; + color: #a9b7c6; + background-color: transparent; +} + + +QFontComboBox { + color: #a9b7c6; + background-color:#000000; +} +QToolBox { + color: #a9b7c6; + background-color:#000000; +} +QToolBox::tab { + color: #a9b7c6; + background-color:#000000; +} +QToolBox::tab:selected { + color: #FFFFFF; + background-color:#000000; +} +QScrollArea { + color: #FFFFFF; + background-color:#000000; +} +QSlider::groove:horizontal { + height: 5px; + background: #e67e22; +} +QSlider::groove:vertical { + width: 5px; + background: #e67e22; +} +QSlider::handle:horizontal { + background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f); + border: 1px solid #5c5c5c; + width: 14px; + margin: -5px 0; + border-radius: 7px; +} +QSlider::handle:vertical { + background: qlineargradient(x1:1, y1:1, x2:0, y2:0, stop:0 #b4b4b4, stop:1 #8f8f8f); + border: 1px solid #5c5c5c; + height: 14px; + margin: 0 -5px; + border-radius: 7px; +} +QSlider::add-page:horizontal { + background: #323232; +} +QSlider::add-page:vertical { + background: #e67e22; +} +QSlider::sub-page:horizontal { + background: #e67e22; +} +QSlider::sub-page:vertical { + background: #323232; +} +QFrame[frameShape="4"], +QFrame[frameShape="5"]{ + color: #151515; +} +QScrollBar:horizontal { + max-height: 20px; + background: rgb(0,0,0); + border: 1px transparent grey; + margin: 0px 20px 0px 20px; +} +QScrollBar::handle:horizontal { + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + border-style: solid; + border-width: 1px; + border-color: rgb(0,0,0); + min-width: 25px; +} +QScrollBar::handle:horizontal:hover { + background: rgb(230, 126, 34); + border-style: solid; + border-width: 1px; + border-color: rgb(0,0,0); + min-width: 25px; +} +QScrollBar::add-line:horizontal { + border: 1px solid; + border-color: rgb(0,0,0); + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:horizontal:hover { + border: 1px solid; + border-color: rgb(0,0,0); + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:horizontal:pressed { + border: 1px solid; + border-color: grey; + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal { + border: 1px solid; + border-color: rgb(0,0,0); + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal:hover { + border: 1px solid; + border-color: rgb(0,0,0); + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal:pressed { + border: 1px solid; + border-color: grey; + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::left-arrow:horizontal { + border: 1px transparent grey; + border-radius: 3px; + width: 6px; + height: 6px; + background: rgb(0,0,0); +} +QScrollBar::right-arrow:horizontal { + border: 1px transparent grey; + border-radius: 3px; + width: 6px; + height: 6px; + background: rgb(0,0,0); +} +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { + background: none; +} +QScrollBar:vertical { + max-width: 20px; + background: rgb(0,0,0); + border: 1px transparent grey; + margin: 20px 0px 20px 0px; +} +QScrollBar::add-line:vertical { + border: 1px solid; + border-color: rgb(0,0,0); + background-color: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:hover { + border: 1px solid; + border-color: rgb(0,0,0); + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:pressed { + border: 1px solid; + border-color: grey; + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical { + border: 1px solid; + border-color: rgb(0,0,0); + background-color: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:hover { + border: 1px solid; + border-color: rgb(0,0,0); + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:pressed { + border: 1px solid; + border-color: grey; + border-radius: 8px; + background: rgb(230, 126, 34); + height: 16px; + width: 16px; + subcontrol-position: top; + subcontrol-origin: margin; +} + QScrollBar::handle:vertical { + background-color: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 0), stop:0.7 rgba(255, 0, 0, 0), stop:0.71 rgb(230, 126, 34), stop:1 rgb(230, 126, 34)); + border-style: solid; + border-width: 1px; + border-color: rgb(0,0,0); + min-height: 25px; +} +QScrollBar::handle:vertical:hover { + background: rgb(230, 126, 34); + border-style: solid; + border-width: 1px; + border-color: rgb(0,0,0); + min-heigth: 25px; +} +QScrollBar::up-arrow:vertical { + border: 1px transparent grey; + border-radius: 3px; + width: 6px; + height: 6px; + background: rgb(0,0,0); +} +QScrollBar::down-arrow:vertical { + border: 1px transparent grey; + border-radius: 3px; + width: 6px; + height: 6px; + background: rgb(0,0,0); +} +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { + background: none; +} diff --git a/styles/aqua/LICENSE b/styles/aqua/LICENSE new file mode 100644 index 0000000..868ac31 --- /dev/null +++ b/styles/aqua/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jaime Quiroga + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/styles/aqua/aqua.qss b/styles/aqua/aqua.qss new file mode 100644 index 0000000..40240a5 --- /dev/null +++ b/styles/aqua/aqua.qss @@ -0,0 +1,663 @@ +/* +Aqua Style Sheet for QT Applications +Author: Jaime A. Quiroga P. +Company: GTRONICK +Last updated: 22/01/2019, 07:55. +Available at: https://github.com/GTRONICK/QSS/blob/master/Aqua.qss +*/ +QMainWindow { + background-color:#ececec; +} +QDialog{ +background-color:#ececec; +} +QFrame[frameShape="4"], +QFrame[frameShape="5"]{ + color: #AAAAAA; +} +QSpinBox{ + background-color: rgb(255,255,255); + color: #000000 +} +QSpinBox::disabled{ +background-color: rgb(255,255,255); +color: #AAAAAA +} +QGroupBox { +border-radius:4px; +border-style:solid; +border-width:1px; +border-color: transparent; + color: black; + padding: 2px; + margin-top: 12px; + padding-top: 12px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QGroupBox::indicator:disabled { +border-radius:4px; +border-style:solid; +border-width:1px; +border-color: transparent; + color: #808086; + padding: 2px; +} +QListWidget{ +background-color: #EEEEEE; +} +QListWidget::item{ +color: 111111; +} +QComboBox{ + background-color: rgb(255,255,255); + color: #000000 +} +QComboBox QAbstractItemView { + border: 2px solid darkgray; + selection-background-color: lightgray; + background-color: rgb(255,255,255); + color: #000000 +} +QLineEdit{ + background-color: rgb(255,255,255); + color: #000000 +} +QLineEdit::disabled{ + background-color: rgb(255,255,255); + color: #AAAAAA +} +QGroupBox::indicator:hover { + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: transparent; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + +} +QGroupBox::indicator:checked { +border-radius:4px; +border-style:solid; +border-width:1px; +border-color: transparent; + height: 10px; + width: 10px; + + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #000000; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QGroupBox::indicator:unchecked { +border-radius:4px; +border-style:solid; +border-width:1px; +border-color: transparent; + height: 10px; + width: 10px; + + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #000000; +} + + +QTextEdit { + border-width: 1px; + border-style: solid; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QPlainTextEdit { + border-width: 1px; + border-style: solid; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QToolButton { + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(255,255,255); +} +QToolButton:hover{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(255,255,255); +} +QToolButton:pressed{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(142,142,142); +} +QPushButton{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(255,255,255); +} +QPushButton::default{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(255,255,255); +} +QPushButton:hover{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(255,255,255); +} +QPushButton:pressed{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: rgb(0,0,0); + padding: 2px; + background-color: rgb(142,142,142); +} +QPushButton:disabled{ + border-style: solid; + border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227)); + border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217)); + border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222)); + border-width: 1px; + border-radius: 5px; + color: #808086; + padding: 2px; + background-color: rgb(142,142,142); +} +QLineEdit { + border-width: 1px; border-radius: 4px; + border-style: solid; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QLabel { + color: #000000; +} +QLCDNumber { + color: rgb(0, 113, 255, 255); +} +QProgressBar { + text-align: center; + color: rgb(240, 240, 240); + border-width: 1px; + border-radius: 10px; + border-color: rgb(230, 230, 230); + border-style: solid; + background-color:rgb(207,207,207); +} +QProgressBar::chunk { + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255)); + border-radius: 10px; +} +QMenuBar { + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255)); +} +QMenuBar::item { + color: #000000; + spacing: 3px; + padding: 1px 4px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255)); +} + +QMenuBar::item:selected { + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #FFFFFF; +} + +/*QMenu::item:selected { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + border-bottom-color: transparent; + border-left-width: 2px; + color: #000000; + padding-left:15px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; +} +QMenu::item { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + color: #000000; + padding-left:17px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; +}*/ +QTabWidget { + color:rgb(0,0,0); + background-color:#000000; +} +QTabWidget::pane { + border-color: rgb(223,223,223); + background-color:rgb(226,226,226); + border-style: solid; + border-width: 2px; + border-radius: 6px; +} +QTabBar::tab:first { + border-style: solid; + border-left-width:1px; + border-right-width:0px; + border-top-width:1px; + border-bottom-width:1px; + border-top-color: rgb(209,209,209); + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-bottom-color: rgb(229,229,229); + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + color: #000000; + padding: 3px; + margin-left:0px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255)); +} +QTabBar::tab:last { + border-style: solid; + border-width:1px; + border-top-color: rgb(209,209,209); + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-right-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-bottom-color: rgb(229,229,229); + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + color: #000000; + padding: 3px; + margin-left:0px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255)); +} +QTabBar::tab { + border-style: solid; + border-top-width:1px; + border-bottom-width:1px; + border-left-width:1px; + border-top-color: rgb(209,209,209); + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-bottom-color: rgb(229,229,229); + color: #000000; + padding: 3px; + margin-left:0px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255)); +} +QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover { + border-style: solid; + border-left-width:1px; + border-right-color: transparent; + border-top-color: rgb(209,209,209); + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-bottom-color: rgb(229,229,229); + color: #FFFFFF; + padding: 3px; + margin-left:0px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} + +QTabBar::tab:selected, QTabBar::tab:first:selected, QTabBar::tab:hover { + border-style: solid; + border-left-width:1px; + border-bottom-width:1px; + border-top-width:1px; + border-right-color: transparent; + border-top-color: rgb(209,209,209); + border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229)); + border-bottom-color: rgb(229,229,229); + color: #FFFFFF; + padding: 3px; + margin-left:0px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} + +QCheckBox { + color: #000000; + padding: 2px; +} +QCheckBox:disabled { + color: #808086; + padding: 2px; + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: transparent; +} + +QCheckBox:hover { + border-radius:4px; + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: transparent; +} +QCheckBox::indicator:checked { + + height: 10px; + width: 10px; + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #000000; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QCheckBox::indicator:unchecked { + + height: 10px; + width: 10px; + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #000000; +} +QRadioButton { + color: 000000; + padding: 1px; +} +QRadioButton::indicator:checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #a9b7c6; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QRadioButton::indicator:!checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); + color: #a9b7c6; + background-color: transparent; +} +QStatusBar { + color:#027f7f; +} + +QDoubleSpinBox { + border-style: solid; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QTimeEdit { + border-style: solid; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QDateTimeEdit { + border-style: solid; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} +QDateEdit { + border-style: solid; + border-width: 1px; + border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255)); +} + +QToolBox { + color: #a9b7c6; + background-color:#000000; +} +QToolBox::tab { + color: #a9b7c6; + background-color:#000000; +} +QToolBox::tab:selected { + color: #FFFFFF; + background-color:#000000; +} +QScrollArea { + color: #FFFFFF; + background-color:#000000; +} +QSlider::groove:horizontal { + height: 5px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255)); +} +QSlider::groove:vertical { + width: 5px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255)); +} +QSlider::handle:horizontal { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + width: 12px; + margin: -5px 0; + border-radius: 7px; +} +QSlider::handle:vertical { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + height: 12px; + margin: 0 -5px; + border-radius: 7px; +} +QSlider::add-page:horizontal { + background: rgb(181,181,181); +} +QSlider::add-page:vertical { +background-color: qlineargradient(spread:pad, y1:0.5, x1:1, y2:0.5, x2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255)); + +} +QSlider::sub-page:horizontal { + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255)); +} +QSlider::sub-page:vertical { +background: rgb(181,181,181); + +} +QScrollBar:horizontal { + max-height: 20px; + border: 1px transparent grey; + margin: 0px 20px 0px 20px; +} +QScrollBar:vertical { + max-width: 20px; + border: 1px transparent grey; + margin: 20px 0px 20px 0px; +} +QScrollBar::handle:horizontal { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + border-radius: 7px; + min-width: 25px; +} +QScrollBar::handle:horizontal:hover { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(147, 200, 200); + border-radius: 7px; + min-width: 25px; +} +QScrollBar::handle:vertical { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + border-radius: 7px; + min-height: 25px; +} +QScrollBar::handle:vertical:hover { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(147, 200, 200); + border-radius: 7px; + min-height: 25px; +} +QScrollBar::add-line:horizontal { + border: 2px transparent grey; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; + background: rgba(34, 142, 255, 255); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:horizontal:pressed { + border: 2px transparent grey; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; + background: rgb(181,181,181); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical { + border: 2px transparent grey; + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px; + background: rgba(34, 142, 255, 255); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:pressed { + border: 2px transparent grey; + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px; + background: rgb(181,181,181); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal { + border: 2px transparent grey; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgba(34, 142, 255, 255); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal:pressed { + border: 2px transparent grey; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(181,181,181); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical { + border: 2px transparent grey; + border-top-left-radius: 7px; + border-top-right-radius: 7px; + background: rgba(34, 142, 255, 255); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:pressed { + border: 2px transparent grey; + border-top-left-radius: 7px; + border-top-right-radius: 7px; + background: rgb(181,181,181); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::left-arrow:horizontal { + border: 1px transparent grey; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + width: 6px; + height: 6px; + background: white; +} +QScrollBar::right-arrow:horizontal { + border: 1px transparent grey; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + width: 6px; + height: 6px; + background: white; +} +QScrollBar::up-arrow:vertical { + border: 1px transparent grey; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + width: 6px; + height: 6px; + background: white; +} +QScrollBar::down-arrow:vertical { + border: 1px transparent grey; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + width: 6px; + height: 6px; + background: white; +} +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { + background: none; +} +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { + background: none; +} diff --git a/styles/darkblue/LICENSE b/styles/darkblue/LICENSE new file mode 100644 index 0000000..d8910ae --- /dev/null +++ b/styles/darkblue/LICENSE @@ -0,0 +1,183 @@ +# License + +## The MIT License (MIT) - Code + +Copyright (c) 2013-2018 Colin Duquesnoy + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## Creative Commons Attribution International 4.0 - Images + +QDarkStyle (c) 2013-2018 Colin Duquesnoy + +Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +### Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). + +* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). + +## Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +### Section 1 – Definitions + +a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + +b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + +c. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + +d. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + +e. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + +f. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + +g. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + +h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. + +i. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + +j. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + +k. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +### Section 2 – Scope + +a. ___License grant.___ + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. __Term.__ The term of this Public License is specified in Section 6(a). + + 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. __Downstream recipients.__ + + A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. ___Other rights.___ + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +### Section 3 – License Conditions + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + +a. ___Attribution.___ + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. + +### Section 4 – Sui Generis Database Rights + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + +b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + +c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +### Section 5 – Disclaimer of Warranties and Limitation of Liability + +a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ + +b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ + +c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +### Section 6 – Term and Termination + +a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + +b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + +c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + +d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +### Section 7 – Other Terms and Conditions + +a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + +b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +### Section 8 – Interpretation + +a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + +b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + +c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + +d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +> Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. +> +> Creative Commons may be contacted at creativecommons.org \ No newline at end of file diff --git a/styles/darkblue/darkblue.qss b/styles/darkblue/darkblue.qss new file mode 100644 index 0000000..b00e9ba --- /dev/null +++ b/styles/darkblue/darkblue.qss @@ -0,0 +1,2004 @@ +/* --------------------------------------------------------------------------- + + Created by the qtsass compiler + + WARNING! All changes made in this file will be lost! + +--------------------------------------------------------------------------- */ +/* QDarkStyleSheet ----------------------------------------------------------- + +This is the main style sheet, the palette has eight colors. + +It is based on three selecting colors, three greyish (background) colors +plus three whitish (foreground) colors. Each set of widgets of the same +type have a header like this: + + ------------------ + GroupName -------- + ------------------ + +And each widget is separated with a header like this: + + QWidgetName ------ + +This makes more easy to find and change some css field. The basic +configuration is described bellow. + + BACKGROUND ----------- + + Light #4D545B #505F69 (unpressed) + Normal #31363B #32414B (border, disabled, pressed, checked, toolbars, menus) + Dark #232629 #19232D (background) + + FOREGROUND ----------- + + Light #EFF0F1 #F0F0F0 (texts/labels) + Normal #AAAAAA (not used yet) + Dark #505F69 #787878 (disabled texts) + + SELECTION ------------ + + Light #179AE0 #148CD2 (selection/hover/active) + Normal #3375A3 #1464A0 (selected) + Dark #18465D #14506E (selected disabled) + +If a stranger configuration is required because of a bugfix or anything +else, keep the comment on the line above so nobody changes it, including the +issue number. + +*/ +/* + +See Qt documentation: + + - https://doc.qt.io/qt-5/stylesheet.html + - https://doc.qt.io/qt-5/stylesheet-reference.html + - https://doc.qt.io/qt-5/stylesheet-examples.html + +--------------------------------------------------------------------------- */ +/* QWidget ---------------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QWidget { + background-color: #19232D; + border: 0px solid #32414B; + padding: 0px; + color: #F0F0F0; + selection-background-color: #1464A0; + selection-color: #F0F0F0; +} + +QWidget:disabled { + background-color: #19232D; + color: #787878; + selection-background-color: #14506E; + selection-color: #787878; +} + +QWidget::item:selected { + background-color: #1464A0; +} + +QWidget::item:hover { + background-color: #148CD2; + color: #32414B; +} + +/* QMainWindow ------------------------------------------------------------ + +This adjusts the splitter in the dock widget, not qsplitter + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow + +--------------------------------------------------------------------------- */ +QMainWindow::separator { + background-color: #32414B; + border: 0px solid #19232D; + spacing: 0px; + padding: 2px; +} + +QMainWindow::separator:hover { + background-color: #505F69; + border: 0px solid #148CD2; +} + +QMainWindow::separator:horizontal { + width: 5px; + margin-top: 2px; + margin-bottom: 2px; + image: url(":/darkblue/darkblue/rc/Vsepartoolbar.png"); +} + +QMainWindow::separator:vertical { + height: 5px; + margin-left: 2px; + margin-right: 2px; + image: url(":/darkblue/darkblue/rc/Hsepartoolbar.png"); +} + +/* QToolTip --------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip + +--------------------------------------------------------------------------- */ +QToolTip { + background-color: #148CD2; + border: 1px solid #19232D; + color: #19232D; + /* Remove padding, for fix combo box tooltip */ + padding: 0px; + /* Reducing transparency to read better */ + opacity: 230; +} + +/* QStatusBar ------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar + +--------------------------------------------------------------------------- */ +QStatusBar { + border: 1px solid #32414B; + /* Fixes Spyder #9120, #9121 */ + background: #32414B; +} + +QStatusBar QToolTip { + background-color: #148CD2; + border: 1px solid #19232D; + color: #19232D; + /* Remove padding, for fix combo box tooltip */ + padding: 0px; + /* Reducing transparency to read better */ + opacity: 230; +} + +QStatusBar QLabel { + /* Fixes Spyder #9120, #9121 */ + background: transparent; +} + +/* QCheckBox -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox + +--------------------------------------------------------------------------- */ +QCheckBox { + background-color: #19232D; + color: #F0F0F0; + spacing: 4px; + outline: none; + padding-top: 4px; + padding-bottom: 4px; +} + +QCheckBox:focus { + border: none; +} + +QCheckBox QWidget:disabled { + background-color: #19232D; + color: #787878; +} + +QCheckBox::indicator { + margin-left: 4px; + width: 16px; + height: 16px; +} + +QCheckBox::indicator:unchecked { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked.png"); +} + +QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed { + border: none; + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_focus.png"); +} + +QCheckBox::indicator:unchecked:disabled { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_disabled.png"); +} + +QCheckBox::indicator:checked { + image: url(":/darkblue/darkblue/rc/checkbox_checked.png"); +} + +QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed { + border: none; + image: url(":/darkblue/darkblue/rc/checkbox_checked_focus.png"); +} + +QCheckBox::indicator:checked:disabled { + image: url(":/darkblue/darkblue/rc/checkbox_checked_disabled.png"); +} + +QCheckBox::indicator:indeterminate { + image: url(":/darkblue/darkblue/rc/checkbox_indeterminate.png"); +} + +QCheckBox::indicator:indeterminate:disabled { + image: url(":/darkblue/darkblue/rc/checkbox_indeterminate_disabled.png"); +} + +QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed { + image: url(":/darkblue/darkblue/rc/checkbox_indeterminate_focus.png"); +} + +/* QGroupBox -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox + +--------------------------------------------------------------------------- */ +QGroupBox { + border: 1px solid #32414B; + border-radius: 4px; + padding: 4px; + margin-top: 16px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-right: 5px; + padding-top: 8px; + padding-bottom: 16px; +} + +QGroupBox::indicator { + margin-left: 2px; + width: 16px; + height: 16px; + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_disabled.png"); +} + +QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed { + border: none; + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_focus.png"); +} + +QGroupBox::indicator:unchecked { + border: none; + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_disabled.png"); +} +QGroupBox::indicator:unchecked:disabled { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_disabled.png"); +} + +QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked { + border: none; + image: url(":/darkblue/darkblue/rc/checkbox_checked_focus.png"); +} + +QGroupBox::indicator:checked:disabled { + image: url(":/darkblue/darkblue/rc/checkbox_checked_disabled.png"); +} + +/* QRadioButton ----------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton + +--------------------------------------------------------------------------- */ +QRadioButton { + background-color: #19232D; + color: #F0F0F0; + spacing: 0px; + padding: 0px; + border: none; + outline: none; +} + +QRadioButton:focus { + border: none; +} + +QRadioButton:disabled { + background-color: #19232D; + color: #787878; + border: none; + outline: none; +} + +QRadioButton QWidget { + background-color: #19232D; + color: #F0F0F0; + spacing: 0px; + padding: 0px; + outline: none; + border: none; +} + +QRadioButton::indicator { + border: none; + outline: none; + margin-bottom: 2px; + width: 25px; + height: 25px; +} + +QRadioButton::indicator:unchecked { + image: url(":/darkblue/darkblue/rc/radio_unchecked.png"); +} + +QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed { + border: none; + outline: none; + image: url(":/darkblue/darkblue/rc/radio_unchecked_focus.png"); +} + +QRadioButton::indicator:unchecked:disabled { + image: url(":/darkblue/darkblue/rc/radio_unchecked_disabled.png"); +} + +QRadioButton::indicator:checked { + border: none; + outline: none; + image: url(":/darkblue/darkblue/rc/radio_checked.png"); +} + +QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed { + border: none; + outline: none; + image: url(":/darkblue/darkblue/rc/radio_checked_focus.png"); +} + +QRadioButton::indicator:checked:disabled { + outline: none; + image: url(":/darkblue/darkblue/rc/radio_checked_disabled.png"); +} + +/* QMenuBar --------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar + +--------------------------------------------------------------------------- */ +QMenuBar { + background-color: #32414B; + padding: 2px; + border: 1px solid #19232D; + color: #F0F0F0; +} + +QMenuBar:focus { + border: 1px solid #148CD2; +} + +QMenuBar::item { + background: transparent; + padding: 4px; +} + +QMenuBar::item:selected { + padding: 4px; + background: transparent; + border: 0px solid #32414B; +} + +QMenuBar::item:pressed { + padding: 4px; + border: 0px solid #32414B; + background-color: #148CD2; + color: #F0F0F0; + margin-bottom: 0px; + padding-bottom: 0px; +} + +/* QMenu ------------------------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu + +--------------------------------------------------------------------------- */ +QMenu { + border: 0px solid #32414B; + color: #F0F0F0; + margin: 0px; +} + +QMenu::separator { + height: 2px; + background-color: #505F69; + color: #F0F0F0; + padding-left: 4px; + margin-left: 2px; + margin-right: 2px; +} + +QMenu::icon { + margin: 0px; + padding-left: 4px; +} + +QMenu::item { + padding: 4px 24px 4px 24px; + /* Reserve space for selection border */ + border: 1px transparent #32414B; +} + +QMenu::item:selected { + color: #F0F0F0; +} + +QMenu::indicator { + width: 12px; + height: 12px; + padding-left: 6px; + /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ + /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ +} + +QMenu::indicator:non-exclusive:unchecked { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked.png"); +} + +QMenu::indicator:non-exclusive:unchecked:selected { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_disabled.png"); +} + +QMenu::indicator:non-exclusive:checked { + image: url(":/darkblue/darkblue/rc/checkbox_checked.png"); +} + +QMenu::indicator:non-exclusive:checked:selected { + image: url(":/darkblue/darkblue/rc/checkbox_checked_disabled.png"); +} + +QMenu::indicator:exclusive:unchecked { + image: url(":/darkblue/darkblue/rc/radio_unchecked.png"); +} + +QMenu::indicator:exclusive:unchecked:selected { + image: url(":/darkblue/darkblue/rc/radio_unchecked_disabled.png"); +} + +QMenu::indicator:exclusive:checked { + image: url(":/darkblue/darkblue/rc/radio_checked.png"); +} + +QMenu::indicator:exclusive:checked:selected { + image: url(":/darkblue/darkblue/rc/radio_checked_disabled.png"); +} + +QMenu::right-arrow { + margin: 5px; + image: url(":/darkblue/darkblue/rc/right_arrow.png"); +} + +/* QAbstractItemView ------------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox + +--------------------------------------------------------------------------- */ +QAbstractItemView { + alternate-background-color: #19232D; + color: #F0F0F0; + border: 1px solid #32414B; + border-radius: 4px; +} + +QAbstractItemView QLineEdit { + padding: 2px; +} + +/* QAbstractScrollArea ---------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea + +--------------------------------------------------------------------------- */ +QAbstractScrollArea { + background-color: #19232D; + border: 1px solid #32414B; + border-radius: 4px; + padding: 4px; + color: #F0F0F0; +} + +QAbstractScrollArea:disabled { + color: #787878; +} + +/* QScrollArea ------------------------------------------------------------ + +--------------------------------------------------------------------------- */ +QScrollArea QWidget QWidget:disabled { + background-color: #19232D; +} + +/* QScrollBar ------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar + +--------------------------------------------------------------------------- */ +QScrollBar:horizontal { + height: 16px; + margin: 2px 16px 2px 16px; + border: 1px solid #32414B; + border-radius: 4px; + background-color: #19232D; +} + +QScrollBar:vertical { + background-color: #19232D; + width: 16px; + margin: 16px 2px 16px 2px; + border: 1px solid #32414B; + border-radius: 4px; +} + +QScrollBar::handle:horizontal { + background-color: #787878; + border: 1px solid #32414B; + border-radius: 4px; + min-width: 8px; +} + +QScrollBar::handle:horizontal:hover { + background-color: #148CD2; + border: 1px solid #148CD2; + border-radius: 4px; + min-width: 8px; +} + +QScrollBar::handle:vertical { + background-color: #787878; + border: 1px solid #32414B; + min-height: 8px; + border-radius: 4px; +} + +QScrollBar::handle:vertical:hover { + background-color: #148CD2; + border: 1px solid #148CD2; + border-radius: 4px; + min-height: 8px; +} + +QScrollBar::add-line:horizontal { + margin: 0px 0px 0px 0px; + border-image: url(":/darkblue/darkblue/rc/right_arrow_disabled.png"); + width: 10px; + height: 10px; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on { + border-image: url(":/darkblue/darkblue/rc/right_arrow.png"); + height: 10px; + width: 10px; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::add-line:vertical { + margin: 3px 0px 3px 0px; + border-image: url(":/darkblue/darkblue/rc/down_arrow_disabled.png"); + height: 10px; + width: 10px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on { + border-image: url(":/darkblue/darkblue/rc/down_arrow.png"); + height: 10px; + width: 10px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal { + margin: 0px 3px 0px 3px; + border-image: url(":/darkblue/darkblue/rc/left_arrow_disabled.png"); + height: 10px; + width: 10px; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on { + border-image: url(":/darkblue/darkblue/rc/left_arrow.png"); + height: 10px; + width: 10px; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:vertical { + margin: 3px 0px 3px 0px; + border-image: url(":/darkblue/darkblue/rc/up_arrow_disabled.png"); + height: 10px; + width: 10px; + subcontrol-position: top; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on { + border-image: url(":/darkblue/darkblue/rc/up_arrow.png"); + height: 10px; + width: 10px; + subcontrol-position: top; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { + background: none; +} + +QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { + background: none; +} + +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { + background: none; +} + +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { + background: none; +} + +/* QTextEdit -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets + +--------------------------------------------------------------------------- */ +QTextEdit { + background-color: #19232D; + color: #F0F0F0; + border: 1px solid #32414B; +} + +QTextEdit:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QTextEdit:selected { + background: #1464A0; + color: #32414B; +} + +/* QPlainTextEdit --------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QPlainTextEdit { + background-color: #19232D; + color: #F0F0F0; + border-radius: 4px; + border: 1px solid #32414B; +} + +QPlainTextEdit:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QPlainTextEdit:selected { + background: #1464A0; + color: #32414B; +} + +/* QSizeGrip -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip + +--------------------------------------------------------------------------- */ +QSizeGrip { + background: transparent; + width: 12px; + height: 12px; + image: url(":/darkblue/darkblue/rc/sizegrip.png"); +} + +/* QStackedWidget --------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QStackedWidget { + padding: 4px; + border: 1px solid #32414B; + border: 1px solid #19232D; +} + +/* QToolBar --------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar + +--------------------------------------------------------------------------- */ +QToolBar { + background-color: #32414B; + border-bottom: 1px solid #19232D; + padding: 2px; + font-weight: bold; +} + +QToolBar QToolButton { + background-color: #32414B; +} + +QToolBar::handle:horizontal { + width: 6px; + image: url(":/darkblue/darkblue/rc/Hmovetoolbar.png"); +} + +QToolBar::handle:vertical { + height: 6px; + image: url(":/darkblue/darkblue/rc/Vmovetoolbar.png"); +} + +QToolBar::separator:horizontal { + width: 3px; + image: url(":/darkblue/darkblue/rc/Hsepartoolbar.png"); +} + +QToolBar::separator:vertical { + height: 3px; + image: url(":/darkblue/darkblue/rc/Vsepartoolbar.png"); +} + +QToolButton#qt_toolbar_ext_button { + background: #32414B; + border: 0px; + color: #F0F0F0; + image: url(":/darkblue/darkblue/rc/right_arrow.png"); +} + +/* QAbstractSpinBox ------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QAbstractSpinBox { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + /* This fixes 103, 111 */ + padding-top: 2px; + /* This fixes 103, 111 */ + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; + border-radius: 4px; + /* min-width: 5px; removed to fix 109 */ +} + +QAbstractSpinBox:up-button { + background-color: transparent #19232D; + subcontrol-origin: border; + subcontrol-position: top right; + border-left: 1px solid #32414B; + margin: 1px; +} + +QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off { + image: url(":/darkblue/darkblue/rc/up_arrow_disabled.png"); + width: 9px; + height: 9px; +} + +QAbstractSpinBox::up-arrow:hover { + image: url(":/darkblue/darkblue/rc/up_arrow.png"); +} + +QAbstractSpinBox:down-button { + background-color: transparent #19232D; + subcontrol-origin: border; + subcontrol-position: bottom right; + border-left: 1px solid #32414B; + margin: 1px; +} + +QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off { + image: url(":/darkblue/darkblue/rc/down_arrow_disabled.png"); + width: 9px; + height: 9px; +} + +QAbstractSpinBox::down-arrow:hover { + image: url(":/darkblue/darkblue/rc/down_arrow.png"); +} + +QAbstractSpinBox:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QAbstractSpinBox:selected { + background: #1464A0; + color: #32414B; +} + +/* ------------------------------------------------------------------------ */ +/* DISPLAYS --------------------------------------------------------------- */ +/* ------------------------------------------------------------------------ */ +/* QLabel ----------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe + +--------------------------------------------------------------------------- */ +QLabel { + background-color: #19232D; + border: 0px solid #32414B; + padding: 2px; + margin: 0px; + color: #F0F0F0; +} + +QLabel::disabled { + background-color: #19232D; + border: 0px solid #32414B; + color: #787878; +} + +/* QTextBrowser ----------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea + +--------------------------------------------------------------------------- */ +QTextBrowser { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + border-radius: 4px; +} + +QTextBrowser:disabled { + background-color: #19232D; + border: 1px solid #32414B; + color: #787878; + border-radius: 4px; +} + +QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser::selected, QTextBrowser::pressed { + border: 1px solid #32414B; +} + +/* QGraphicsView ---------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QGraphicsView { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + border-radius: 4px; +} + +QGraphicsView:disabled { + background-color: #19232D; + border: 1px solid #32414B; + color: #787878; + border-radius: 4px; +} + +QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView::selected, QGraphicsView::pressed { + border: 1px solid #32414B; +} + +/* QCalendarWidget -------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QCalendarWidget { + border: 1px solid #32414B; + border-radius: 4px; +} + +QCalendarWidget:disabled { + background-color: #19232D; + color: #787878; +} + +/* QLCDNumber ------------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QLCDNumber { + background-color: #19232D; + color: #F0F0F0; +} + +QLCDNumber:disabled { + background-color: #19232D; + color: #787878; +} + +/* QProgressBar ----------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar + +--------------------------------------------------------------------------- */ +QProgressBar { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + border-radius: 4px; + text-align: center; +} + +QProgressBar:disabled { + background-color: #19232D; + border: 1px solid #32414B; + color: #787878; + border-radius: 4px; + text-align: center; +} + +QProgressBar::chunk { + background-color: #1464A0; + color: #19232D; + border-radius: 4px; +} + +QProgressBar::chunk:disabled { + background-color: #14506E; + color: #787878; + border-radius: 4px; +} + +/* ------------------------------------------------------------------------ */ +/* BUTTONS ---------------------------------------------------------------- */ +/* ------------------------------------------------------------------------ */ +/* QPushButton ------------------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton + +--------------------------------------------------------------------------- */ +QPushButton,QToolButton { + background-color: #505F69; + border: 1px solid #32414B; + color: #F0F0F0; + border-radius: 4px; + padding: 3px; + outline: none; +} + +QPushButton:disabled,QToolButton:disabled { + background-color: #32414B; + border: 1px solid #32414B; + color: #787878; + border-radius: 4px; + padding: 3px; +} + +QPushButton:checked { + background-color: #32414B; + border: 1px solid #32414B; + border-radius: 4px; + padding: 3px; + outline: none; +} + +QPushButton:checked:disabled,QToolButton:checked:disabled { + background-color: #19232D; + border: 1px solid #32414B; + color: #787878; + border-radius: 4px; + padding: 3px; + outline: none; +} + +QPushButton:checked:selected,QToolButton:checked:selected { + background: #1464A0; + color: #32414B; +} + +QPushButton:checked:hover,QToolButton:checked:hover{ + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QPushButton::menu-indicator,QToolButton::menu-indicator { + subcontrol-origin: padding; + subcontrol-position: bottom right; + bottom: 4px; +} + +QPushButton:pressed,QToolButton:pressed { + background-color: #19232D; + border: 1px solid #19232D; +} + +QPushButton:pressed:hover,QToolButton:pressed:hover { + border: 1px solid #148CD2; +} + +QPushButton:hover,QToolButton:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QPushButton:selected,QToolButton:selected { + background: #1464A0; + color: #32414B; +} + +/* QToolButton ------------------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton + +--------------------------------------------------------------------------- */ + +QToolButton[popupMode="1"] { + padding: 2px; + /* Only for MenuButtonPopup */ + padding-right: 12px; + /* Make way for the popup button */ + border: 1px solid #32414B; + border-radius: 4px; +} + +QToolButton[popupMode="2"] { + padding: 2px; + /* Only for InstantPopup */ + padding-right: 12px; + /* Make way for the popup button */ + border: 1px solid #32414B; +} + +QToolButton::menu-button { + padding: 2px; + border-radius: 4px; + border: 1px solid #32414B; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + /* 16px width + 4px for border = 20px allocated above */ + width: 16px; + outline: none; +} + +QToolButton::menu-button:hover { + border: 1px solid #148CD2; +} + +QToolButton::menu-button:checked:hover { + border: 1px solid #148CD2; +} + +QToolButton::menu-indicator { + image: url(":/darkblue/darkblue/rc/down_arrow.png"); + top: -8px; + /* Shift it a bit */ + left: -4px; + /* Shift it a bit */ +} + +QToolButton::menu-arrow { + image: url(":/darkblue/darkblue/rc/down_arrow.png"); +} + +QToolButton::menu-arrow:open { + border: 1px solid #32414B; +} + +/* QCommandLinkButton ----------------------------------------------------- + +--------------------------------------------------------------------------- */ +QCommandLinkButton { + background-color: transparent; + border: 1px solid #32414B; + color: #F0F0F0; + border-radius: 4px; + padding: 0px; + margin: 0px; +} + +QCommandLinkButton:disabled { + background-color: transparent; + color: #787878; +} + +/* ------------------------------------------------------------------------ */ +/* INPUTS - NO FIELDS ----------------------------------------------------- */ +/* ------------------------------------------------------------------------ */ +/* QComboBox -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox + +--------------------------------------------------------------------------- */ +QComboBox { + border: 1px solid #32414B; + border-radius: 4px; + selection-background-color: #1464A0; + padding-left: 4px; + padding-right: 4px; + /* Fixes #103, #111 */ + /* padding-top: 2px; removed to fix #132 */ + /* padding-bottom: 2px; removed to fix #132 */ + /* min-width: 75px; removed to fix #109 */ + /* Needed to remove indicator - fix #132 */ +} + +QComboBox QAbstractItemView { + background-color: #19232D; + border-radius: 4px; + border: 1px solid #32414B; + selection-color: #148CD2; + selection-background-color: #32414B; +} + +QComboBox:disabled { + background-color: #19232D; + color: #787878; +} + +QComboBox:hover { + border: 1px solid #148CD2; +} + +QComboBox:on { + selection-background-color: #19232D; +} + +QComboBox::indicator { + background-color: transparent; + selection-background-color: transparent; + color: transparent; + selection-color: transparent; + /* Needed to remove indicator - fix #132 */ +} + +QComboBox::indicator:alternate { + background: #19232D; +} + +QComboBox::item:alternate { + background: #19232D; +} + +QComboBox::item:checked { + font-weight: bold; +} + +QComboBox::item:selected { + border: 0px solid transparent; +} + +QComboBox::drop-down { + subcontrol-origin: padding; + subcontrol-position: top right; + width: 20px; + border-left-width: 0px; + border-left-color: #32414B; + border-left-style: solid; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +QComboBox::down-arrow { + image: url(":/darkblue/darkblue/rc/down_arrow_disabled.png"); +} + +QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus { + image: url(":/darkblue/darkblue/rc/down_arrow.png"); +} + +/* QSlider ---------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider + +--------------------------------------------------------------------------- */ +QSlider:disabled { + background: #19232D; +} + +QSlider:focus { + border: none; +} + +QSlider::groove:horizontal { + background: #32414B; + border: 1px solid #32414B; + height: 4px; + margin: 0px; + border-radius: 4px; +} + +QSlider::groove:vertical { + background: #32414B; + border: 1px solid #32414B; + width: 4px; + margin: 0px; + border-radius: 4px; +} + +QSlider::add-page:vertical { + background: #1464A0; + border: 1px solid #32414B; + width: 4px; + margin: 0px; + border-radius: 4px; +} + +QSlider::add-page:vertical :disabled { + background: #14506E; +} + +QSlider::sub-page:horizontal { + background: #1464A0; + border: 1px solid #32414B; + height: 4px; + margin: 0px; + border-radius: 4px; +} + +QSlider::sub-page:horizontal:disabled { + background: #14506E; +} + +QSlider::handle:horizontal { + background: #787878; + border: 1px solid #32414B; + width: 8px; + height: 8px; + margin: -8px 0px; + border-radius: 4px; +} + +QSlider::handle:horizontal:hover { + background: #148CD2; + border: 1px solid #148CD2; +} + +QSlider::handle:vertical { + background: #787878; + border: 1px solid #32414B; + width: 8px; + height: 8px; + margin: 0 -8px; + border-radius: 4px; +} + +QSlider::handle:vertical:hover { + background: #148CD2; + border: 1px solid #148CD2; +} + +/* QLineEdit -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit + +--------------------------------------------------------------------------- */ +QLineEdit { + background-color: #19232D; + padding-top: 2px; + /* This QLineEdit fix 103, 111 */ + padding-bottom: 2px; + /* This QLineEdit fix 103, 111 */ + padding-left: 4px; + padding-right: 4px; + border-style: solid; + border: 1px solid #32414B; + border-radius: 4px; + color: #F0F0F0; +} + +QLineEdit:disabled { + background-color: #19232D; + color: #787878; +} + +QLineEdit:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QLineEdit:selected { + background: #1464A0; + color: #32414B; +} + +/* QTabWiget -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar + +--------------------------------------------------------------------------- */ +QTabWidget { + padding: 2px; + selection-background-color: #32414B; + /* Add wanted borders - fix #141, #126, #123 */ +} + +QTabWidget QWidget { + border: 0px solid #32414B; +} + +QTabWidget QWidget QWidget +QTableView, +QTabWidget QTreeView, +QTabWidget QListView, +QTabWidget QGroupBox, +QTabWidget QLineEdit, +QTabWidget QComboBox, +QTabWidget QFontComboBox, +QTabWidget QTextEdit, +QTabWidget QSpinBox, +QTabWidget QDoubleSpinBox { + border: 1px solid #32414B; +} + +QTabWidget::pane { + border: 1px solid #32414B; + border-radius: 4px; + margin: 0px; + /* Fixes double border inside pane wit pyqt5 */ + padding: 0px; +} + +QTabWidget::pane:selected { + background-color: #32414B; + border: 1px solid #1464A0; +} + +/* QTabBar ---------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar + +--------------------------------------------------------------------------- */ +QTabBar { + qproperty-drawBase: 0; + border-radius: 4px; + margin: 0px; + padding: 2px; + border: 0; + /* left: 5px; move to the right by 5px - removed for fix */ +} + +QTabBar::close-button { + border: 0; + margin: 2px; + padding: 0px; + image: url(":/darkblue/darkblue/rc/close.png"); +} + +QTabBar::close-button:hover { + image: url(":/darkblue/darkblue/rc/close-hover.png"); +} + +QTabBar::close-button:pressed { + image: url(":/darkblue/darkblue/rc/close-pressed.png"); +} + +/* QTabBar::tab - selected ------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar + +--------------------------------------------------------------------------- */ +QTabBar::tab { + /* !selected and disabled ----------------------------------------- */ + /* selected ------------------------------------------------------- */ +} + +QTabBar::tab:top:selected:disabled { + border-bottom: 3px solid #14506E; + color: #787878; + background-color: #32414B; +} + +QTabBar::tab:bottom:selected:disabled { + border-top: 3px solid #14506E; + color: #787878; + background-color: #32414B; +} + +QTabBar::tab:left:selected:disabled { + border-left: 3px solid #14506E; + color: #787878; + background-color: #32414B; +} + +QTabBar::tab:right:selected:disabled { + border-right: 3px solid #14506E; + color: #787878; + background-color: #32414B; +} + +QTabBar::tab:top:!selected:disabled { + border-bottom: 3px solid #19232D; + color: #787878; + background-color: #19232D; +} + +QTabBar::tab:bottom:!selected:disabled { + border-top: 3px solid #19232D; + color: #787878; + background-color: #19232D; +} + +QTabBar::tab:left:!selected:disabled { + border-right: 3px solid #19232D; + color: #787878; + background-color: #19232D; +} + +QTabBar::tab:right:!selected:disabled { + border-left: 3px solid #19232D; + color: #787878; + background-color: #19232D; +} + +QTabBar::tab:top:!selected { + border-bottom: 2px solid #19232D; + margin-top: 2px; +} + +QTabBar::tab:bottom:!selected { + border-top: 2px solid #19232D; + margin-bottom: 3px; +} + +QTabBar::tab:left:!selected { + border-left: 2px solid #19232D; + margin-right: 2px; +} + +QTabBar::tab:right:!selected { + border-right: 2px solid #19232D; + margin-left: 2px; +} + +QTabBar::tab:top { + background-color: #32414B; + color: #F0F0F0; + margin-left: 2px; + padding-left: 4px; + padding-right: 4px; + padding-top: 2px; + padding-bottom: 2px; + min-width: 5px; + border-bottom: 3px solid #32414B; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +QTabBar::tab:top:selected { + background-color: #505F69; + color: #F0F0F0; + border-bottom: 3px solid #1464A0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +QTabBar::tab:top:!selected:hover { + border: 1px solid #148CD2; + border-bottom: 3px solid #148CD2; + padding: 0px; +} + +QTabBar::tab:bottom { + color: #F0F0F0; + border-top: 3px solid #32414B; + background-color: #32414B; + margin-left: 2px; + padding-left: 4px; + padding-right: 4px; + padding-top: 2px; + padding-bottom: 2px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + min-width: 5px; +} + +QTabBar::tab:bottom:selected { + color: #F0F0F0; + background-color: #505F69; + border-top: 3px solid #1464A0; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +QTabBar::tab:bottom:!selected:hover { + border: 1px solid #148CD2; + border-top: 3px solid #148CD2; + padding: 0px; +} + +QTabBar::tab:left { + color: #F0F0F0; + background-color: #32414B; + margin-top: 2px; + padding-left: 2px; + padding-right: 2px; + padding-top: 4px; + padding-bottom: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + min-height: 5px; +} + +QTabBar::tab:left:selected { + color: #F0F0F0; + background-color: #505F69; + border-left: 3px solid #1464A0; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +QTabBar::tab:left:!selected:hover { + border: 1px solid #148CD2; + border-left: 3px solid #148CD2; + padding: 0px; +} + +QTabBar::tab:right { + color: #F0F0F0; + background-color: #32414B; + margin-top: 2px; + padding-left: 2px; + padding-right: 2px; + padding-top: 4px; + padding-bottom: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + min-height: 5px; +} + +QTabBar::tab:right:selected { + color: #F0F0F0; + background-color: #505F69; + border-right: 3px solid #1464A0; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +QTabBar::tab:right:!selected:hover { + border: 1px solid #148CD2; + border-right: 3px solid #148CD2; + padding: 0px; +} + +QTabBar QToolButton { + /* Fixes #136 */ + background-color: #32414B; + width: 16px; + height: 16px; +} + +QTabBar QToolButton::left-arrow:enabled { + image: url(":/darkblue/darkblue/rc/left_arrow.png"); +} + +QTabBar QToolButton::left-arrow:disabled { + image: url(":/darkblue/darkblue/rc/left_arrow_disabled.png"); +} + +QTabBar QToolButton::right-arrow:enabled { + image: url(":/darkblue/darkblue/rc/right_arrow.png"); +} + +QTabBar QToolButton::right-arrow:disabled { + image: url(":/darkblue/darkblue/rc/right_arrow_disabled.png"); +} + +/* QDockWiget ------------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QDockWidget { + outline: 1px solid #32414B; + background-color: #19232D; + border: 1px solid #32414B; + border-radius: 4px; + titlebar-close-icon: url(":/darkblue/darkblue/rc/close.png"); + titlebar-normal-icon: url(":/darkblue/darkblue/rc/undock.png"); +} + +QDockWidget::title { + /* Better size for title bar */ + padding: 6px; + border: none; + background-color: #32414B; +} + +QDockWidget::close-button { + background-color: #32414B; + border-radius: 4px; + border: none; +} + +QDockWidget::close-button:hover { + border: 1px solid #32414B; +} + +QDockWidget::close-button:pressed { + border: 1px solid #32414B; +} + +QDockWidget::float-button { + background-color: #32414B; + border-radius: 4px; + border: none; +} + +QDockWidget::float-button:hover { + border: 1px solid #32414B; +} + +QDockWidget::float-button:pressed { + border: 1px solid #32414B; +} + +/* QTreeView QListView QTableView ----------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview + +--------------------------------------------------------------------------- */ +QTreeView:branch:selected, QTreeView:branch:hover { + background: url(":/darkblue/darkblue/rc/transparent.png"); +} + +QTreeView:branch:has-siblings:!adjoins-item { + border-image: url(":/darkblue/darkblue/rc/transparent.png"); +} + +QTreeView:branch:has-siblings:adjoins-item { + border-image: url(":/darkblue/darkblue/rc/transparent.png"); +} + +QTreeView:branch:!has-children:!has-siblings:adjoins-item { + border-image: url(":/darkblue/darkblue/rc/transparent.png"); +} + +QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings { + image: url(":/darkblue/darkblue/rc/branch_closed.png"); +} + +QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings { + image: url(":/darkblue/darkblue/rc/branch_open.png"); +} + +QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover { + image: url(":/darkblue/darkblue/rc/branch_closed-on.png"); +} + +QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover { + image: url(":/darkblue/darkblue/rc/branch_open-on.png"); +} + +QTreeView::indicator:checked, +QListView::indicator:checked { + image: url(":/darkblue/darkblue/rc/checkbox_checked.png"); +} + +QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed, +QListView::indicator:checked:hover, +QListView::indicator:checked:focus, +QListView::indicator:checked:pressed { + image: url(":/darkblue/darkblue/rc/checkbox_checked_focus.png"); +} + +QTreeView::indicator:unchecked, +QListView::indicator:unchecked { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked.png"); +} + +QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed, +QListView::indicator:unchecked:hover, +QListView::indicator:unchecked:focus, +QListView::indicator:unchecked:pressed { + image: url(":/darkblue/darkblue/rc/checkbox_unchecked_focus.png"); +} + +QTreeView::indicator:indeterminate, +QListView::indicator:indeterminate { + image: url(":/darkblue/darkblue/rc/checkbox_indeterminate.png"); +} + +QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed, +QListView::indicator:indeterminate:hover, +QListView::indicator:indeterminate:focus, +QListView::indicator:indeterminate:pressed { + image: url(":/darkblue/darkblue/rc/checkbox_indeterminate_focus.png"); +} + +QTreeView, +QListView, +QTableView, +QColumnView { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + gridline-color: #32414B; + border-radius: 4px; +} + +QTreeView:disabled, +QListView:disabled, +QTableView:disabled, +QColumnView:disabled { + background-color: #19232D; + color: #787878; +} + +QTreeView:selected, +QListView:selected, +QTableView:selected, +QColumnView:selected { + background: #1464A0; + color: #32414B; +} + +QTreeView::hover, +QListView::hover, +QTableView::hover, +QColumnView::hover { + background-color: #19232D; + border: 1px solid #148CD2; +} + +QTreeView::item:pressed, +QListView::item:pressed, +QTableView::item:pressed, +QColumnView::item:pressed { + background-color: #1464A0; +} + +QTreeView::item:selected:hover, +QListView::item:selected:hover, +QTableView::item:selected:hover, +QColumnView::item:selected:hover { + background: #1464A0; + color: #19232D; +} + +QTreeView::item:selected:active, +QListView::item:selected:active, +QTableView::item:selected:active, +QColumnView::item:selected:active { + background-color: #1464A0; +} + +QTreeView::item:!selected:hover, +QListView::item:!selected:hover, +QTableView::item:!selected:hover, +QColumnView::item:!selected:hover { + outline: 0; + color: #148CD2; + background-color: #32414B; +} + +QTableCornerButton::section { + background-color: #19232D; + border: 1px transparent #32414B; + border-radius: 0px; +} + +/* QHeaderView ------------------------------------------------------------ + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview + +--------------------------------------------------------------------------- */ +QHeaderView { + background-color: #32414B; + border: 0px transparent #32414B; + padding: 0px; + margin: 0px; + border-radius: 0px; +} + +QHeaderView:disabled { + background-color: #32414B; + border: 1px transparent #32414B; + padding: 2px; +} + +QHeaderView::section { + background-color: #32414B; + color: #F0F0F0; + padding: 2px; + border-radius: 0px; + text-align: left; +} + +QHeaderView::section:checked { + color: #F0F0F0; + background-color: #1464A0; +} + +QHeaderView::section:checked:disabled { + color: #787878; + background-color: #14506E; +} + +QHeaderView::section::horizontal { + border-left: 1px solid #19232D; +} + +QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { + border-left: 1px solid #32414B; +} + +QHeaderView::section::horizontal:disabled { + color: #787878; +} + +QHeaderView::section::vertical { + border-top: 1px solid #19232D; +} + +QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { + border-top: 1px solid #32414B; +} + +QHeaderView::section::vertical:disabled { + color: #787878; +} + +QHeaderView::down-arrow { + /* Those settings (border/width/height/background-color) solve bug */ + /* transparent arrow background and size */ + background-color: #32414B; + width: 16px; + height: 16px; + border-right: 1px solid #19232D; + image: url(":/darkblue/darkblue/rc/down_arrow.png"); +} + +QHeaderView::up-arrow { + background-color: #32414B; + width: 16px; + height: 16px; + border-right: 1px solid #19232D; + image: url(":/darkblue/darkblue/rc/up_arrow.png"); +} + +/* QToolBox -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox + +--------------------------------------------------------------------------- */ +QToolBox { + padding: 0px; + border: 1px solid #32414B; +} + +QToolBox::selected { + padding: 0px; + border: 2px solid #1464A0; +} + +QToolBox::tab { + background-color: #19232D; + border: 1px solid #32414B; + color: #F0F0F0; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +QToolBox::tab:disabled { + color: #787878; +} + +QToolBox::tab:selected { + background-color: #505F69; + border-bottom: 2px solid #1464A0; +} + +QToolBox::tab:selected:disabled { + background-color: #32414B; + border-bottom: 2px solid #14506E; +} + +QToolBox::tab:!selected { + background-color: #32414B; + border-bottom: 2px solid #32414B; +} + +QToolBox::tab:!selected:disabled { + background-color: #19232D; +} + +QToolBox::tab:hover { + border-color: #148CD2; + border-bottom: 2px solid #148CD2; +} + +QToolBox QScrollArea QWidget QWidget { + padding: 0px; + background-color: #19232D; +} + +/* QFrame ----------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe + +--------------------------------------------------------------------------- */ +.QFrame { + border-radius: 4px; +} + +.QFrame[frameShape="0"] { + border-radius: 4px; + border: 1px transparent #32414B; +} + +.QFrame[height="3"], .QFrame[width="3"] { + background-color: #19232D; +} + +/* QSplitter -------------------------------------------------------------- + +https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter + +--------------------------------------------------------------------------- */ +QSplitter { + background-color: #32414B; + spacing: 0px; + padding: 0px; + margin: 0px; +} + +QSplitter::separator { + background-color: #32414B; + border: 0px solid #19232D; + spacing: 0px; + padding: 1px; + margin: 0px; +} + +QSplitter::separator:hover { + background-color: #787878; +} + +QSplitter::separator:horizontal { + width: 5px; + image: url(":/darkblue/darkblue/rc/Vsepartoolbar.png"); +} + +QSplitter::separator:vertical { + height: 5px; + image: url(":/darkblue/darkblue/rc/Hsepartoolbar.png"); +} + +/* QDateEdit -------------------------------------------------------------- + +--------------------------------------------------------------------------- */ +QDateEdit { + selection-background-color: #1464A0; + border-style: solid; + border: 1px solid #32414B; + border-radius: 4px; + /* This fixes 103, 111 */ + padding-top: 2px; + /* This fixes 103, 111 */ + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; + min-width: 10px; +} + +QDateEdit:on { + selection-background-color: #1464A0; +} + +QDateEdit::drop-down { + subcontrol-origin: padding; + subcontrol-position: top right; + width: 20px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +QDateEdit::down-arrow { + image: url(":/darkblue/darkblue/rc/down_arrow_disabled.png"); +} + +QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus { + image: url(":/darkblue/darkblue/rc/down_arrow.png"); +} + +QDateEdit QAbstractItemView { + background-color: #19232D; + border-radius: 4px; + border: 1px solid #32414B; + selection-background-color: #1464A0; +} + +QAbstractView:hover { + border: 1px solid #148CD2; + color: #F0F0F0; +} + +QAbstractView:selected { + background: #1464A0; + color: #32414B; +} + +PlotWidget { + /* Fix cut labels in plots #134 */ + padding: 0px; +} diff --git a/styles/darkblue/rc/Hmovetoolbar.png b/styles/darkblue/rc/Hmovetoolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..cead99ed108a83715a939fc293dd7692008ac6b2 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3HFSYrjteQfx`y?k)_Q87dhn@7xXk0~Fyb z@Q5sCVBi)8VMc~ob0mO*>?NMQuI%?&Bn5OO*L%Ib02GqV42dXl&d<$F%_{+N85o?4 zQWHy3QxwWGOEMJPJ$(aG^itV@;trlJjv*0;-<~t%Vo=~=cKEuuHadP)@WGQuU7r}S zO7(3kn;EC7l=k(^o8K==q_@k14TBON%sx1ZaXWETh=#i?0*QIL`njxgN@xNAL{>as literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/Hsepartoolbar.png b/styles/darkblue/rc/Hsepartoolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..7f183c8b3ee5ffaa6157867cb88ebb7e67f9c0fa GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^>_BYK!3HFCsxJuxDYhhUcNd1u43!L(ckTxN0g7-I zctjR6FmMB9xrG@SX3dcR3bL1Y`ns~;XOR@p6Zv)R$U2~qrKgKyh{fsT1O>Ju$B!EW z@!}4{#Nd`-q4nn`YMg93@~{6$nhfv4z>`4eS;NZqID=!NmZu#9Lx(rZWlOyY_CP}z NJYD@<);T3K0RUVxGDiRa literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/Vmovetoolbar.png b/styles/darkblue/rc/Vmovetoolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6a655e28a82d9a2a228f8242c36526e8a4c07f GIT binary patch literal 2847 zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3HFkJ+IURQteeC5hX#1CLR`%d#7cHnS%A2Lzs$J-54gd?|2;R~vB$Ugni`as5(-z;zMpLbmE z7ID(uN9924^5y%qec~iGYk0q()m=P0`zC(aps>X~A>r_{)a!Sz zY)R|Bb*k3wpXa*!-`+fZnf8m(zFJ4%hSAg`3=CXMnLsB+`1)8S=jZArrsOB3>Q&?x z0Nu*KU}IlVkeHmETB4AYnx2_wtMq>NekFy>6kDZmQ(pt$0_W6>OpmIf)Zi+=kmRcD zWXlvKdpj8?tx|+4B-HR8jh3>Am7x}#W5t}@Y|~!c^M2iSPV}rI&*A^=WN+~?=&Vl ygu8D0*FJNn=jr!(^S^Lg%ww3~C^^Nk!Gr(UTn_G4$)y^gMx>{!pUXO@geCyvkrMU* literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/Vsepartoolbar.png b/styles/darkblue/rc/Vsepartoolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf62f16850863c2320aaefe25370cc58b830b54 GIT binary patch literal 2839 zcmeAS@N?(olHy`uVBq!ia0vp^_CUCLR`!4bxG2n3iKl72Bf`gC5@>NnV&31g`pAwdPzkQ=l%7Vw==YG+Y z;*R{@$Y8N?!vx*44_b}PABGv17W(DBeA4HcDtV+}TlK|re->%8Et_p^RrY4m+oBaK zmV^avE!r#CpZ)pQi@BTkpMJ^jp{V2iw(i&y1_myMOrVn@e0{8v^K+E%t*Amd+F5V%0wNv=peG!PC{xWt~$(69A|)Be?(o literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/branch_closed.png b/styles/darkblue/rc/branch_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..d652159a365396a046329cfc7695c89ee54431ca GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq!^2X+?^QKos)S90ZA8lL>4nJ za0`PlBg3pY5H=O_B-6{JiOAS{|sjWh15M=978y+r}k{*WnkcFe(-;BX~D)* rS0)5haD*y~YzrxP=F!`JhM)Jr2M#8aN7~DQS{OWC{an^LB{Ts5zf35P literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/branch_open.png b/styles/darkblue/rc/branch_open.png new file mode 100644 index 0000000000000000000000000000000000000000..66f8e1ac619d242f3d5a31ffb11291c09ea40468 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QjEnx?oJHr&dIz4a+s35-CY>w z1e^Sc1@brxJR*x37`TN&n2}-D90{Nxdx@v7EBhS|ac*foG2iHXppcfQi(?4K_2h&D z3_UzN#dZqZOE?US3>3JRaTpjFIL#0^D8eWr9I$mUBg3(s>=RYLe}q@I}tWrRrD znb}Ixd^VfCTof3O$5To7z+TeY%-%{8Xqj0TXadtXjvvnioO1)<8F)?8beJT`ri}2M zFbq4s?=OK{NrU`Lc!f11U|&TzK$0YzG);%V!SlRPUjG!3)RVNXBD^R8tR?l%1k5Zb z>&&mP1KRn(zqZ;rr{AQ-aeVft74g2C{0nMpcc5=4_v#?OB0Z^16oyv z9SMMKJ}9LhcVc4lE`M7u2%vNUtlIB3u_x)uR5|hc~=Gc}uvMgKV^)Kh^oO=Qu zfCI4Rqk$}g0O$e@EP1! z+OXMMb+UVB$}?9mBycuZhNS-YXIa4eU`j{dAp@Hn6RGKY^IoMg>|D3|;F){|oqKJk z1dGm{>3jcsK4ZbnB|*%quC7YG{Y}m|pU?GPhr%L$M}Zt!8JQN>$El}hJbU)+o?)@6 zc)sAp?G}CYOda{5FCR#>CF&S_R%V!La^lSFZMn<`xJA~q91>kH<(9&t{+R&>&fMPj zzFzm&B*W$@LH?aDbQ!F9jXoFO|88IEdyYM8>#a4Jv+O^VpZ{;h^Z4Prckg~)P~mT^ z+PhEU_(#qLYtI$3t{4CQX});ken#XqDIK|E9)6@8@4cHZehH{wB#b2 z2loUwX$4&eDY6CA9{g%>{6Bws+N*GfiHw2$A3c?4JD1!|@Uq^kuxR(;028kw%Q;Vv zck@`Bjak3o{JbW^)(a;UpH|m7O=ol|nesEDP$oT>7b^6TbesdY<;1H*a)QL?3Iu)#$2{zK~&}H}mGnmS>MG@-&xTGnBmDI3?({v9Yl_ z!?Vi@#=Bj0O;R~0zTWkodzWhzL*L|2mkU=bnNDKA$MrAv8^eb8mG`_wuGmiB%TXx6 z61^=~Io*lXp*2HD?2zbhadGk68k)b}-85M`rOM4kPHlbWs+hDcnI^MdKI3=V^lVE1Sy?+^CSmY&^>bP0l+XkK!TWtM literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_checked_disabled.png b/styles/darkblue/rc/checkbox_checked_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..4762561b320ecefb4561eb068c52b582a5a17cc1 GIT binary patch literal 413 zcmV;O0b>4%P)HQzMiJ(Iq=_+( zr;B4q#hkaZ4|+>GiX7W7el3PYf33vVd*0a&(=U0qwm5Nhepxb&YwLC|?ptzS^)t># zt+3tJDt2YD=owX~s@PT+e_LtMTir*!H$D6MKrJub+&Amao|ZH3xBN~^`}r(6E#3JZ zvx$_ixpQwxmzvPtHraV;&peslF-R~auxP*CzmZWy;)ePn-rE}Mo?d#nxvKeFE}82DbICX|FAkE|2NIGWMJUfv9|1k zL_>G~oKp>x8(OyVr1Blk+C87~>f()e`*y8faOPm~o8OWbLQVeK+Kc&j?o%!^zAyF5 zHn@9TJmW2fOvXzY%u8537V}OJQ|L8wh-xq)ThRCNPsX$V?Dc)GuV=7lev_pfd|Z0T znSA@ z?CCkGwv2hQxWVF$SCY%0Ss1QgU2DU3!>y3_Kx&@B$5VUR`>pb{@ARrFyF`?=a+Td! zm+zoA*Dm?OBJC^jTJxWutteufyHWN;k9zvK&LW0i+Kz0xKc`-}GE1QMXz=@mVci0s z5>hxVGPmno5(w^SWE40ywTV;U^Qx_zzY5t^p5JQMGQ+R``CPAVZ(%(-n?np8x3dj5 zJb%QL6nFIfWY+xd%W=bg9rHzCPrw>9K;=7=c+ndW7q~|0ExOg0l)&9!($q-aflphtHS5;q znS{qw`V%J<837L#QFGS`E2&Uv1M57(0cPFW+*WM?n-IIbTTcYGXRbjW;rkLmAZR@$ z02DJj^HV4*ptO6uI#*xzrg}-32V*mgE M07*qoM6N<$f>9x@00000 literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_checked_focus@2x.png b/styles/darkblue/rc/checkbox_checked_focus@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..04b3bb514ed8a58c0b699f84b6bd584943b63ca5 GIT binary patch literal 888 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wk0|T>` zr;B4q#hkaZ{r!alMUI}Aox*#OH~94Yz1&Mv9|!GYO;8am7xFz|@4z(QA(@eP28Xxl zM3x_7J5nxd?kM!#cyfbcqH;-Jx0ChUnL#XVw{Lxq-dp+p+?PF%Cr@ZghWm=HKiu<{cZt0&|S*B{e8z1{E+b4WtuH0qkTIPg>>n}|?+jjqRx}p>Jrbx?Ye-k`zG+gpN z=Q+7`$Cg;}tHl%UJ*c?BaDVZ}i*lvniU#c$lI>45OnY?c{pW9U7FYEbEWh;pmu+zO zw0Op247rTAB$&6bW+d}m5L?h|=n&mtMz-MDrJtGge*fQNrn{eM5s!sk?gx7V4TJW_ z4=O5}nrfD6o~%fTmA_j2Ag{nCr=k6=*JNge+2#F{A2l*hO}@$5*1{u@aQM2Ps@S&n zWMK*8Z*xAMm~W{kcCFb^ky)pJ*TK?!hTQabHD^rkhI#C{|B@-?;`OQ9ZLXOwFt}Uq z@z7_d^Mnt5Gd3Ha^9asi4|>yM?4)TWpmOT&p_?m&X1(B?TJ+AIeYGpc6P*)k2b~tD zP88a}GU>~K##K$7mtJhLo>?b2^}EbpB^9Ug)a*NU8SVF37=u`X)#Yy#2=x4L+xh06 z)vOg$zr^m($U0c5G^IRa-=dW^t((R5XMLJ@CdJyuyX{5diYY~Udozw~vMdmvBD--z lUS*8E|IInTRGj;dsbdx!hpFk&$-u0{;OXk;vd$@?2>@l2it_*f literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_indeterminate.png b/styles/darkblue/rc/checkbox_indeterminate.png new file mode 100644 index 0000000000000000000000000000000000000000..6b846365cb5982d73587e3fd3f1dabf232bf557d GIT binary patch literal 424 zcmV;Z0ayNsP)!eTD^LSm9pHEf zC2fJ5U+`=Jn|yHEk|k!=4T7L^Dd)r5T{BAx0FvfF)A#-5B_Jk~$?c&nZ)91v$m3t` zx^wOscm(#qiq8hJ3blYP(4g#Nk}C|uzUO(PL+ji=&;L*xGfT28TbzH*YJC7KgM#Jx S9h|cO0000vr$WWu7Csk0Zly)HIcECocTG+(6v?DF&%DnNv4?l6 z@RK<+bI*UaV}4LK`Il6{>Z@AQQr{YWeire>mqY2-gWvzI9X#kb!TesnCB%ypZECNPTt&Dwbw3t)-(P;wa@CM+ddYQmw&IxnRMJ? z@x_RqMK4$m%(b|}dH6%!x1$*;`D=jQ^4R-f#?R23lh_*~KEDphIB9bB>YF`s%#YUU zEtJ*&9rS3|J8_1$AsHJOU%dOwd0gY4alLF$9v|oFo1B$wIkQ9q~@j8UVZbU z4fCbw>VfyX!#tEw~uz7G#aFbThb&$$!*us#xh4B*863L%2=eNCes+Zoe z&iaaF`k^c984!{evFQK{rak%G5V(JP_c`~Xp7C(u$X5I|5+0)PDEO+`GD6(~G&})t3j~%>L zew{gUrZB^2&j~Zq}z8ScSXl)^BlfrkXtO(o3`sGv&`9NQw*P2F9qfj22WQ%mvv4F FO#o-*hT;GK literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_indeterminate_disabled.png b/styles/darkblue/rc/checkbox_indeterminate_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..435048a087c2f2d3f6b7c8847499b1a86ad7eadc GIT binary patch literal 412 zcmV;N0b~A&P)Rx50TY(K0}FM;l3a&UCD1yU+dyK!@!qEYcTdxsbKt)ty9>74y#{p;;sB*dEwGsD#PoST!{|F$CKv+chwgeCYPKE%c zu5bQ3Dgqi=0tcZKIJiJ1Z^L%GN@vh);_uzMa0C@71xkTZAom`~`)_q~@CuXyMGiX7W7el3PYf33vVd*0a&(=U0qwm5Nhepxb&YwLC|?ptzS^)t># zt+3tJDt2YD=owX~s$Qo>%jflSy*>I!HS%*+f$;Xtv(+}{-D^AZe#_^yw4cwC)h5e6 zW0dM$HhW>3l&f%O++i+%e0oa__p=FwFSu94r0PVfpdTJ7d}o4L{>?(MP9Dx&P`r`7GoTP&`y?;3gAVd`FzILHxrE&UwZOCU%D2 z5BmEq=rid*F^Z1g8z*FNqDOtcL5Adk-mD3Z=f4@vo*&bD)xl)q3)54!_60ki)lW)w zEx!3y`M%2U2Frg16L^*RA1ssAin4tg{fa-?<84O7!%U014;+71U1sBF*!kw0;EXtH zCug^lGlFjK}O?p3~3B;BX*! zYvXB#m_H|1mRWrCjJO?e%wWy6YRQ1xQq9}0#a$OFUbYG6T}pH%^ac{Ol~n`GG5AHUc&0J z7)@|XjogJ--^(uGQvW!$A#`=htBU3+h7s$k`t6RsVrFKp>&Q|+CBb*K>bt9F!u~LY zp2a8UG&MMV112aQnH9Wu#8o@ZvRIFuh{#F0WnO7#Eah!mc27qAS?Si^(+sCI)-vwc zBki-N=>5UPebHRy$tO7kr^zl{B)UyXdV>G*^AcNLaD1Jv{hZZ!-Wi5m)@^b`Bq@QRrBF4I>Byd0w{KQ)_E(?( z%I7k}umAa5pKfnqy*Qgg3?0p;k~h8uk_z`LQ^S@s*N zRKf#lqq*scOo96Xe*0L7LbyVu3+%E82UzwSD?_yd>^+R`aXb__oVmJLgr7W_hvCo;`K!hHFt1#NlJz?+1*r;Dni z#Q@<6*aL3RK>nRW*)5=$_%R7h?ODsi=mxEGB|860Hi|d~-X!`p%lQJ`M0Cq(CH1@j O0000SZ-aQj)pq zBJ^PY0p;oMn#9kG%+?VX(sO$LF(706ZtkTmZ*$)M@!M?tK5u@d)n@t0m5j{?FPuA( z+H`4W&Ge=oA&ItDMuA#}yd!JY2Kp&zI3&6^_;SbSpW~CeYW*^a+2dtg$uZVXVh-<1 zHFJf2i=30)bF!|T<2<+3{f4V=XMan4Zp0$I@kF-RkyYit->ay}$+(-k^Ct(ras6)0 zaz1N4Yq*BJ;veOPF2{FM6%!gSIX`q}G@8nGu%-3}XMc^HsgRPp!}p}R7>)Q^M|PEE zduE=w<$73Ca6*#)j(*nwh; zX}#?4!|UUwc=0*>-m>a~<2~Mc5^EoHav5>`=k2e#nKhTaVN=?^PoZBmz1^A$6`47B zexF)rJ~^`6Gx<%$<(cvme9!KDh;2%IkzcpY zv88JxuY7a-)%-S*xu*Zv65ChnoEGpeJYF}2F}KywVLQWJ3FZ>+3%v-Y@8Q=~-;2tb&EJsUhn%odC`G|uQtA6b9Q3m*zi(2 zJ;>X7@kY)b$?AiZPwrdliJ3JSDl+R7$U3Cv8;DMSUsDpDr?uqX`)>@NPKJkW5P2;f zFh|yAQNg+(MUR!qyUNZZueO<-no8p1L=Ped@ae1*e&;M5Y+z+!A9NH3|ePI`7KiE+} zMf={`$16XZ)n50X6;(8kzopr0L(*sg#Z8m literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked.png b/styles/darkblue/rc/checkbox_unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..54044babf9ad9d8941ef34afdc1b60acd8ca5ba0 GIT binary patch literal 397 zcmV;80doF{P)0#3jQH~}Z%R|`oypz{lv0kEw;PFu3f%)%&&dQBxC{~elH zb|D~X3ABCRUpFB!olb9#ZF#FK%T-nXGMFSu@&r5p2O#I8fvkf72!R&Y29t_7jt8FS rjgPH!_k90{Y|Shy%W`!-nmOJ9Bb0qej2bl$00000NkvXXu0mjf@6M%U literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked@2x.png b/styles/darkblue/rc/checkbox_unchecked@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..1259a98415ad83e9963d62a239cfdba3d070006f GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wk0|V1_ zPZ!6KiaBp*Z_K+KAky}K@{Qo_Gr9uGrcH8x5q*J6D{xzg!c?OpyFPM@M4uFDbUDe! zvtV2PMe~f)NA65n<+aUkn+4Cd=;FsF3%#n6zSd1HepmQqe*E?Cde0fynjhLZPgXIN z>SevX?fQ(Lk`2olrZGeqhkpC-!cfKF*YQGu=kVUL-L;nQmKL&2cwQ-e=8xQg#hEMi zIG>xbQ<`TxQRd>r|o--TgpL4k<>*zB7_uqeE+i&xJzUH2ryedRXe&)_~ zNBbFNj6Pd7*k2a0V)b(QB5;7KAxbLcneXvJh6koaWlrz-0=#ksE>8D(!E|8T```AT z{-vB-khb}!j05|DB%s1@M}ZnyuWQV`ZpjBXt%=|9@0q^W(xBY*^yf8UUFnUlcU>*o zS<{j&Toou{dy)Uxq<@QYZ)gAbe&DuV)JKL3SzGIjKkxR*IJs#}sBQjFVu|FYmjMVQO>j`e&XKalN0* zuHJ3S;dQ=VH;?f9FtJcb&#Tl;3uArV{62Fb9gWMc5Cka zqWE&Ju1OT{@?TZ+7}aM!7xl3SHdrq3NGhoA6{jAIOVdMaKk#ZQ#4iY43#|tqz;>zo!`M2JL9B=9{l3ET_mx+UaD4y$SNC|~f|&u# z0m@p3+;$|D8%XRq+Oh2YM(1F!mD63GEUs`4woUt%XKON5b*56J>z(}lJv&}k$sK>@ qCm3J)J5c1UzmZwGfy6uWdPeuhSGidpU$h6Ndj?NeKbLh*2~7asZ)TAI literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked_disabled.png b/styles/darkblue/rc/checkbox_unchecked_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..75f0490241920ab00bf0b744706002927fef1b7b GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DX&fq~J) z)5S3)qV?_djeds$B-$Q+Hy3d`)pY$rtBc1gu8Sc`$D|)^bU3tt^T>@E8_F-V zEd74KNp_>k@rAl(TP4-qv}}Q z`Ta~)e`l{0D&>E}!qi%&zc_ZnGA8Z}jT!saPUFANaQEL=fr;u5QuAFNZ+)J7O2hwh z;hZvEBe4Uj20s3eR1TLk#)>{=$UcAjO>YKI4MX0pf2}F_)yk`I3 zQi~_v!h3m0JTt|K$ zeVb`C?Rw+Sg{HqR-AwqRVW22Cw>hOjM=?q0{hqonNt4v}&3Y)*e{Suc&+%#AHE%xu dx$5&=_{fHMm-9T)tAK&Z;OXk;vd$@?2>_H>p$z~4 literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked_disabled@2x.png b/styles/darkblue/rc/checkbox_unchecked_disabled@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ecef9d53404b1b00d8e93a25011209fdfe4dc3 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wk0|PUs zr;B4q#hkaZH~I?)${gRnzv`{iB~Pc;yRNsF#92++!XwM)rr@EJC*&*O{)4+jbymk> zs|=0Fin6mZJZJP|dT{xi6XB3v8{hr?_ulTB`ulrczy46y z;I??@$pHPyK|lXABpzQjvvN|yZ-zETiGyCh({mV1*~&UI?wY;Iz8ds$%k4#ZY!hb6 z&QCt%%}~D1<=NN50}GbE{dCNo;ZA0dJG0N_o+6u%QU_`TUagy0UQ)CpU}cC@-ATXO zGc4v+Fh4jsKk!Y%M%M!uEkFJg<^HR$3{3&MMnd82&f0X9YK}wHfbqemP0%sC?iK&$zKd zI{1}MKjRsjn^FR0b8_Xqw4Odv7bu&RtoACeq4=D&_J-Df|DXM5vo>X5;MlR;?}J1` zx4q?A)`ho!X?gJ~XWcvBaP8uaeD}Ml0a+hpe%G~BB&CV4~o nS(EH$?!8;iW}3{JeKy}A?C}e4!GthiPGRtL^>bP0l+XkK71MGH literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked_focus.png b/styles/darkblue/rc/checkbox_unchecked_focus.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0a18f011c48bd8e177c002ec82b62a77b6bbad GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DX&fq~J+ z)5S3)qV?@{L%%}-GRHr@pRZ;RwP>1giJ-b)0#o?|5sBR^n|n+is9H1|eq@=;&_0hb z$w^i*^FQB|wk;19q^tL%U9WAi$%w_#KH5~g1f?iA=ydwlio z*Vmp0cJ7zpy2C7eL160npjWQv9by(V8vXgOPL8|b^v6BRJNGc;Ps^%*xix(0l;xSd z&-`?ZSo5+}_Wt#}vPo8pIU(59^1!9+^*UGWHuP>}`~8(?!|r0<)f)CL3=0>`Wn$Ri zz5Da~MJ^7XB_8-EF|Z}TPyt6r+2!n`f;kDX3>^XuJJw#jvvQU7-|eeC0$4JP*rYa| z*uvHF`OiJCSxWYVdVamZz1?jlp7eh44$rjF6*2UngE&GqXYl| literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/checkbox_unchecked_focus@2x.png b/styles/darkblue/rc/checkbox_unchecked_focus@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..14bec86c2c9a99eb7c9847581c12f11b96802eff GIT binary patch literal 848 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wk0|PUY zr;B4q#hkaZH~NVLO0=GrY;DVUoFle$`@vYL=zB~(lRD;r-g*SHHVcUHTPjpF^UtJzHQMgT?&fZTnN%U6=*KICUy796C06q5NCBk}V9K(^nm|I4I7b_kZ=0 z?o$vm1T!6*#^^|uF-dCpFM z?B8{fv{!#0&)sUL|hVm18iQ&sWE6Ao_ZjP^FCTId4t@ z1EK8ehhBcFu@n5PUK8_6XTi4mH5_kQ4;a`7%W&HIgWNewG^Gx{l7mFQi zYgK{nP+GHXmQ-8GnpsVKF2FF|-WTcb=gFzCK_q+npR5Ao?G2WX_piF!wcpZ@zx$-6 zCZpUIhJ?L070-zQ1FN$2O!pz5z4A|T)~tT$nx&uc_~Zrt!1J?YT^#T5{_!%nCOW;@ zWxr5Q=Wa%Y{WpDW&uc9_88^Y@f9TuTO;Jmh%mDdmEcIjWNbq(eXJntW8BDy#t@@2P8 zpVpxl_q3nOIH*rM>zFO@`pbqFu2D9AH|HFFXmR@w+xq3dOLR6hn*p;3gQu&X%Q~lo FCIAuOan%fg7Vjp9u{EX2uR)3IzgUq7I*gfDkg6 z6}(gg#PAPS37<3yq5DUx1uxYLqU++-!zcAXa9?KkOS>T`o#j>-{9pC}>{L z3ZFNk0#yd9wcCOKodWOI^T94;(Ee2bqdm%kFyh>ezh#&DG-@|Ue$b} z9d&3tV#>Nnr0Z3S^y~tfYC>t0s0%>jKvu~0@(FD+CO|iVs*7f@;)NtHM<&weM-!!eNeL3e02!aqq4bH10g#soof{c zQ;y3g&4v&yi1sHl2$Nj5{b=e)xBP6brWHS&+`7BI7++e~6ja~-00000NkvXXu0mjf DlJ4z| literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/close-pressed.png b/styles/darkblue/rc/close-pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..9b243bfe83b00b79986333b06a82e51198e0ce39 GIT binary patch literal 565 zcmV-50?Pe~P)HGofL?%-F$ep+G=P)Zw!b5L^bU zg4gnZnEqju@L97EhJO?-c&$+oLl;L6pEUx(eBo8XXIUZqux})~Oq8zH`&pJz(7m7+ zzHCGVst(p_w+8__1>UdcgI&m={hI)0dz1xX#YWa9O z>d<(`ly#Fx-y<*BBFGpC%%0DJJ_V2v6yZ}km;wlM@69vA*WQ#@Vb4fV^?Vks7MOvc z4xbXa7#e}FB792K8o+9(7fv0%Y)?`S&#noI;!3t3Fd9ZxSxPrVtf7?q5Aq$MUO4sU ziyVOGJ%Ax80BblU1Q`HiEr65+!0e+=0f7#{5`HBFN;Q}@+VhH+B1tuP)KICjFe^p^ z1%Rg~)eztS5W`pr0k$cc5`GRV{9q%1v4AN?0t5ha^=3nG-?*xtXKl1D*%OT5mvst& z^=E`wFUOL;&{|8SS^ zNwW}!f3#chQllV-F5W$S(g+0eg-;2eWQFi$-^lJVQF>bMCs{^8_kv#dyb%?sGFYqK z9t7wVh%tWHg$&xi31GHISrBG?dl_y4c!x6@g2%6w#XSW)^Utc5kGG?$#xtg@n?(B7 zykLtUVdhB90MB~>Ls9_N za7qX=0LWSZDG7ktN1Xx!9e^eLN(hu{Fln^s6)#1SYOvN&uDdWRMgj$Zrzh1A-~bTA zSP22PDH;NP4lDd%BY?4hDMkVW0CV+bLvY`?s-9v^=l`+&sm>W$=cM8<0NGzjOEm{I4T literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/down_arrow.png b/styles/darkblue/rc/down_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..e271f7f90b4132c9d740058d8b6c915dbdd626d2 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QjEnx?oJHr&dIz4a+s35-CY>w z1e^Sc1@brxJR*x37`TN&n2}-D90{Nxdx@v7EBhS|ac(A-+!@lDKp{;}7sn8e>&XcR z7pulY;Wn^IBG(*7A%~?b^VC!N=hHC=sm-IdEdjT~uc)I$ztaD0e F0ssj2CNKa1 literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/down_arrow_disabled.png b/styles/darkblue/rc/down_arrow_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..5805d9842bb3c8bdf9ae741ebabc690a4929585a GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QjEnx?oJHr&dIz4a+s35-CY>| zxA&jf59DzcctjR6FmMZlFeAgPITAoY_7YEDSN1y`;vAyZcdU741BJ9aT^vI=t|uoP zVCdoDDYjGKUczBuWT3#kjKjddz-flSK@mm~;ef4+85xf4WSF7(8A5T-G@y GGywodVJqnX literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/left_arrow_disabled.png b/styles/darkblue/rc/left_arrow_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b9af8a34edb5f8dd767bf6afa303b89a31d38f GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq!^2X+?^QKos)S9igfHv;w-n{$XJ@?Li z=Uy0Kfd3up$2d*Xp`s|J%xnfY2aNiyZQ!G%wJ;1f(lq^f>;&RCz6h)URp1lw9{A?B zPXXtFF<{F%cWZfh`R#ELP!vUpq$S|Fq{S@Dw)QhjlB8;8cY!OwLZ0V2U`HYlMbW&Z zJCbTymOc6d!X!y@)67h*;o-++U_lTp0M%x*IoZumR|5X2 zeJTsir~PuTGe96|I*OvJ09lr8nb~JaGkp`F{m$QatZTGWeGr_aTDg$)4j4ZSfl>C} zIkXF|m;LUYlFH)5%)YZHSbY)rC+J0Bo3_H0Xz+)>z|0!uLefcpSKkCa(w5f}s|VQc z-swdM05iJ)eCV5iq%~kHNs=mn7nxV|&VnzhCrh8w_^*LDCa zisHJNt(VR^9RrxzdaKpCfmcK4+!FAmQmJfq4YWrzU8OjRqN|c>Wwo1G!^~EF)eeGn=p1>vfLWj!Se7Bwk+M zd67ZVNi(}3=`8TYIX8El1IaGZG#zR-o0DGK$N7CE`(S2kl}cr^pOI{U0S5R5Xs;wF ToNEXF00000NkvXXu0mjfWnWy$ literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/radio_checked@2x.png b/styles/darkblue/rc/radio_checked@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f5eed9bd70d89f47f06ba261cb4edfbb4e4b5a GIT binary patch literal 1703 zcmV;Y23YxtP)DA|fIpA|fIpA|fJQN9aX$WEe)9ZQH#7 zx&dql&<0?G6h8;>1i&PK2}M!HlF8(g7h%_$I>0o|4fFH!M*!?&=68bJOGG~dxEhPa z&Y7n9d~GaTBM0>N_t!T!H-8Gi1hBD8vjqT8Ww{l=x-#u%0GOFf=EC{&=W{hR6l>rB zUDw}b=C1&3EvaSz_n3KHQIwm^Je^9VGO`{3NZ0jdB5Jp7dk+!y0NCZR?;#O=luD(3 zs-?X(b%3g>eMEEt#eZ`iz!}@NPmhd@JYC_|WyIt0Rv|>3h>n)%TOgvtsZ{Dpt!%D| z15DEtb8~YkB1)80Ut#9smSsJvMz^Y}TZrfsfCDAfRzpL>plO;;HM#+yu37~E;Cc83 zB07>vr7qV(w{&2irfIhToC8n~K+R^e0H9T?zv?$Y*Y$&P%mcs-5%t!3oVuv0`W_Ko zhy1WI^Fhn9zNtoMRSu8_{eb)!T_B>}D?Plf>n+UO3!oRkHssd=Kz#^Q{C^7Uwa}tRPMD;BogZtMbVh~a{vt$RA&KLjW$x z%c)Ez^H$g?QiQn)0OUOHPIXtxJ-nuAJB1K`F!LZPKRjd`LkRJQrfEC<8l=sz;#sj@GgyxeaGTL26M)msT>J|=a0 zDcG>MxY!d^Z+=@bW2TqD-$y58&~ zp9-OKwLJ7z3=9mkARi+DLO4H+118-95w-is$3o~_6*3mEg!=mW_7eG|S6+!Q4w!HY zwr%h63W;b8`7Ld&$)aS@Q$oQ8$8jcnC`N>0GH$;N%d&0=A-WK5I6M|Y zbXk^l!%rytTn7Nmd?IZAF!V|=lgV5_ab7+k1C`4d8X9`wIL;0LNvv*m$P&>h$8mP} z{qq2z>-r}sCQ7DeXJ;=4G`~PqVR4xUyoCT^aR5DXSGN^Q!{QI+JU_mQu=p+H7eD`9 zSiHobJ|g;BUd}M{Udyt6tX6NCzLq3Lh^VjHJfTvpQFrg&{jIaJ^9>^E1n?#i9q8)n z`s>b}JHJ+|yA=7_e-FTo4O;1R`ipAy)+9IB*x0CNvsnh9B0n51X_~gX7Rgb=FxqX~ zKE=!*x^+a9j>TfWq4=Pzd3v0g&pM7X5+*$^1EHVcWlxWnB0r3mu{1Ko$VYF-0o=^x za?>)BQ#c?oFfh;}H#U2aU*2|j?3*H@k6-Eo5-$Dy{q;>vO^1o-B+4I=$)Om@*@WVj z*2@etpO~GUz4%HTktxMJBqfs;9Tjg_%6%fb_DUX-^20EUw#CK89w9`xjNUFgCPze* xj^j+!)zyu^sAF;w5fKp)5fKp)5fQH^{{rv2WO|-0I^+NV002ovPDHLkV1m|R8595j literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/radio_checked_disabled.png b/styles/darkblue/rc/radio_checked_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..73ff735f2d19546a1969d9c3e8f036382db6ee13 GIT binary patch literal 792 zcmV+z1LypSP)fhxyl_>w|av=Wx-*3`GRC7)pS$ z2hwXf*|u{f03GLDYZ1==^>X0*JTS}CK>4{2*NXfU60kghw4PtMN|am#&VdVUz(MGI zH6FhJu)cg}L-1q(CVD0yd>qn;+X7D^rNz!WhG~kXx&nCsI#HxvD*9nKn!oc*GK`A} zcNqp?c$*K;@`AM!_TKP6#x6&|X1l_5B+dOE0np4p4etpydnRD?7{bYIfoA`8^NS5b zz_T4b)+z9#o(agB!yXwqeWnbM6`7x4w=5_%zP);X@dmU@v*B0^=6WVD#8w^HP%B)| zM1E`V^(Q8sZ~J1KNVYcV{Gq|tC9-NLYew+&h+ixeQZA0BxD;38@eA2g%Wr!#;Mpwl z?o#|s2p-#SXWS8Q)QsZVG!8$Mb>gvkkSM1S_-)JBa zJhA*h@C>r2W}Pw|6FgP$X9qcubPz>R>A4Qq+O=ILx<@kbqZZ5^@r#9CMzTKo=;I%9 Wcs7D#t(C6;0000O7Xe*IGaaN0^q%y94 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 FV1i%!3Jm}N literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/radio_unchecked_focus@2x.png b/styles/darkblue/rc/radio_unchecked_focus@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..0927b4959779ff4c358ea9324828b1d9a06d5514 GIT binary patch literal 1424 zcmV;B1#kL^P)R4DU2Mmoz?dn7ez$|GTqJ7UbGT@6ZMq&E(i{n=~;wyWRJF756b3X9MD5! z^~&^F0NtfVUY{>SPQE_Y{KAj)s@{pU%OZs{fb4eLL~t%M+wvoNMETJM0&>9Wfyd`i zx_L{8&P-S9a1h!qiBx(&$w2^7z;Qyd^_X8>-wucmJlZ3WYXATuqktVj&r_GWRJu(m z{_4J1DcqAye*TLeO{Neh+UYf z6-tj&ol|0*&^17p`9kC*fH?pVC8uK-rfPL`v>YJT+s@Joj~8>vmOpiL{P6l%^9vA{ zY=e*x>uslwj-CS`yPP6LMFw;jt`nw$&Fb6PMkoh{|<1&SP)DX z_w)ZHB81>CyF$-v0sW=${{)>WV8`c(dXP&NR9z5KKzwRf#B=OWX9~E{TC?WtlbF}> zL9-_HAPy%+0MK(JSz`)t(k(5ISdHGt2a5%>%m$fUxMyW_o`BI}*^upC#|I5rvVo#T z7wcOI?@xfiTV;biue^fB5SDBZdS01&c7UC+k^2BZU`wKJqTZ`UP$c>$>IrOis$)9Y zB(2XN!5dCdXcUg>XaoUez6(xRkHAeG4Lt{#D+WPi?3x^2)jP3PN5>DVdMDO8IRiU; zWUd(0(a~~1?#Q|s3VWRDayxFnv^du^0e}Wi>E;i$SAyA^{1pJt?3(OOq|*C!wY-w( zPah~tlswI@%wN^j(q9T6+LTwsUH}#Vkh~o0f4o&&?;WX2rQ0aH>{Km9?DLZ}^|cqs zb+z85@SsyQ4d7N?D&6Ksb1{mE5ohH`NQd80yzkABlbPuQ00lJ zFjfTTf=H4EmK;sgq<6r|I0M1gZkqtTnKvyb-kap8OU3j!aY?wW zUn@Os%y$F$4)1+>ybR}n#4v#MWz7^|Oi@Nec-w^a{8e&ew)}v^n$&~11+$Tq?S`=3 zS>cu2_f!%4-s=MrMTW+s@i);9QF3~bBQp77B*)&*SI+Md85%s5U75f7K^&1Or*udP zJ5gG*zbj(|Zhn}Dq$&_U|F8j+b~|*wUkJ;l%oZHT?}(3D>Wp7T%b9XV|~Y(T_!;F44$rjF6*2UngIS-C?Eg; literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/sizegrip.png b/styles/darkblue/rc/sizegrip.png new file mode 100644 index 0000000000000000000000000000000000000000..350583aaac4aa474ac449eaea2cc7ddd060276b9 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;TYyi9E0A8dZe4lyHC-T!u_VYZ zn8D%MjWi%f)6>Nz(!sM1rC-2ha+zM<2rMwpeI*@Z@PO%TWH}e*?iSqXK(y9 XcW6R37#&FAr-gY z-rUH`puoZ4SQyZj9Qd}kRkgExspwA+*PdmovgYQ`l$1@M%Pi(EdF8VmvF&CX@A%e}M=bpY`_UHx3vIVCg!0H#+y$^ZZW literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/stylesheet-branch-more.png b/styles/darkblue/rc/stylesheet-branch-more.png new file mode 100644 index 0000000000000000000000000000000000000000..62711409d7ed69ec98979394795822630458d9eb GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^5PiX%b9eR9<JS%C8jVk7;fc! UBk#RM6lem2r>mdKI;Vst0ANBkrT_o{ literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/stylesheet-vline.png b/styles/darkblue/rc/stylesheet-vline.png new file mode 100644 index 0000000000000000000000000000000000000000..87536cce16aabb3710663f720f8d354b1bb0b757 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^fk14@;zM~Ln>~) zy|9s&!GMF=@x%h2gO1`OFspnaH4_oY}#FfpL8m Q-wTkir>mdKI;Vst0J6j{!2kdN literal 0 HcmV?d00001 diff --git a/styles/darkblue/rc/undock.png b/styles/darkblue/rc/undock.png new file mode 100644 index 0000000000000000000000000000000000000000..58cde37b8c347cce922a5c8d585cecd3d1d53cf2 GIT binary patch literal 553 zcmV+^0@nSBP)^A63yeMKfW*ZwDZ^nnx z*>N1-o_6PX%HpCr@+RB^lMuLJRMK}qlL0fvPW%cK5fCHliaEE$MO{E8JKra#P* ze8DUU!yjc!{EAT`h8ky2zF>p|cf-Gue1VsQFLoeLsDq3m*u@efxYi#+`|+rt+d!2( z%U_R#Poy&sdI2dnLS`KWL`ah1`^j$_DY9d@^DpTFvwdFC9hweQ@~izQ2F8{Tsscum zic$iNfSErUK>}qlvMOh0cevVyD*zF^QVCE3kbh1^0*nBLY!xK@GBO(|dkRC_uk9@> zKrw$am9RvBa#zP9VVVGC@*cahB*3RZ_Q?*~zH}Xs(f%|65zAIaw_8$xk_6V6v)ly~ zBrpeD$QZyRfj!$mcZ19o8^T`8CUh1+DnYf*kgfx~Bq$eIloO#964Wb9>Y?apG7-B< z>Y?a}5+e2%W`cVG4+&Apo9&w+-Q_6qOb`j_<*1oY2}| zxA&jf59DzcctjR6FmMZlFeAgPITAoY_7YEDSN1y`;vAy| zxA&jf59DzcctjR6FmMZlFeAgPITAoY_7YEDSN1y`;v6FKKb3EC1BH}5T^vI=t|uoP z;C)upuu)` `` +Copyright © `<2015-2016>` `` + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the “Software”), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/styles/darkbreeze/darkbreeze.qss b/styles/darkbreeze/darkbreeze.qss new file mode 100644 index 0000000..1baac42 --- /dev/null +++ b/styles/darkbreeze/darkbreeze.qss @@ -0,0 +1,1624 @@ +/* + * BreezeDark stylesheet. + * + * :author: Colin Duquesnoy + * :editor: Alex Huszagh + * :license: MIT, see LICENSE.md + * + * This is originally a fork of QDarkStyleSheet, and is based on Breeze/ + * BreezeDark color scheme, but is in no way affiliated with KDE. + * + * --------------------------------------------------------------------- + * The MIT License (MIT) + * + * Copyright (c) <2013-2014> + * Copyright (c) <2015-2016> + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * --------------------------------------------------------------------- + */ + +QToolTip +{ + border: 0.1ex solid #eff0f1; + background-color: #31363b; + alternate-background-color: #3b4045; + color: #eff0f1; + padding: 0.5ex; + opacity: 200; +} + +QWidget +{ +color: #eff0f1; + background-color: #31363b; + selection-background-color:#3daee9; +selection-color: #eff0f1; + background-clip: border; + border-image: none; + border: 0px transparent black; + outline: 0; +} + +QWidget:item:hover +{ + background-color: #3daee9; + color: #eff0f1; +} + +QWidget:item:selected +{ + background-color: #3daee9; +} + + +QCheckBox +{ + spacing: 0.5ex; + outline: none; + color: #eff0f1; + margin-bottom: 0.2ex; + opacity: 200; +} + +QCheckBox:disabled +{ + color: #76797c; +} + +QGroupBox::indicator +{ + width:18px; + height:18px; + margin-left: 0.2ex; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} +QCheckBox::indicator +{ + width:18px; + height:18px; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QCheckBox::indicator:unchecked, +QCheckBox::indicator:unchecked:focus +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QCheckBox::indicator:unchecked:hover, +QCheckBox::indicator:unchecked:pressed, +QGroupBox::indicator:unchecked:hover, +QGroupBox::indicator:unchecked:focus, +QGroupBox::indicator:unchecked:pressed +{ + border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked.svg); +} + +QCheckBox::indicator:checked, +QGroupBox::indicator:checked +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_checked.svg); +} +QGroupBox { + margin-top: 12px; + padding-top: 12px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QCheckBox::indicator:checked:hover, +QCheckBox::indicator:checked:focus, +QCheckBox::indicator:checked:pressed, +QGroupBox::indicator:checked:hover, +QGroupBox::indicator:checked:focus, +QGroupBox::indicator:checked:pressed +{ + border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_checked.svg); +} + +QCheckBox::indicator:indeterminate +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_indeterminate.svg); +} + +QCheckBox::indicator:indeterminate:focus, +QCheckBox::indicator:indeterminate:hover, +QCheckBox::indicator:indeterminate:pressed +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_indeterminate.svg); +} + +QCheckBox::indicator:indeterminate:disabled +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_indeterminate_disabled.svg); +} + +QCheckBox::indicator:checked:disabled, +QGroupBox::indicator:checked:disabled +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_checked_disabled.svg); +} + +QCheckBox::indicator:unchecked:disabled, +QGroupBox::indicator:unchecked:disabled +{ +border: none; + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QRadioButton +{ + spacing: 0.5ex; + outline: none; + color: #eff0f1; + margin-bottom: 0.2ex; +} + +QRadioButton:disabled +{ + color: #76797c; +} + +QRadioButton::indicator:unchecked, +QRadioButton::indicator:unchecked:focus +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_unchecked_disabled.svg); +} + + +QRadioButton::indicator:unchecked:hover, +QRadioButton::indicator:unchecked:pressed +{ + border: none; + outline: none; + border-image: url(:/darkbreeze/darkbreeze/rc/radio_unchecked.svg); +} + + +QRadioButton::indicator:checked +{ + border: none; + outline: none; + border-image: url(:/darkbreeze/darkbreeze/rc/radio_checked.svg); +} + +QRadioButton::indicator:checked:hover, +QRadioButton::indicator:checked:focus, +QRadioButton::indicator:checked:pressed +{ + border: none; + outline: none; + border-image: url(:/darkbreeze/darkbreeze/rc/radio_checked.svg); +} + +QRadioButton::indicator:checked:disabled +{ + outline: none; + border-image: url(:/darkbreeze/darkbreeze/rc/radio_checked_disabled.svg); +} + +QRadioButton::indicator:unchecked:disabled +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenuBar +{ + background-color: #31363b; + color: #eff0f1; +} + +QMenuBar::item +{ + background: transparent; +} + +QMenuBar::item:selected +{ + background: transparent; + border: 0.1ex solid #76797c; +} + +QMenuBar::item:pressed +{ + border: 0.1ex solid #76797c; + background-color: #3daee9; + color: #eff0f1; + margin-bottom: -0.1ex; + padding-bottom: 0.1ex; +} + +QMenu +{ + border: 0.1ex solid #76797c; + color: #eff0f1; + margin: 0.2ex; +} + +QMenu::icon +{ + margin: 0.5ex; +} + +QMenu::item +{ + padding: 0.5ex 3ex 0.5ex 3ex; + margin-left: 0.5ex; + border: 0.1ex solid transparent; /* reserve space for selection border */ +} + +QMenu::item:selected +{ + color: #eff0f1; +} + +QMenu::separator +{ + height: 0.2ex; + background: lightblue; + margin-left: 1ex; + margin-right: 0.5ex; +} + +/* non-exclusive indicator = check box style indicator + (see QActionGroup::setExclusive) */ +QMenu::indicator:non-exclusive:unchecked +{ + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QMenu::indicator:non-exclusive:unchecked:selected +{ + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QMenu::indicator:non-exclusive:checked +{ + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_checked.svg); +} + +QMenu::indicator:non-exclusive:checked:selected +{ + border-image: url(:/darkbreeze/darkbreeze/rc/checkbox_checked.svg); +} + +/* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ +QMenu::indicator:exclusive:unchecked +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenu::indicator:exclusive:unchecked:selected +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenu::indicator:exclusive:checked +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_checked.svg); +} + +QMenu::indicator:exclusive:checked:selected +{ + border-image: url(:/darkbreeze/darkbreeze/rc/radio_checked.svg); +} + +QMenu::right-arrow +{ + margin: 0.5ex; + border-image: url(:/light/right_arrow.svg); + width: 0.6ex; + height: 0.9ex; +} + + +QWidget:disabled +{ + color: #454545; + background-color: #31363b; +} + +QAbstractItemView +{ + alternate-background-color: #31363b; + color: #eff0f1; + border: 0.1ex solid 3A3939; + border-radius: 0.2ex; +} + + +QTabWidget:focus, +QCheckBox:focus, +QRadioButton:focus, +QSlider:focus +{ + border: none; +} + +QLineEdit +{ + background-color: #232629; + padding: 0.5ex; + border-style: solid; + border: 0.1ex solid #76797c; + border-radius: 0.2ex; + color: #eff0f1; +} + +QAbstractScrollArea +{ + border-radius: 0.2ex; + border: 0.1ex solid #76797c; + background-color: transparent; +} + +QScrollBar:horizontal +{ + height: 1.5ex; + margin: 0.3ex 1.5ex 0.3ex 1.5ex; + border: 0.1ex transparent #2A2929; + border-radius: 0.4ex; + background-color: #2A2929; +} + +QScrollBar::handle:horizontal +{ + background-color: #3daee9; + min-width: 0.5ex; + border-radius: 0.4ex; +} + +QScrollBar::add-line:horizontal +{ + margin: 0px 0.3ex 0px 0.3ex; + border-image: url(:/darkbreeze/darkbreeze/rc/right_arrow_disabled.svg); + width: 1ex; + height: 1ex; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal +{ + margin: 0ex 0.3ex 0ex 0.3ex; + border-image: url(:/darkbreeze/darkbreeze/rc/left_arrow_disabled.svg); + width: 1ex; + height: 1ex; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::add-line:horizontal:hover, +QScrollBar::add-line:horizontal:on +{ + border-image: url(:/darkbreeze/darkbreeze/rc/right_arrow.svg); + width: 1ex; + height: 1ex; + subcontrol-position: right; + subcontrol-origin: margin; +} + + +QScrollBar::sub-line:horizontal:hover, +QScrollBar::sub-line:horizontal:on +{ + border-image: url(:/darkbreeze/darkbreeze/rc/left_arrow.svg); + width: 1ex; + height: 1ex; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:horizontal, +QScrollBar::down-arrow:horizontal +{ + background: none; +} + + +QScrollBar::add-page:horizontal, +QScrollBar::sub-page:horizontal +{ + background: none; +} + +QScrollBar:vertical +{ + background-color: #2A2929; + width: 1.5ex; + margin: 1.5ex 0.3ex 1.5ex 0.3ex; + border: 0.1ex transparent #2A2929; + border-radius: 0.4ex; +} + +QScrollBar::handle:vertical +{ + background-color: #3daee9; + min-height: 0.5ex; + border-radius: 0.4ex; +} + +QScrollBar::sub-line:vertical +{ + margin: 0.3ex 0ex 0.3ex 0ex; + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow_disabled.svg); + height: 1ex; + width: 1ex; + subcontrol-position: top; + subcontrol-origin: margin; +} + +QScrollBar::add-line:vertical +{ + margin: 0.3ex 0ex 0.3ex 0ex; + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow_disabled.svg); + height: 1ex; + width: 1ex; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:vertical:hover, +QScrollBar::sub-line:vertical:on +{ + + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow.svg); + height: 1ex; + width: 1ex; + subcontrol-position: top; + subcontrol-origin: margin; +} + + +QScrollBar::add-line:vertical:hover, +QScrollBar::add-line:vertical:on +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow.svg); + height: 1ex; + width: 1ex; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical +{ + background: none; +} + + +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical +{ + background: none; +} + +QTextEdit +{ + background-color: #232629; + color: #eff0f1; + border: 0.1ex solid #76797c; +} + +QPlainTextEdit +{ + background-color: #232629;; + color: #eff0f1; + border-radius: 0.2ex; + border: 0.1ex solid #76797c; +} + +QHeaderView::section +{ + background-color: #76797c; + color: #eff0f1; + padding: 0.5ex; + border: 0.1ex solid #76797c; +} + +QSizeGrip +{ + border-image: url(:/darkbreeze/darkbreeze/rc/sizegrip.svg); + width: 1.2ex; + height: 1.2ex; +} + +QMainWindow::separator +{ + background-color: #31363b; + color: white; + padding-left: 0.4ex; + spacing: 0.2ex; + border: 0.1ex dashed #76797c; +} + +QMainWindow::separator:hover +{ + + background-color: #787876; + color: white; + padding-left: 0.4ex; + border: 0.1ex solid #76797c; + spacing: 0.2ex; +} + +QMenu::separator +{ + height: 0.1ex; + background-color: #76797c; + color: white; + padding-left: 0.4ex; + margin-left: 1ex; + margin-right: 0.5ex; +} + + +QStackedWidget +{ + border: 0.1ex transparent black; +} + +QToolBar +{ + border: 0.1ex transparent #393838; + background: 0.1ex solid #31363b; + font-weight: bold; +} + +QToolBar::handle:horizontal +{ + border-image: url(:/darkbreeze/darkbreeze/rc/hmovetoolbar.svg); + width = 1.6ex; + height = 6.4ex; +} + +QToolBar::handle:vertical +{ + border-image: url(:/darkbreeze/darkbreeze/rc/vmovetoolbar.svg); + width = 5.4ex; + height = 1ex; +} + +QToolBar::separator:horizontal +{ + border-image: url(:/darkbreeze/darkbreeze/rc/hsepartoolbar.svg); + width = 0.7ex; + height = 6.3ex; +} + +QToolBar::separator:vertical +{ + border-image: url(:/darkbreeze/darkbreeze/rc/vsepartoolbars.svg); + width = 6.3ex; + height = 0.7ex; +} + +QPushButton +{ + color: #eff0f1; + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #3b4045, stop: 0.5 #31363b); + border-width: 0.1ex; + border-color: #76797c; + border-style: solid; + padding: 0.5ex; + border-radius: 0.2ex; + outline: none; +} + +QPushButton:disabled +{ + background-color: #31363b; + border-width: 0.1ex; + border-color: #454545; + border-style: solid; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + padding-left: 1ex; + padding-right: 1ex; + border-radius: 0.2ex; + color: #454545; +} + +QPushButton:focus +{ + color: white; +} + +QPushButton:pressed +{ + background-color: #31363b; + padding-top: -1.5ex; + padding-bottom: -1.7ex; +} + +QComboBox +{ + selection-background-color: #3daee9; + border-style: solid; + border: 0.1ex solid #76797c; + border-radius: 0.2ex; + padding: 0.5ex; + min-width: 7.5ex; +} + +QPushButton:checked +{ + background-color: #76797c; + border-color: #6A6969; +} + +QPushButton:hover +{ + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #454a4f, stop: 0.5 #3b4045); + border: 0.1ex solid #3daee9; + color: #eff0f1; +} + +QPushButton:checked:hover +{ + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #808386, stop: 0.5 #76797c); + border: 0.1ex solid #3daee9; + color: #eff0f1; +} + +QComboBox:hover, +QAbstractSpinBox:hover, +QLineEdit:hover, +QTextEdit:hover, +QPlainTextEdit:hover, +QAbstractView:hover, +QTreeView:hover +{ + border: 0.1ex solid #3daee9; + color: #eff0f1; +} + +QComboBox:hover:pressed, +QPushButton:hover:pressed, +QAbstractSpinBox:hover:pressed, +QLineEdit:hover:pressed, +QTextEdit:hover:pressed, +QPlainTextEdit:hover:pressed, +QAbstractView:hover:pressed, +QTreeView:hover:pressed +{ + background-color: #31363b; +} + +QComboBox:on +{ + padding-top: 0.3ex; + padding-left: 0.4ex; + selection-background-color: #4a4a4a; +} + +QComboBox QAbstractItemView +{ + background-color: #232629; + border-radius: 0.2ex; + border: 0.1ex solid #76797c; + selection-background-color: #3daee9; +} + +QComboBox::drop-down +{ + subcontrol-origin: padding; + subcontrol-position: top right; + width: 1.5ex; + + border-left-width: 0ex; + border-left-color: darkgray; + border-left-style: solid; + border-top-right-radius: 0.3ex; + border-bottom-right-radius: 0.3ex; +} + +QComboBox::down-arrow +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QComboBox::down-arrow:on, +QComboBox::down-arrow:hover, +QComboBox::down-arrow:focus +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox +{ + padding: 0.5ex; + border: 0.1ex solid #76797c; + background-color: #232629; + color: #eff0f1; + border-radius: 0.2ex; + min-width: 7.5ex; +} + +QAbstractSpinBox:up-button +{ + background-color: transparent; + subcontrol-origin: border; + subcontrol-position: center right; +} + +QAbstractSpinBox:down-button +{ + background-color: transparent; + subcontrol-origin: border; + subcontrol-position: center left; +} + +QAbstractSpinBox::up-arrow, +QAbstractSpinBox::up-arrow:disabled, +QAbstractSpinBox::up-arrow:off +{ + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::up-arrow:hover +{ + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::down-arrow, +QAbstractSpinBox::down-arrow:disabled, +QAbstractSpinBox::down-arrow:off +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::down-arrow:hover +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QLabel +{ + border: 0ex solid black; +} + +/* BORDERS */ +QTabWidget::pane +{ + padding: 0.5ex; + margin: 0.1ex; +} + +QTabWidget::pane:top +{ + border: 0.1ex solid #76797c; + top: -0.1ex; +} + +QTabWidget::pane:bottom +{ + border: 0.1ex solid #76797c; + bottom: -0.1ex; +} + +QTabWidget::pane:left +{ + border: 0.1ex solid #76797c; + right: -0.1ex; +} + +QTabWidget::pane:right +{ + border: 0.1ex solid #76797c; + left: -0.1ex; +} + + +QTabBar +{ + qproperty-drawBase: 0; + left: 0.5ex; /* move to the right by 0.5ex */ + border-radius: 0.3ex; +} + +QTabBar:focus +{ + border: 0ex transparent black; +} + +QTabBar::close-button +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close.svg); + background: transparent; +} + +QTabBar::close-button:hover +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close-hover.svg); + width: 1.2ex; + height: 1.2ex; + background: transparent; +} + +QTabBar::close-button:pressed +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close-pressed.svg); + width: 1.2ex; + height: 1.2ex; + background: transparent; +} + +/* TOP TABS */ +QTabBar::tab:top +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-top: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + min-width: 50px; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:last, +QTabBar::tab:top:only-one +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-right: 0.1ex solid #76797c; + border-top: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + min-width: 50px; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:first:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); + border-left: 0.1ex solid #76797c; +} + +QTabBar::tab:top:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); +} + +/* BOTTOM TABS */ + +QTabBar::tab:bottom +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-bottom: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-width: 50px; +} + +QTabBar::tab:bottom:last, +QTabBar::tab:bottom:only-one +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-right: 0.1ex solid #76797c; + border-bottom: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-width: 50px; +} + +QTabBar::tab:bottom:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #76797c; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; +} + +QTabBar::tab:bottom:first:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:bottom:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); + border-left: 0.1ex solid #76797c; +} + +QTabBar::tab:bottom:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); +} + +/* LEFT TABS */ +QTabBar::tab:left +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-right: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-height: 50px; +} + +QTabBar::tab:left:last, +QTabBar::tab:left:only-one +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-bottom: 0.1ex solid #76797c; + border-right: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-height: 50px; +} + +QTabBar::tab:left:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; +} + +QTabBar::tab:left:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); + border-top: 0.1ex solid #76797c; +} + +QTabBar::tab:left:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); +} + +/* RIGHT TABS */ +QTabBar::tab:right +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-left: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; + min-height: 50px; +} + +QTabBar::tab:right:last, +QTabBar::tab:right:only-one +{ + color: #eff0f1; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-bottom: 0.1ex solid #76797c; + border-left: 0.1ex solid #76797c; + background-color: #31363b; + padding: 0.5ex; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; + min-height: 50px; +} + +QTabBar::tab:right:!selected +{ + color: #eff0f1; + background-color: #54575B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #76797c; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; +} + +QTabBar::tab:right:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); + border-top: 0.1ex solid #76797c; +} + +QTabBar::tab:right:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.2); + border: 0.1ex rgba(61, 173, 232, 0.2); +} + +QTabBar QToolButton::right-arrow:enabled +{ + border-image: url(:/darkbreeze/darkbreeze/rc/right_arrow.svg); +} + +QTabBar QToolButton::left-arrow:enabled +{ + border-image: url(:/darkbreeze/darkbreeze/rc/left_arrow.svg); +} + +QTabBar QToolButton::right-arrow:disabled +{ + border-image: url(:/darkbreeze/darkbreeze/rc/right_arrow_disabled.svg); +} + +QTabBar QToolButton::left-arrow:disabled +{ + border-image: url(:/darkbreeze/darkbreeze/rc/left_arrow_disabled.svg); +} + +QDockWidget +{ + background: #31363b; + border: 0.1ex solid #403F3F; + titlebar-close-icon: url(:/darkbreeze/darkbreeze/rc/transparent.svg); + titlebar-normal-icon: url(:/darkbreeze/darkbreeze/rc/transparent.svg); +} + +QDockWidget::close-button, +QDockWidget::float-button +{ + border: 0.1ex solid transparent; + border-radius: 0.2ex; + background: transparent; +} + +QDockWidget::float-button +{ + border-image: url(:/darkbreeze/darkbreeze/rc/undock.svg); +} + +QDockWidget::float-button:hover +{ + border-image: url(:/darkbreeze/darkbreeze/rc/undock-hover.svg) ; +} + +QDockWidget::close-button +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close.svg) ; +} + +QDockWidget::close-button:hover +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close-hover.svg) ; +} + +QDockWidget::close-button:pressed +{ + border-image: url(:/darkbreeze/darkbreeze/rc/close-pressed.svg) ; +} + +QTreeView, +QListView +{ + border: 0.1ex solid #76797c; + background-color: #232629; +} + +QTreeView::branch:has-siblings:!adjoins-item +{ + border-image: url(:/darkbreeze/darkbreeze/rc/stylesheet-vline.svg) 0; +} + +QTreeView::branch:has-siblings:adjoins-item +{ + border-image: url(:/darkbreeze/darkbreeze/rc/stylesheet-branch-more.svg) 0; +} + +QTreeView::branch:!has-children:!has-siblings:adjoins-item +{ + border-image: url(:/darkbreeze/darkbreeze/rc/stylesheet-branch-end.svg) 0; +} + +QTreeView::branch:has-children:!has-siblings:closed, +QTreeView::branch:closed:has-children:has-siblings +{ + border-image: url(:/darkbreeze/darkbreeze/rc/stylesheet-branch-end-closed.svg) 0; + image: url(:/darkbreeze/darkbreeze/rc/branch_closed.svg); +} + +QTreeView::branch:open:has-children:!has-siblings, +QTreeView::branch:open:has-children:has-siblings +{ + border-image: url(:/darkbreeze/darkbreeze/rc/stylesheet-branch-end-open.svg) 0; + image: url(:/darkbreeze/darkbreeze/rc/branch_open.svg); +} + +/* +QTreeView::branch:has-siblings:!adjoins-item { + background: cyan; +} + +QTreeView::branch:has-siblings:adjoins-item { + background: red; +} + +QTreeView::branch:!has-children:!has-siblings:adjoins-item { + background: blue; +} + +QTreeView::branch:closed:has-children:has-siblings { + background: pink; +} + +QTreeView::branch:has-children:!has-siblings:closed { + background: gray; +} + +QTreeView::branch:open:has-children:has-siblings { + background: magenta; +} + +QTreeView::branch:open:has-children:!has-siblings { + background: green; +} +*/ + +QTableView::item, +QListView::item, +QTreeView::item +{ + padding: 0.3ex; +} + +QTableView::item:!selected:hover, +QListView::item:!selected:hover, +QTreeView::item:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.2); + outline: 0; + color: #eff0f1; + padding: 0.3ex; +} + + +QSlider::groove:horizontal +{ + border: 0.1ex solid #31363b; + height: 0.4ex; + background: #565a5e; + margin: 0ex; + border-radius: 0.2ex; +} + +QSlider::handle:horizontal +{ + background: #232629; + border: 0.1ex solid #626568; + width: 1.6ex; + height: 1.6ex; + margin: -0.8ex 0; + border-radius: 0.9ex; +} + +QSlider::groove:vertical +{ + border: 0.1ex solid #31363b; + width: 0.4ex; + background: #565a5e; + margin: 0ex; + border-radius: 0.3ex; +} + +QSlider::handle:vertical +{ + background: #232629; + border: 0.1ex solid #626568; + width: 1.6ex; + height: 1.6ex; + margin: 0 -0.8ex; + border-radius: 0.9ex; +} + +QSlider::handle:horizontal:hover, +QSlider::handle:horizontal:focus, +QSlider::handle:vertical:hover, +QSlider::handle:vertical:focus +{ + border: 0.1ex solid #3daee9; +} + +QSlider::sub-page:horizontal, +QSlider::add-page:vertical +{ + background: #3daee9; + border-radius: 0.3ex; +} + +QSlider::add-page:horizontal, +QSlider::sub-page:vertical +{ + background: #626568; + border-radius: 0.3ex; +} + +QToolButton +{ + background-color: transparent; + border: 0.1ex solid #76797c; + border-radius: 0.2ex; +} + +QToolButton[popupMode="1"] /* only for MenuButtonPopup */ +{ + padding-right: 2ex; /* make way for the popup button */ +} + +QToolButton[popupMode="2"] /* only for InstantPopup */ +{ + padding-right: 1ex; /* make way for the popup button */ +} + + +QToolButton:hover, +QToolButton::menu-button:hover +{ + background-color: transparent; + border: 0.1ex solid #3daee9; +} + +QToolButton:checked, +QToolButton:pressed, +QToolButton::menu-button:pressed +{ + background-color: #3daee9; + border: 0.1ex solid #3daee9; + padding: 0.5ex; +} + +QToolButton::menu-button +{ + border: 0.1ex solid #76797c; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + /* 1ex width + 0.4ex for border + no text = 2ex allocated above */ + width: 1ex; + padding: 0.5ex; + outline: none; +} + +QToolButton::menu-arrow:open +{ + border: 0.1ex solid #76797c; +} + +QPushButton::menu-indicator +{ + subcontrol-origin: padding; + subcontrol-position: bottom right; + left: 0.8ex; +} + +QTableView +{ + border: 0.1ex solid #76797c; + gridline-color: #31363b; + background-color: #232629; +} + + +QTableView, +QHeaderView +{ + border-radius: 0px; +} + +QTableView::item:pressed, +QListView::item:pressed, +QTreeView::item:pressed +{ + background: #3daee9; + color: #eff0f1; +} + +QTableView::item:selected:active, +QTreeView::item:selected:active, +QListView::item:selected:active +{ + background: #3daee9; + color: #eff0f1; +} + +QListView::item:selected:hover, +QTreeView::item:selected:hover +{ + background-color: #47b8f3; + color: #eff0f1; +} + +QHeaderView +{ + background-color: #31363b; + border: 0.1ex transparent; + border-radius: 0px; + margin: 0px; + padding: 0px; + +} + +QHeaderView::section +{ + background-color: #31363b; + color: #eff0f1; + padding: 0.5ex; + border: 0.1ex solid #76797c; + border-radius: 0px; + text-align: center; +} + +QHeaderView::section::vertical::first, +QHeaderView::section::vertical::only-one +{ + border-top: 0.1ex solid #76797c; +} + +QHeaderView::section::vertical +{ + border-top: transparent; +} + +QHeaderView::section::horizontal::first, +QHeaderView::section::horizontal::only-one +{ + border-left: 0.1ex solid #76797c; +} + +QHeaderView::section::horizontal +{ + border-left: transparent; +} + + +QHeaderView::section:checked +{ + color: white; + background-color: #334e5e; +} + + /* style the sort indicator */ +QHeaderView::down-arrow +{ + image: url(:/darkbreeze/darkbreeze/rc/down_arrow.svg); +} + +QHeaderView::up-arrow +{ + image: url(:/darkbreeze/darkbreeze/rc/up_arrow.svg); +} + +QTableCornerButton::section +{ + background-color: #31363b; + border: 0.1ex transparent #76797c; + border-radius: 0px; +} + +QToolBox +{ + padding: 0.5ex; + border: 0.1ex transparent black; +} + +QToolBox:selected +{ + background-color: #31363b; + border-color: #3daee9; +} + +QToolBox:hover +{ + border-color: #3daee9; +} + +QStatusBar::item +{ + border: 0px transparent dark; +} + +QFrame[height="3"], +QFrame[width="3"] +{ + background-color: #76797c; +} + +QSplitter::handle +{ + border: 0.1ex dashed #76797c; +} + +QSplitter::handle:hover +{ + background-color: #787876; + border: 0.1ex solid #76797c; +} + +QSplitter::handle:horizontal +{ + width: 0.1ex; +} + +QSplitter::handle:vertical +{ + height: 0.1ex; +} + +QProgressBar:horizontal +{ + background-color: #626568; + border: 0.1ex solid #31363b; + border-radius: 0.3ex; + height: 0.5ex; + text-align: right; + margin-top: 0.5ex; + margin-bottom: 0.5ex; + margin-right: 5ex; + padding: 0px; +} + +QProgressBar::chunk:horizontal +{ + background-color: #3daee9; + border: 0.1ex transparent; + border-radius: 0.3ex; +} + +QSpinBox, +QDoubleSpinBox +{ + padding-right: 1.5ex; +} + +QSpinBox::up-button, +QDoubleSpinBox::up-button +{ + subcontrol-origin: content; + subcontrol-position: right top; + + width: 1.6ex; + border-width: 0.1ex; +} + +QSpinBox::up-arrow, +QDoubleSpinBox::up-arrow +{ + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::up-arrow:hover, +QSpinBox::up-arrow:pressed, +QDoubleSpinBox::up-arrow:hover, +QDoubleSpinBox::up-arrow:pressed +{ + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow-hover.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::up-arrow:disabled, +QSpinBox::up-arrow:off, +QDoubleSpinBox::up-arrow:disabled, +QDoubleSpinBox::up-arrow:off +{ + border-image: url(:/darkbreeze/darkbreeze/rc/up_arrow_disabled.svg); +} + +QSpinBox::down-button, +QDoubleSpinBox::down-button +{ + subcontrol-origin: content; + subcontrol-position: right bottom; + + width: 1.6ex; + border-width: 0.1ex; +} + +QSpinBox::down-arrow, +QDoubleSpinBox::down-arrow +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::down-arrow:hover, +QSpinBox::down-arrow:pressed, +QDoubleSpinBox::down-arrow:hover, +QDoubleSpinBox::down-arrow:pressed +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow-hover.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::down-arrow:disabled, +QSpinBox::down-arrow:off, +QDoubleSpinBox::down-arrow:disabled, +QDoubleSpinBox::down-arrow:off +{ + border-image: url(:/darkbreeze/darkbreeze/rc/down_arrow_disabled.svg); +} diff --git a/styles/darkbreeze/rc/branch_closed-on.svg b/styles/darkbreeze/rc/branch_closed-on.svg new file mode 100755 index 0000000..8bd398f --- /dev/null +++ b/styles/darkbreeze/rc/branch_closed-on.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/branch_closed.svg b/styles/darkbreeze/rc/branch_closed.svg new file mode 100755 index 0000000..f5a072f --- /dev/null +++ b/styles/darkbreeze/rc/branch_closed.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/branch_open-on.svg b/styles/darkbreeze/rc/branch_open-on.svg new file mode 100755 index 0000000..4dd0c06 --- /dev/null +++ b/styles/darkbreeze/rc/branch_open-on.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/branch_open.svg b/styles/darkbreeze/rc/branch_open.svg new file mode 100755 index 0000000..0745890 --- /dev/null +++ b/styles/darkbreeze/rc/branch_open.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/checkbox_checked.svg b/styles/darkbreeze/rc/checkbox_checked.svg new file mode 100755 index 0000000..6753d8b --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_checked.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/darkbreeze/rc/checkbox_checked_disabled.svg b/styles/darkbreeze/rc/checkbox_checked_disabled.svg new file mode 100755 index 0000000..ff7e63a --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_checked_disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/darkbreeze/rc/checkbox_indeterminate.svg b/styles/darkbreeze/rc/checkbox_indeterminate.svg new file mode 100755 index 0000000..0f17124 --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_indeterminate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/darkbreeze/rc/checkbox_indeterminate_disabled.svg b/styles/darkbreeze/rc/checkbox_indeterminate_disabled.svg new file mode 100755 index 0000000..bc0f285 --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_indeterminate_disabled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/darkbreeze/rc/checkbox_unchecked.svg b/styles/darkbreeze/rc/checkbox_unchecked.svg new file mode 100755 index 0000000..6f3e569 --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_unchecked.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/checkbox_unchecked_disabled.svg b/styles/darkbreeze/rc/checkbox_unchecked_disabled.svg new file mode 100755 index 0000000..dd73f75 --- /dev/null +++ b/styles/darkbreeze/rc/checkbox_unchecked_disabled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/close-hover.svg b/styles/darkbreeze/rc/close-hover.svg new file mode 100755 index 0000000..e2b0dd8 --- /dev/null +++ b/styles/darkbreeze/rc/close-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/close-pressed.svg b/styles/darkbreeze/rc/close-pressed.svg new file mode 100755 index 0000000..a0dc249 --- /dev/null +++ b/styles/darkbreeze/rc/close-pressed.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/close.svg b/styles/darkbreeze/rc/close.svg new file mode 100755 index 0000000..07b50c9 --- /dev/null +++ b/styles/darkbreeze/rc/close.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/down_arrow-hover.svg b/styles/darkbreeze/rc/down_arrow-hover.svg new file mode 100755 index 0000000..408397f --- /dev/null +++ b/styles/darkbreeze/rc/down_arrow-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/down_arrow.svg b/styles/darkbreeze/rc/down_arrow.svg new file mode 100755 index 0000000..a50df00 --- /dev/null +++ b/styles/darkbreeze/rc/down_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/down_arrow_disabled.svg b/styles/darkbreeze/rc/down_arrow_disabled.svg new file mode 100755 index 0000000..af74a30 --- /dev/null +++ b/styles/darkbreeze/rc/down_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/hmovetoolbar.svg b/styles/darkbreeze/rc/hmovetoolbar.svg new file mode 100755 index 0000000..e4904db --- /dev/null +++ b/styles/darkbreeze/rc/hmovetoolbar.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/hsepartoolbar.svg b/styles/darkbreeze/rc/hsepartoolbar.svg new file mode 100755 index 0000000..89beb22 --- /dev/null +++ b/styles/darkbreeze/rc/hsepartoolbar.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/left_arrow.svg b/styles/darkbreeze/rc/left_arrow.svg new file mode 100755 index 0000000..9c787ce --- /dev/null +++ b/styles/darkbreeze/rc/left_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/left_arrow_disabled.svg b/styles/darkbreeze/rc/left_arrow_disabled.svg new file mode 100755 index 0000000..2d749e7 --- /dev/null +++ b/styles/darkbreeze/rc/left_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/radio_checked.svg b/styles/darkbreeze/rc/radio_checked.svg new file mode 100755 index 0000000..b8f7064 --- /dev/null +++ b/styles/darkbreeze/rc/radio_checked.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/darkbreeze/rc/radio_checked_disabled.svg b/styles/darkbreeze/rc/radio_checked_disabled.svg new file mode 100755 index 0000000..523ee00 --- /dev/null +++ b/styles/darkbreeze/rc/radio_checked_disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/darkbreeze/rc/radio_unchecked.svg b/styles/darkbreeze/rc/radio_unchecked.svg new file mode 100755 index 0000000..1a556e3 --- /dev/null +++ b/styles/darkbreeze/rc/radio_unchecked.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/radio_unchecked_disabled.svg b/styles/darkbreeze/rc/radio_unchecked_disabled.svg new file mode 100755 index 0000000..b3da8a2 --- /dev/null +++ b/styles/darkbreeze/rc/radio_unchecked_disabled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/right_arrow.svg b/styles/darkbreeze/rc/right_arrow.svg new file mode 100755 index 0000000..b793513 --- /dev/null +++ b/styles/darkbreeze/rc/right_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/right_arrow_disabled.svg b/styles/darkbreeze/rc/right_arrow_disabled.svg new file mode 100755 index 0000000..4940025 --- /dev/null +++ b/styles/darkbreeze/rc/right_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/sizegrip.svg b/styles/darkbreeze/rc/sizegrip.svg new file mode 100755 index 0000000..3388f07 --- /dev/null +++ b/styles/darkbreeze/rc/sizegrip.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/spinup_disabled.svg b/styles/darkbreeze/rc/spinup_disabled.svg new file mode 100755 index 0000000..838436d --- /dev/null +++ b/styles/darkbreeze/rc/spinup_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/stylesheet-branch-end-closed.svg b/styles/darkbreeze/rc/stylesheet-branch-end-closed.svg new file mode 100755 index 0000000..eb73b13 --- /dev/null +++ b/styles/darkbreeze/rc/stylesheet-branch-end-closed.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/stylesheet-branch-end-open.svg b/styles/darkbreeze/rc/stylesheet-branch-end-open.svg new file mode 100755 index 0000000..eb73b13 --- /dev/null +++ b/styles/darkbreeze/rc/stylesheet-branch-end-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/stylesheet-branch-end.svg b/styles/darkbreeze/rc/stylesheet-branch-end.svg new file mode 100755 index 0000000..334ca0c --- /dev/null +++ b/styles/darkbreeze/rc/stylesheet-branch-end.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/stylesheet-branch-more.svg b/styles/darkbreeze/rc/stylesheet-branch-more.svg new file mode 100755 index 0000000..f5250ba --- /dev/null +++ b/styles/darkbreeze/rc/stylesheet-branch-more.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/darkbreeze/rc/stylesheet-vline.svg b/styles/darkbreeze/rc/stylesheet-vline.svg new file mode 100755 index 0000000..4e7ff6a --- /dev/null +++ b/styles/darkbreeze/rc/stylesheet-vline.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/transparent.svg b/styles/darkbreeze/rc/transparent.svg new file mode 100755 index 0000000..3a8ca5c --- /dev/null +++ b/styles/darkbreeze/rc/transparent.svg @@ -0,0 +1 @@ + diff --git a/styles/darkbreeze/rc/undock-hover.svg b/styles/darkbreeze/rc/undock-hover.svg new file mode 100755 index 0000000..6bddbd7 --- /dev/null +++ b/styles/darkbreeze/rc/undock-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/darkbreeze/rc/undock.svg b/styles/darkbreeze/rc/undock.svg new file mode 100755 index 0000000..9ab2197 --- /dev/null +++ b/styles/darkbreeze/rc/undock.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/up_arrow-hover.svg b/styles/darkbreeze/rc/up_arrow-hover.svg new file mode 100755 index 0000000..dd1271a --- /dev/null +++ b/styles/darkbreeze/rc/up_arrow-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/up_arrow.svg b/styles/darkbreeze/rc/up_arrow.svg new file mode 100755 index 0000000..9f42239 --- /dev/null +++ b/styles/darkbreeze/rc/up_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/up_arrow_disabled.svg b/styles/darkbreeze/rc/up_arrow_disabled.svg new file mode 100755 index 0000000..742e1c5 --- /dev/null +++ b/styles/darkbreeze/rc/up_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/darkbreeze/rc/vmovetoolbar.svg b/styles/darkbreeze/rc/vmovetoolbar.svg new file mode 100755 index 0000000..0a30d45 --- /dev/null +++ b/styles/darkbreeze/rc/vmovetoolbar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/styles/darkbreeze/rc/vsepartoolbars.svg b/styles/darkbreeze/rc/vsepartoolbars.svg new file mode 100755 index 0000000..00e91ab --- /dev/null +++ b/styles/darkbreeze/rc/vsepartoolbars.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/darkorange/rc/indicator.png b/styles/darkorange/rc/indicator.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6e6a915370707c9c151b60fd34de032c6192a4 GIT binary patch literal 1298 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp9q_EZ7UAn3BBRT^Rni_n+Ah4nJ za0`PlBg3pY5H=O_Q!0ze3GJfbNhh0neJ7EM3e+2mMat#<)>xlq$-qD7Njbq zR%E6zFnDynofbXmjslPC|47$q4Js`OmNu(5HS5@m&n~l1o3zU3)5LzW)aI){yk2mm z-TCpcc31umjqY+s-J>##kBb(ah%xZ^x98lv8jE?qkKSkVFDw6hz<{&LGXC+6&)jdS z{vSBB?Rxs|&D%;ZiS5$NcZ{4T*}Sj$j?LfV zp0{o8m(PD>BddBketbI9FDMzWXZIxk+`MNp&tG|U@V)G+4&1&}M%ibL$8wqZt|o`q zO5DC^6!qz-dBE$4tkQjtRE3qVPi89BGRc&wUEC(X%$j;dv&tq1FkVO&~ z5||moIHZ)mMLThdE??vrx_Fk_*{DTF1Wb=*6wVDkdZcNktFiaAwJM&9nO!G?yey}l zi7e<@dD<}A&+>WDgDovgYny(uww(&iS`n4Jbyn88r3-7KGHxYpo)(q2w0L@-@`0~6 z)-In{EoleGUCqEEE1@g7=5NDtx)MyN09g&zitVRHpexS^~%bN_CI+x z;jaDDWAi5#bKl*s@LX&cdy)LkTBo(sAMcpTeBoB>2~9tbgWt4`HCSWoWB1+Iyx= zlwg=)$8*yPD5+ZF8c~vxSdwa$T$Bo=7>o=IEp-jdbPbI|3{9+zOs$LzwGE7{3=F(D zLb^~i*9#45&d0WCJK)Svh5v6bGah1t;bf1B$=m29wD?`J`y8#PpnG#G{N@{U(QD#9&W_}*TxTMm|oD$v4JcZ&Q zcPF28M__rxAPQ5Ro0wOcmY7^pT9jG@R_-%z!YQBvKDdJXl++vskk;q~PiLSEgQu&X J%Q~loCIA>(1n&R< literal 0 HcmV?d00001 diff --git a/styles/darkorange/style.qss b/styles/darkorange/style.qss new file mode 100644 index 0000000..a667cfb --- /dev/null +++ b/styles/darkorange/style.qss @@ -0,0 +1,472 @@ +QToolTip +{ + border: 1px solid black; + background-color: #ffa02f; + padding: 1px; + border-radius: 3px; + opacity: 100; +} +QWidget +{ + color: #b1b1b1; + background-color: #323232; +} + +QWidget:item:hover +{ + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #ca0619); + color: #000000; +} + +QWidget:item:selected +{ + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a); +} + +QMenuBar::item +{ + background: transparent; +} + +QMenuBar::item:selected +{ + background: transparent; + border: 1px solid #ffaa00; +} + +QMenuBar::item:pressed +{ + background: #444; + border: 1px solid #000; + background-color: QLinearGradient( + x1:0, y1:0, + x2:0, y2:1, + stop:1 #212121, + stop:0.4 #343434/*, + stop:0.2 #343434, + stop:0.1 #ffaa00*/ + ); + margin-bottom:-1px; + padding-bottom:1px; +} + +QMenu +{ + border: 1px solid #000; +} + +QMenu::item +{ + padding: 2px 20px 2px 20px; +} + +QMenu::item:selected +{ + color: #000000; +} + +QWidget:disabled +{ + color: #404040; + background-color: #323232; +} + +QAbstractItemView +{ + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0.1 #646464, stop: 1 #5d5d5d); +} + +QWidget:focus +{ + /*border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);*/ +} + +QLineEdit +{ + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0 #646464, stop: 1 #5d5d5d); + padding: 1px; + border-style: solid; + border: 1px solid #1e1e1e; + border-radius: 5; +} + +QPushButton,QToolButton +{ + color: #b1b1b1; + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646); + border-width: 1px; + border-color: #1e1e1e; + border-style: solid; + border-radius: 6; + padding: 3px; + font-size: 12px; + padding-left: 5px; + padding-right: 5px; +} + +QPushButton:pressed,QToolButton:pressed +{ + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525); +} + +QComboBox +{ + selection-background-color: #ffaa00; + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646); + border-style: solid; + border: 1px solid #1e1e1e; + border-radius: 5; +} + +QComboBox:hover,QPushButton:hover,QToolButton:hover +{ + border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a); +} + + +QComboBox:on +{ + padding-top: 3px; + padding-left: 4px; + background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525); + selection-background-color: #ffaa00; +} + +QComboBox QAbstractItemView +{ + border: 2px solid darkgray; + selection-background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a); +} + +QComboBox::drop-down +{ + subcontrol-origin: padding; + subcontrol-position: top right; + width: 15px; + + border-left-width: 0px; + border-left-color: darkgray; + border-left-style: solid; /* just a single line */ + border-top-right-radius: 3px; /* same radius as the QComboBox */ + border-bottom-right-radius: 3px; + } + +QComboBox::down-arrow +{ + image: url(:/down_arrow.png); +} + + +QTextEdit:focus +{ + border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a); +} + +QScrollBar:horizontal { + border: 1px solid #222222; + background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848); + height: 7px; + margin: 0px 16px 0 16px; +} + +QScrollBar::handle:horizontal +{ + background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f); + min-height: 20px; + border-radius: 2px; +} + +QScrollBar::add-line:horizontal { + border: 1px solid #1b1b19; + border-radius: 2px; + background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a); + width: 14px; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal { + border: 1px solid #1b1b19; + border-radius: 2px; + background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a); + width: 14px; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::right-arrow:horizontal, QScrollBar::left-arrow:horizontal +{ + border: 1px solid black; + width: 1px; + height: 1px; + background: white; +} + +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal +{ + background: none; +} + +QScrollBar:vertical +{ + background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848); + width: 7px; + margin: 16px 0 16px 0; + border: 1px solid #222222; +} + +QScrollBar::handle:vertical +{ + background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f); + min-height: 20px; + border-radius: 2px; +} + +QScrollBar::add-line:vertical +{ + border: 1px solid #1b1b19; + border-radius: 2px; + background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a); + height: 14px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:vertical +{ + border: 1px solid #1b1b19; + border-radius: 2px; + background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d7801a, stop: 1 #ffa02f); + height: 14px; + subcontrol-position: top; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical +{ + border: 1px solid black; + width: 1px; + height: 1px; + background: white; +} + + +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical +{ + background: none; +} + +QTextEdit +{ + background-color: #242424; +} + +QPlainTextEdit +{ + background-color: #242424; +} + +QHeaderView::section +{ + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #616161, stop: 0.5 #505050, stop: 0.6 #434343, stop:1 #656565); + color: white; + padding-left: 4px; + border: 1px solid #6c6c6c; +} + +QCheckBox:disabled +{ +color: #414141; +} + +QDockWidget::title +{ + text-align: center; + spacing: 3px; /* spacing between items in the tool bar */ + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232); +} + +QDockWidget::close-button, QDockWidget::float-button +{ + text-align: center; + spacing: 1px; /* spacing between items in the tool bar */ + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232); +} + +QDockWidget::close-button:hover, QDockWidget::float-button:hover +{ + background: #242424; +} + +QDockWidget::close-button:pressed, QDockWidget::float-button:pressed +{ + padding: 1px -1px -1px 1px; +} + +QMainWindow::separator +{ + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434); + color: white; + padding-left: 4px; + border: 1px solid #4c4c4c; + spacing: 3px; /* spacing between items in the tool bar */ +} + +QMainWindow::separator:hover +{ + + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d7801a, stop:0.5 #b56c17 stop:1 #ffa02f); + color: white; + padding-left: 4px; + border: 1px solid #6c6c6c; + spacing: 3px; /* spacing between items in the tool bar */ +} + +QToolBar::handle +{ + spacing: 3px; /* spacing between items in the tool bar */ + background: url(:/images/handle.png); +} + +QMenu::separator +{ + height: 2px; + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434); + color: white; + padding-left: 4px; + margin-left: 10px; + margin-right: 5px; +} + +QProgressBar +{ + border: 2px solid grey; + border-radius: 5px; + text-align: center; +} + +QProgressBar::chunk +{ + background-color: #d7801a; + width: 2.15px; + margin: 0.5px; +} + +QTabBar::tab { + color: #b1b1b1; + border: 1px solid #444; + border-bottom-style: none; + background-color: #323232; + padding-left: 10px; + padding-right: 10px; + padding-top: 3px; + padding-bottom: 2px; + margin-right: -1px; +} + +QTabWidget::pane { + border: 1px solid #444; + top: 1px; +} + +QTabBar::tab:last +{ + margin-right: 0; /* the last selected tab has nothing to overlap with on the right */ + border-top-right-radius: 3px; +} + +QTabBar::tab:first:!selected +{ + margin-left: 0px; /* the last selected tab has nothing to overlap with on the right */ + + + border-top-left-radius: 3px; +} + +QTabBar::tab:!selected +{ + color: #b1b1b1; + border-bottom-style: solid; + margin-top: 3px; + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434); +} + +QTabBar::tab:selected +{ + border-top-left-radius: 3px; + border-top-right-radius: 3px; + margin-bottom: 0px; +} + +QTabBar::tab:!selected:hover +{ + /*border-top: 2px solid #ffaa00; + padding-bottom: 3px;*/ + border-top-left-radius: 3px; + border-top-right-radius: 3px; + background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00); +} + +QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{ + color: #b1b1b1; + background-color: #323232; + border: 1px solid #b1b1b1; + border-radius: 6px; +} + +QRadioButton::indicator:checked +{ + background-color: qradialgradient( + cx: 0.5, cy: 0.5, + fx: 0.5, fy: 0.5, + radius: 1.0, + stop: 0.25 #ffaa00, + stop: 0.3 #323232 + ); +} + +QCheckBox::indicator{ + color: #b1b1b1; + background-color: #323232; + border: 1px solid #b1b1b1; + width: 9px; + height: 9px; +} + +QRadioButton::indicator +{ + border-radius: 6px; +} + +QRadioButton::indicator:hover, QCheckBox::indicator:hover +{ + border: 1px solid #ffaa00; +} + +QCheckBox::indicator:checked +{ + image:url(:/darkorange/darkorange/rc/indicator.png); +} + +QCheckBox::indicator:disabled, QRadioButton::indicator:disabled +{ + border: 1px solid #444; +} + +QGroupBox::indicator{ + color: #b1b1b1; + background-color: #323232; + border: 1px solid #b1b1b1; + width: 9px; + height: 9px; +} + +QGroupBox::indicator:checked +{ + image:url(:/darkorange/darkorange/rc/indicator.png); +} + +QGroupBox::indicator:disabled, QRadioButton::indicator:disabled +{ + border: 1px solid #444; +} diff --git a/styles/default.qss b/styles/default.qss new file mode 100644 index 0000000..2de52e2 --- /dev/null +++ b/styles/default.qss @@ -0,0 +1,4 @@ +QFrame[frameShape="4"], +QFrame[frameShape="5"]{ + color: lightgray; +} diff --git a/styles/lightbreeze/LICENSE.md b/styles/lightbreeze/LICENSE.md new file mode 100644 index 0000000..580e539 --- /dev/null +++ b/styles/lightbreeze/LICENSE.md @@ -0,0 +1,26 @@ +The MIT License (MIT) +===================== + +Copyright © `<2013-2014>` `` +Copyright © `<2015-2016>` `` + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the “Software”), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/styles/lightbreeze/lightbreeze.qss b/styles/lightbreeze/lightbreeze.qss new file mode 100644 index 0000000..9817e64 --- /dev/null +++ b/styles/lightbreeze/lightbreeze.qss @@ -0,0 +1,1631 @@ +/* + * Breeze stylesheet. + * + * :author: Colin Duquesnoy + * :editor: Alex Huszagh + * :license: MIT, see LICENSE.md + * + * This is originally a fork of QDarkStyleSheet, and is based on Breeze/ + * BreezeDark color scheme, but is in no way affiliated with KDE. + * + * --------------------------------------------------------------------- + * The MIT License (MIT) + * + * Copyright (c) <2013-2014> + * Copyright (c) <2015-2016> + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * --------------------------------------------------------------------- + */ + +QToolTip +{ + background-color: black; + color: white; + padding: 0.5ex; +} + +QWidget +{ + color: #31363B; + background-color: #EFF0F1; + selection-background-color:#33A4DF; + selection-color: #31363B; + background-clip: border; + border-image: none; + border: 0px transparent black; + outline: 0; +} + +QWidget:item:hover +{ + background-color: #33A4DF; + color: #31363B; +} + +QWidget:item:selected +{ + background-color: #33A4DF; +} + + +QCheckBox +{ + spacing: 0.5ex; + outline: none; + color: #31363B; + margin-bottom: 0.2ex; + opacity: 200; +} + +QCheckBox:disabled +{ + color: #BAB9B8; +} +QGroupBox { + margin-top: 12px; + padding-top: 12px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QGroupBox::indicator +{ + margin-left: 0.2ex; + margin-left: 0.2ex; + width:18px; + height:18px; + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QCheckBox::indicator:unchecked, +QCheckBox::indicator:unchecked:focus +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); +} +QCheckBox::indicator +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); + width:18px; + height:18px; + +} + +QCheckBox::indicator:unchecked:hover, +QCheckBox::indicator:unchecked:pressed, +QGroupBox::indicator:unchecked:hover, +QGroupBox::indicator:unchecked:focus, +QGroupBox::indicator:unchecked:pressed +{ + border: none; + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked-hover.svg); +} + +QCheckBox::indicator:checked, +QGroupBox::indicator:checked +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked.svg); +} + +QCheckBox::indicator:checked:focus, +QCheckBox::indicator:checked:pressed, +QGroupBox::indicator:checked:focus, +QGroupBox::indicator:checked:pressed +{ + border: none; + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked.svg); +} + +QCheckBox::indicator:checked:hover, +QGroupBox::indicator:checked:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked-hover.svg); +} + +QCheckBox::indicator:indeterminate +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_indeterminate.svg); +} + +QCheckBox::indicator:indeterminate:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_indeterminate-hover.svg); +} + + +QCheckBox::indicator:indeterminate:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_indeterminate_disabled.svg); +} + +QCheckBox::indicator:checked:disabled, +QGroupBox::indicator:checked:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked_disabled.svg); +} + +QCheckBox::indicator:unchecked:disabled, +QGroupBox::indicator:unchecked:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QRadioButton +{ + spacing: 0.5ex; + outline: none; + color: #31363B; + margin-bottom: 0.2ex; +} + +QRadioButton:disabled +{ + color: #BAB9B8; +} + +QRadioButton::indicator:unchecked, +QRadioButton::indicator:unchecked:focus +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_unchecked_disabled.svg); +} + +QRadioButton::indicator:unchecked:hover, +QRadioButton::indicator:unchecked:pressed +{ + border: none; + outline: none; + border-image: url(:/lightbreeze/lightbreeze/rc/radio_unchecked-hover.svg); +} + +QRadioButton::indicator:checked +{ + border: none; + outline: none; + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked.svg); +} + +QRadioButton::indicator:checked:focus, +QRadioButton::indicator:checked:pressed +{ + border: none; + outline: none; + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked.svg); +} + +QRadioButton::indicator:checked:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked-hover.svg); +} + +QRadioButton::indicator:checked:disabled +{ + outline: none; + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked_disabled.svg); +} + +QRadioButton::indicator:unchecked:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenuBar +{ + background-color: #EFF0F1; + color: #31363B; +} + +QMenuBar::item +{ + background: transparent; +} + +QMenuBar::item:selected +{ + background: transparent; + border: 0.1ex solid #BAB9B8; +} + +QMenuBar::item:pressed +{ + border: 0.1ex solid #BAB9B8; + background-color: #33A4DF; + color: #31363B; + margin-bottom: -0.1ex; + padding-bottom: 0.1ex; +} + +QMenu +{ + border: 0.1ex solid #BAB9B8; + color: #31363B; + margin: 0.2ex; +} + +QMenu::icon +{ + margin: 0.5ex; +} + +QMenu::item +{ + padding: 0.5ex 3ex 0.5ex 3ex; + margin-left: 0.5ex; + border: 0.1ex solid transparent; /* reserve space for selection border */ +} + +QMenu::item:selected +{ + color: #31363B; +} + +QMenu::separator +{ + height: 0.2ex; + background: lightblue; + margin-left: 1ex; + margin-right: 0.5ex; +} + +/* non-exclusive indicator = check box style indicator + (see QActionGroup::setExclusive) */ +QMenu::indicator:non-exclusive:unchecked +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QMenu::indicator:non-exclusive:unchecked:selected +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_unchecked_disabled.svg); +} + +QMenu::indicator:non-exclusive:checked +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked.svg); +} + +QMenu::indicator:non-exclusive:checked:selected +{ + border-image: url(:/lightbreeze/lightbreeze/rc/checkbox_checked.svg); +} + +/* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ +QMenu::indicator:exclusive:unchecked +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenu::indicator:exclusive:unchecked:selected +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_unchecked_disabled.svg); +} + +QMenu::indicator:exclusive:checked +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked.svg); +} + +QMenu::indicator:exclusive:checked:selected +{ + border-image: url(:/lightbreeze/lightbreeze/rc/radio_checked.svg); +} + +QMenu::right-arrow +{ + margin: 0.5ex; + border-image: url(:/lightbreeze/lightbreeze/rc/right_arrow.svg); + width: 0.6ex; + height: 0.9ex; +} + + +QWidget:disabled +{ + color: #454545; + background-color: #EFF0F1; +} + +QAbstractItemView +{ + alternate-background-color: #EFF0F1; + color: #31363B; + border: 0.1ex solid 3A3939; + border-radius: 0.2ex; +} + +QTabWidget:focus, +QCheckBox:focus, +QRadioButton:focus, +QSlider:focus +{ + border: none; +} + +QLineEdit +{ + background-color: #FCFCFC; + padding: 0.5ex; + border-style: solid; + border: 0.1ex solid #BAB9B8; + border-radius: 0.2ex; + color: #31363B; +} + + +QAbstractScrollArea +{ + border-radius: 0.2ex; + border: 0.1ex solid #BAB9B8; + background-color: transparent; +} + +QScrollBar:horizontal +{ + height: 1.5ex; + margin: 0.3ex 1.5ex 0.3ex 1.5ex; + border: 0.1ex transparent #2A2929; + border-radius: 0.4ex; + background-color: #2A2929; +} + +QScrollBar::handle:horizontal +{ + background-color: #605F5F; + min-width: 0.5ex; + border-radius: 0.4ex; +} + +QScrollBar::add-line:horizontal +{ + margin: 0ex 0.3ex 0ex 0.3ex; + border-image: url(:/lightbreeze/lightbreeze/rc/right_arrow_disabled.svg); + width: 1ex; + height: 1ex; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal +{ + margin: 0px 0.3ex 0px 0.3ex; + border-image: url(:/lightbreeze/lightbreeze/rc/left_arrow_disabled.svg); + height: 1ex; + width: 1ex; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::add-line:horizontal:hover,QScrollBar::add-line:horizontal:on +{ + border-image: url(:/lightbreeze/lightbreeze/rc/right_arrow.svg); + width: 1ex; + height: 1ex; + subcontrol-position: right; + subcontrol-origin: margin; +} + + +QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on +{ + border-image: url(:/lightbreeze/lightbreeze/rc/left_arrow.svg); + width: 1ex; + height: 1ex; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal +{ + background: none; +} + + +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal +{ + background: none; +} + +QScrollBar:vertical +{ + background-color: #2A2929; + width: 1.5ex; + margin: 1.5ex 0.3ex 1.5ex 0.3ex; + border: 0.1ex transparent #2A2929; + border-radius: 0.4ex; +} + +QScrollBar::handle:vertical +{ + background-color: #605F5F; + min-height: 0.5ex; + border-radius: 0.4ex; +} + +QScrollBar::sub-line:vertical +{ + margin: 0.3ex 0ex 0.3ex 0ex; + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow_disabled.svg); + height: 1ex; + width: 1ex; + subcontrol-position: top; + subcontrol-origin: margin; +} + +QScrollBar::add-line:vertical +{ + margin: 0.3ex 0ex 0.3ex 0ex; + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow_disabled.svg); + height: 1ex; + width: 1ex; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:vertical:hover, +QScrollBar::sub-line:vertical:on +{ + + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow.svg); + height: 1ex; + width: 1ex; + subcontrol-position: top; + subcontrol-origin: margin; +} + + +QScrollBar::add-line:vertical:hover, +QScrollBar::add-line:vertical:on +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow.svg); + height: 1ex; + width: 1ex; + subcontrol-position: bottom; + subcontrol-origin: margin; +} + +QScrollBar::up-arrow:vertical, +QScrollBar::down-arrow:vertical +{ + background: none; +} + + +QScrollBar::add-page:vertical, +QScrollBar::sub-page:vertical +{ + background: none; +} + +QTextEdit +{ + background-color: #EFF0F1; + color: #31363B; + border: 0.1ex solid #BAB9B8; +} + +QPlainTextEdit +{ + background-color: #EFF0F1; + color: #31363B; + border-radius: 0.2ex; + border: 0.1ex solid #BAB9B8; +} + +QHeaderView::section +{ + background-color: #BAB9B8; + color: #31363B; + padding: 0.5ex; + border: 0.1ex solid #BAB9B8; +} + +QSizeGrip +{ + border-image: url(:/lightbreeze/lightbreeze/rc/sizegrip.svg); + width: 1.2ex; + height: 1.2ex; +} + +QMainWindow::separator +{ + background-color: #EFF0F1; + color: white; + padding-left: 0.4ex; + spacing: 0.2ex; + border: 0.1ex dashed #BAB9B8; +} + +QMainWindow::separator:hover +{ + + background-color: #787876; + color: white; + padding-left: 0.4ex; + border: 0.1ex solid #BAB9B8; + spacing: 0.2x; +} + +QMenu::separator +{ + height: 0.1ex; + background-color: #BAB9B8; + color: white; + padding-left: 0.4ex; + margin-left: 1ex; + margin-right: 0.5ex; +} + +QFrame[frameShape="2"], /* QFrame::Panel == 0x0003 */ +QFrame[frameShape="3"], /* QFrame::WinPanel == 0x0003 */ +QFrame[frameShape="4"], /* QFrame::HLine == 0x0004 */ +QFrame[frameShape="5"], /* QFrame::VLine == 0x0005 */ +QFrame[frameShape="6"] /* QFrame::StyledPanel == 0x0006 */ +{ + border-width: 0.1ex; + padding: 0.1ex; + border-style: solid; + border-color: #EFF0F1; + border-radius: 0.5ex; +} + +QStackedWidget +{ + border: 0.1ex transparent black; +} + +QToolBar +{ + border: 0.1ex transparent #393838; + background: 0.1ex solid #EFF0F1; + font-weight: bold; +} + +QToolBar::handle:horizontal +{ + border-image: url(:/lightbreeze/lightbreeze/rc/hmovetoolbar.svg); + width = 1.6ex; + height = 6.4ex; +} + +QToolBar::handle:vertical +{ + border-image: url(:/lightbreeze/lightbreeze/rc/vmovetoolbar.svg); + width = 5.4ex; + height = 1ex; +} + +QToolBar::separator:horizontal +{ + border-image: url(:/lightbreeze/lightbreeze/rc/hsepartoolbar.svg); + width = 0.7ex; + height = 6.3ex; +} + +QToolBar::separator:vertical +{ + border-image: url(:/lightbreeze/lightbreeze/rc/vsepartoolbars.svg); + width = 6.3ex; + height = 0.7ex; +} + +QPushButton +{ + color: #31363B; + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #EFF0F1, stop: 0.5 #eaebec); + border-width: 0.1ex; + border-color: #BAB9B8; + border-style: solid; + padding: 0.5ex; + border-radius: 0.2ex; + outline: none; +} + +QPushButton:disabled +{ + background-color: #e0e1e2; + border-width: 0.1ex; + border-color: #b4b4b4; + border-style: solid; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + padding-left: 1ex; + padding-right: 1ex; + border-radius: 0.2ex; + color: #b4b4b4; +} + +QPushButton:focus +{ + color: black; +} + +QComboBox +{ + selection-background-color: #33A4DF; + border-style: solid; + border: 0.1ex solid #BAB9B8; + border-radius: 0.2ex; + padding: 0.5ex; + min-width: 7.5ex; +} + +QPushButton:checked +{ + background-color: #BAB9B8; + border-color: #6A6969; +} + +QComboBox:hover, +QAbstractSpinBox:hover, +QLineEdit:hover, +QTextEdit:hover, +QPlainTextEdit:hover, +QAbstractView:hover, +QTreeView:hover +{ + border: 0.1ex solid #33A4DF; + color: #31363B; +} + +QComboBox:hover:pressed, +QPushButton:hover:pressed, +QAbstractSpinBox:hover:pressed, +QLineEdit:hover:pressed, +QTextEdit:hover:pressed, +QPlainTextEdit:hover:pressed, +QAbstractView:hover:pressed, +QTreeView:hover:pressed +{ + background-color: #EFF0F1; +} + +QComboBox:on +{ + padding-top: 0.3ex; + padding-left: 0.4ex; + selection-background-color: #4a4a4a; +} + +QComboBox QAbstractItemView +{ + background-color: #FCFCFC; + border-radius: 0.2ex; + border: 0.1ex solid #BAB9B8; + selection-background-color: #33A4DF; +} + +QComboBox::drop-down +{ + subcontrol-origin: padding; + subcontrol-position: top right; + width: 1.5ex; + + border-left-width: 0ex; + border-left-color: darkgray; + border-left-style: solid; + border-top-right-radius: 0.3ex; + border-bottom-right-radius: 0.3ex; +} + +QComboBox::down-arrow +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QComboBox::down-arrow:on, +QComboBox::down-arrow:hover, +QComboBox::down-arrow:focus +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox +{ + padding: 0.5ex; + border: 0.1ex solid #BAB9B8; + background-color: #D9D8D7; + color: #31363B; + border-radius: 0.2ex; + min-width: 7.5ex; +} + +QAbstractSpinBox:up-button +{ + background-color: transparent; + subcontrol-origin: border; + subcontrol-position: center right; +} + +QAbstractSpinBox:down-button +{ + background-color: transparent; + subcontrol-origin: border; + subcontrol-position: center left; +} + +QAbstractSpinBox::up-arrow, +QAbstractSpinBox::up-arrow:disabled, +QAbstractSpinBox::up-arrow:off +{ + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::up-arrow:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::down-arrow, +QAbstractSpinBox::down-arrow:disabled, +QAbstractSpinBox::down-arrow:off +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow_disabled.svg); + width: 0.9ex; + height: 0.6ex; +} + +QAbstractSpinBox::down-arrow:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QLabel +{ + border: 0ex solid black; +} + +QTabWidget{ + border: 0.1ex solid #BAB9B8; +} + +/* BORDERS */ +QTabWidget::pane +{ + padding: 0.5ex; + margin: 0.1ex; +} + +QTabWidget::pane:top +{ + border: 0.1ex solid #BAB9B8; + top: -0.1ex; +} + +QTabWidget::pane:bottom +{ + border: 0.1ex solid #BAB9B8; + bottom: -0.1ex; +} + +QTabWidget::pane:left +{ + border: 0.1ex solid #BAB9B8; + right: -0.1ex; +} + +QTabWidget::pane:right +{ + border: 0.1ex solid #BAB9B8; + left: -0.1ex; +} + +QTabBar +{ + qproperty-drawBase: 0; + left: 0.5ex; /* move to the right by 0.5ex */ + border-radius: 0.3ex; +} + +QTabBar:focus +{ + border: 0ex transparent black; +} + +QTabBar::close-button +{ + border-image: url(:/lightbreeze/lightbreeze/rc/close.svg); + width: 1.2ex; + height: 1.2ex; + background: transparent; +} + +QTabBar::close-button:hover +{ + border-image: url(:/lightbreeze/lightbreeze/rc/close-hover.svg); + width: 1.2ex; + height: 1.2ex; + background: transparent; +} + +QTabBar::close-button:pressed +{ + border-image: url(:/lightbreeze/lightbreeze/rc/close-pressed.svg); + width: 1.2ex; + height: 1.2ex; + background: transparent; +} + +/* TOP TABS */ +QTabBar::tab:top +{ + color: #31363B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-top: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + min-width: 5ex; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:last, +QTabBar::tab:top:only-one +{ + color: #31363B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-right: 0.1ex solid #BAB9B8; + border-top: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + min-width: 5ex; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:!selected +{ + color: #31363B; + background-color: #D9D8D7; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:first:!selected +{ + color: #31363B; + background-color: #D9D8D7; + border: 0.1ex transparent black; + border-top-left-radius: 0.2ex; + border-top-right-radius: 0.2ex; +} + +QTabBar::tab:top:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); + border-left: 0.1ex solid #BAB9B8; +} + +QTabBar::tab:top:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); +} + +/* BOTTOM TABS */ +QTabBar::tab:bottom +{ + color: #31363B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-bottom: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-width: 5ex; +} + +QTabBar::tab:bottom:last, +QTabBar::tab:bottom:only-one +{ + color: #31363B; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-right: 0.1ex solid #BAB9B8; + border-bottom: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-width: 5ex; +} + +QTabBar::tab:bottom:!selected +{ + color: #31363B; + background-color: #D9D8D7; + border: 0.1ex transparent black; + border-left: 0.1ex solid #BAB9B8; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; +} + +QTabBar::tab:bottom:first:!selected +{ + color: #31363B; + background-color: #D9D8D7; + border: 0.1ex transparent black; + border-bottom-left-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; +} + +QTabBar::tab:bottom:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); + border-left: 0.1ex solid #BAB9B8; +} + +QTabBar::tab:bottom:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); +} + +/* LEFT TABS */ +QTabBar::tab:left +{ + color: #31363B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-right: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-height: 5ex; +} + +QTabBar::tab:left:last, +QTabBar::tab:left:only-one +{ + color: #31363B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-bottom: 0.1ex solid #BAB9B8; + border-right: 0.1ex solid #BAB9B8; + background-color: #EFF0F1; + padding: 0.5ex; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; + min-height: 5ex; +} + +QTabBar::tab:left:!selected +{ + color: #31363B; + background-color: #D9D8D7; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-top-right-radius: 0.2ex; + border-bottom-right-radius: 0.2ex; +} + +QTabBar::tab:left:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); + border-top: 0.1ex solid #BAB9B8; +} + +QTabBar::tab:left:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); +} + +/* RIGHT TABS */ +QTabBar::tab:right +{ + color: #31363B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-left: 0.1ex solid #BAB9B8; + background-color: #D9D8D7; + padding: 0.5ex; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; + min-height: 5ex; +} + +QTabBar::tab:right:last, +QTabBar::tab:right:only-one +{ + color: #31363B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-bottom: 0.1ex solid #BAB9B8; + border-left: 0.1ex solid #BAB9B8; + background-color: #D9D8D7; + padding: 0.5ex; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; + min-height: 5ex; +} + +QTabBar::tab:right:!selected +{ + color: #31363B; + background-color: #54575B; + border: 0.1ex transparent black; + border-top: 0.1ex solid #BAB9B8; + border-top-left-radius: 0.2ex; + border-bottom-left-radius: 0.2ex; +} + +QTabBar::tab:right:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); + border-top: 0.1ex solid #BAB9B8; +} + +QTabBar::tab:right:!selected:first:hover +{ + background-color: rgba(61, 173, 232, 0.1); + border: 0.1ex rgba(61, 173, 232, 0.1); +} + +QTabBar QToolButton::right-arrow:enabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/right_arrow.svg); +} + +QTabBar QToolButton::left-arrow:enabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/left_arrow.svg); +} + +QTabBar QToolButton::right-arrow:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/right_arrow_disabled.svg); +} + +QTabBar QToolButton::left-arrow:disabled +{ + border-image: url(:/lightbreeze/lightbreeze/rc/left_arrow_disabled.svg); +} + +QDockWidget +{ + background: #EFF0F1; + border: 0.1ex solid #403F3F; + titlebar-close-icon: url(:/lightbreeze/lightbreeze/rc/transparent.svg); + titlebar-normal-icon: url(:/lightbreeze/lightbreeze/rc/transparent.svg); +} + +QDockWidget::close-button, +QDockWidget::float-button +{ + border: 0.1ex solid transparent; + border-radius: 0.2ex; + background: transparent; +} + + +QDockWidget::float-button +{ + border-image: url(:/dark/undock.svg); +} + +QDockWidget::float-button:hover +{ + border-image: url(:/dark/undock-hover.svg) ; +} + +QDockWidget::close-button +{ + border-image: url(:/dark/close.svg) ; +} + +QDockWidget::close-button:hover +{ + border-image: url(:/dark/close-hover.svg) ; +} + +QDockWidget::close-button:pressed +{ + border-image: url(:/dark/close-pressed.svg) ; +} + +QTreeView, +QListView +{ + border: 0.1ex solid #BAB9B8; + background-color: #FCFCFC; +} + + +QTreeView::branch:has-siblings:!adjoins-item +{ + border-image: url(:/lightbreeze/lightbreeze/rc/stylesheet-vline.svg) 0; +} + +QTreeView::branch:has-siblings:adjoins-item +{ + border-image: url(:/lightbreeze/lightbreeze/rc/stylesheet-branch-more.svg) 0; +} + +QTreeView::branch:!has-children:!has-siblings:adjoins-item +{ + border-image: url(:/lightbreeze/lightbreeze/rc/stylesheet-branch-end.svg) 0; +} + +QTreeView::branch:has-children:!has-siblings:closed, +QTreeView::branch:closed:has-children:has-siblings +{ + border-image: url(:/lightbreeze/lightbreeze/rc/stylesheet-branch-end-closed.svg) 0; + image: url(:/lightbreeze/lightbreeze/rc/branch_closed.svg); +} + +QTreeView::branch:open:has-children:!has-siblings, +QTreeView::branch:open:has-children:has-siblings +{ + border-image: url(:/lightbreeze/lightbreeze/rc/stylesheet-branch-end-open.svg) 0; + image: url(:/lightbreeze/lightbreeze/rc/branch_open.svg); +} + +QTableView::item, +QListView::item, +QTreeView::item +{ + padding: 0.3ex; +} + +QTableView::item:!selected:hover, +QListView::item:!selected:hover, +QTreeView::item:!selected:hover +{ + background-color: rgba(61, 173, 232, 0.1); + outline: 0; + color: #31363B; + padding: 0.3ex; +} + +QSlider::groove:horizontal +{ + border: 0.1ex solid #EFF0F1; + height: 0.4ex; + background: #9CA0A4; + margin: 0px; + border-radius: 0.2ex; +} + +QSlider::handle:horizontal +{ + background: #D9D8D7; + border: 0.1ex solid #BABEC2; + width: 1.6ex; + height: 1.6ex; + margin: -0.8ex 0; + border-radius: 0.9ex; +} + +QSlider::groove:vertical +{ + border: 0.1ex solid #EFF0F1; + width: 0.4ex; + background: #9CA0A4; + margin: 0ex; + border-radius: 0.3ex; +} + +QSlider::handle:vertical +{ + background: #D9D8D7; + border: 0.1ex solid #BABEC2; + width: 1.6ex; + height: 1.6ex; + margin: 0 -0.8ex; + border-radius: 0.9ex; +} + +QSlider::handle:horizontal:focus, +QSlider::handle:vertical:focus +{ + border: 0.1ex solid #33A4DF; +} + +QSlider::handle:horizontal:hover, +QSlider::handle:vertical:hover +{ + border: 0.1ex solid #51c2fc; +} + +QSlider::sub-page:horizontal, +QSlider::add-page:vertical +{ + background: #33A4DF; + border-radius: 0.3ex; +} + +QSlider::add-page:horizontal, +QSlider::sub-page:vertical +{ + background: #BABEC2; + border-radius: 0.3ex; +} + +QToolButton +{ + background-color: transparent; + border: 0.1ex solid #BAB9B8; + border-radius: 0.2ex; +} + +QToolButton[popupMode="1"] /* only for MenuButtonPopup */ +{ + padding-right: 2ex; /* make way for the popup button */ +} + +QToolButton[popupMode="2"] /* only for InstantPopup */ +{ + padding-right: 1ex; /* make way for the popup button */ +} + + +QToolButton:hover, +QToolButton::menu-button:hover +{ + background-color: transparent; + border: 0.1ex solid #33A4DF; +} + +QToolButton:checked, +QToolButton:pressed, +QToolButton::menu-button:pressed +{ + background-color: #47b8fc; + border: 0.1ex solid #47b8fc; + padding: 0.5ex; +} + +QToolButton::menu-button +{ + border: 0.1ex solid #BAB9B8; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + /* 1ex width + 0.4ex for border + no text = 2ex allocated above */ + width: 1ex; + padding: 0.5ex; + outline: none; +} + +QToolButton::menu-arrow:open +{ + border: 0.1ex solid #BAB9B8; +} + +QPushButton::menu-indicator +{ + subcontrol-origin: padding; + subcontrol-position: bottom right; + left: 0.8ex; +} + +QTableView +{ + border: 0.1ex solid #BAB9B8; + gridline-color: #BAB9B8; + background-color: #FCFCFC; +} + + +QTableView, +QHeaderView +{ + border-radius: 0px; +} + +QTableView::item:pressed +{ + background: #33A4DF; + color: #31363B; +} + +QTableView::item:selected:active +{ + background: #33A4DF; + color: #31363B; +} + +QTableView::item:selected:hover +{ + background-color: #47b8f3; + color: #31363B; +} + +QListView::item:pressed, +QTreeView::item:pressed +{ + background: #3daee9; + color: #31363B; +} + +QTreeView::item:selected:active, +QListView::item:selected:active +{ + background: #3daee9; + color: #31363B; +} + +QListView::item:selected:hover, +QTreeView::item:selected:hover +{ + background-color: #51c2fc; + color: #31363B; +} + + +QHeaderView +{ + background-color: #EFF0F1; + border: 0.1ex transparent; + border-radius: 0px; + margin: 0px; + padding: 0px; + +} + +QHeaderView::section +{ + background-color: #EFF0F1; + color: #31363B; + padding: 0.5ex; + border: 0.1ex solid #BAB9B8; + border-radius: 0px; + text-align: center; +} + +QHeaderView::section::vertical::first, +QHeaderView::section::vertical::only-one +{ + border-top: 0.1ex solid #BAB9B8; +} + +QHeaderView::section::vertical +{ + border-top: transparent; +} + +QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one +{ + border-left: 0.1ex solid #BAB9B8; +} + +QHeaderView::section::horizontal +{ + border-left: transparent; +} + + +QHeaderView::section:checked + + { + color: black; + background-color: #b9dae7; + } + + /* style the sort indicator */ +QHeaderView::down-arrow +{ + image: url(:/lightbreeze/lightbreeze/rc/down_arrow.svg); +} + +QHeaderView::up-arrow +{ + image: url(:/lightbreeze/lightbreeze/rc/up_arrow.svg); +} + +QTableCornerButton::section +{ + background-color: #EFF0F1; + border: 0.1ex transparent #BAB9B8; + border-radius: 0px; +} + +QToolBox +{ + padding: 0.5ex; + border: 0.1ex transparent black; +} + +QToolBox:selected +{ + background-color: #EFF0F1; + border-color: #33A4DF; +} + +QToolBox:hover +{ + border-color: #33A4DF; +} + +QStatusBar::item +{ + border: 0px transparent dark; +} + +QSplitter::handle +{ + border: 0.1ex dashed #BAB9B8; +} + +QSplitter::handle:hover +{ + background-color: #787876; + border: 0.1ex solid #BAB9B8; +} + +QSplitter::handle:horizontal +{ + width: 0.1ex; +} + +QSplitter::handle:vertical +{ + height: 0.1ex; +} + +QProgressBar:horizontal +{ + background-color: #BABEC2; + border: 0.1ex solid #EFF0F1; + border-radius: 0.3ex; + height: 0.5ex; + text-align: right; + margin-top: 0.5ex; + margin-bottom: 0.5ex; + margin-right: 5ex; + padding: 0px; +} + +QProgressBar::chunk:horizontal +{ + background-color: #33A4DF; + border: 0.1ex transparent; + border-radius: 0.3ex; +} + +QAbstractSpinBox +{ + background-color: #EFF0F1; +} + +QSpinBox, +QDoubleSpinBox +{ + padding-right: 1.5ex; +} + +QSpinBox::up-button, +QDoubleSpinBox::up-button +{ + subcontrol-origin: content; + subcontrol-position: right top; + + width: 1.6ex; + border-width: 0.1ex; +} + +QSpinBox::up-arrow, +QDoubleSpinBox::up-arrow +{ + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::up-arrow:hover, +QSpinBox::up-arrow:pressed, +QDoubleSpinBox::up-arrow:hover, +QDoubleSpinBox::up-arrow:pressed +{ + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow-hover.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::up-arrow:disabled, +QSpinBox::up-arrow:off, +QDoubleSpinBox::up-arrow:disabled, +QDoubleSpinBox::up-arrow:off +{ + border-image: url(:/lightbreeze/lightbreeze/rc/up_arrow_disabled.svg); +} + +QSpinBox::down-button, +QDoubleSpinBox::down-button +{ + subcontrol-origin: content; + subcontrol-position: right bottom; + + width: 1.6ex; + border-width: 0.1ex; +} + +QSpinBox::down-arrow, +QDoubleSpinBox::down-arrow +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::down-arrow:hover, +QSpinBox::down-arrow:pressed, +QDoubleSpinBox::down-arrow:hover, +QDoubleSpinBox::down-arrow:pressed +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow-hover.svg); + width: 0.9ex; + height: 0.6ex; +} + +QSpinBox::down-arrow:disabled, +QSpinBox::down-arrow:off, +QDoubleSpinBox::down-arrow:disabled, +QDoubleSpinBox::down-arrow:off +{ + border-image: url(:/lightbreeze/lightbreeze/rc/down_arrow_disabled.svg); +} + +QPushButton:hover +{ + border: 0.1ex solid #3daef3; + color: #31363B; +} + +QPushButton:focus +{ + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #4cbdff, stop: 0.5 #33a4e8); + color: white; +} + +QPushButton:focus:hover +{ + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #bedfec, stop: 0.5 #b9dae7); + color: #31363B; +} + +QPushButton:focus:pressed, +QPushButton:pressed +{ + background-color: qlineargradient(x1: 0.5, y1: 0.5 x2: 0.5, y2: 1, stop: 0 #bedfec, stop: 0.5 #b9dae7); + color: #31363B; +} + diff --git a/styles/lightbreeze/rc/branch_closed-on.svg b/styles/lightbreeze/rc/branch_closed-on.svg new file mode 100755 index 0000000..23c5421 --- /dev/null +++ b/styles/lightbreeze/rc/branch_closed-on.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/branch_closed.svg b/styles/lightbreeze/rc/branch_closed.svg new file mode 100755 index 0000000..286c1a9 --- /dev/null +++ b/styles/lightbreeze/rc/branch_closed.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/branch_open-on.svg b/styles/lightbreeze/rc/branch_open-on.svg new file mode 100755 index 0000000..9e75927 --- /dev/null +++ b/styles/lightbreeze/rc/branch_open-on.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/branch_open.svg b/styles/lightbreeze/rc/branch_open.svg new file mode 100755 index 0000000..514a312 --- /dev/null +++ b/styles/lightbreeze/rc/branch_open.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/checkbox_checked-hover.svg b/styles/lightbreeze/rc/checkbox_checked-hover.svg new file mode 100755 index 0000000..64d6667 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_checked-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/checkbox_checked.svg b/styles/lightbreeze/rc/checkbox_checked.svg new file mode 100755 index 0000000..f3acb63 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_checked.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/checkbox_checked_disabled.svg b/styles/lightbreeze/rc/checkbox_checked_disabled.svg new file mode 100755 index 0000000..b7be04b --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_checked_disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/checkbox_indeterminate-hover.svg b/styles/lightbreeze/rc/checkbox_indeterminate-hover.svg new file mode 100755 index 0000000..def9596 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_indeterminate-hover.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/lightbreeze/rc/checkbox_indeterminate.svg b/styles/lightbreeze/rc/checkbox_indeterminate.svg new file mode 100755 index 0000000..a619ab0 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_indeterminate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/lightbreeze/rc/checkbox_indeterminate_disabled.svg b/styles/lightbreeze/rc/checkbox_indeterminate_disabled.svg new file mode 100755 index 0000000..74d7168 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_indeterminate_disabled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/lightbreeze/rc/checkbox_unchecked-hover.svg b/styles/lightbreeze/rc/checkbox_unchecked-hover.svg new file mode 100755 index 0000000..8f0bb01 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_unchecked-hover.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/checkbox_unchecked_disabled.svg b/styles/lightbreeze/rc/checkbox_unchecked_disabled.svg new file mode 100755 index 0000000..0ef4300 --- /dev/null +++ b/styles/lightbreeze/rc/checkbox_unchecked_disabled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/close-hover.svg b/styles/lightbreeze/rc/close-hover.svg new file mode 100755 index 0000000..cb44c78 --- /dev/null +++ b/styles/lightbreeze/rc/close-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/close-pressed.svg b/styles/lightbreeze/rc/close-pressed.svg new file mode 100755 index 0000000..a0dc249 --- /dev/null +++ b/styles/lightbreeze/rc/close-pressed.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/close.svg b/styles/lightbreeze/rc/close.svg new file mode 100755 index 0000000..07b50c9 --- /dev/null +++ b/styles/lightbreeze/rc/close.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/down_arrow-hover.svg b/styles/lightbreeze/rc/down_arrow-hover.svg new file mode 100755 index 0000000..408397f --- /dev/null +++ b/styles/lightbreeze/rc/down_arrow-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/down_arrow.svg b/styles/lightbreeze/rc/down_arrow.svg new file mode 100755 index 0000000..34c5d6a --- /dev/null +++ b/styles/lightbreeze/rc/down_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/down_arrow_disabled.svg b/styles/lightbreeze/rc/down_arrow_disabled.svg new file mode 100755 index 0000000..af74a30 --- /dev/null +++ b/styles/lightbreeze/rc/down_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/hmovetoolbar.svg b/styles/lightbreeze/rc/hmovetoolbar.svg new file mode 100755 index 0000000..57e54c9 --- /dev/null +++ b/styles/lightbreeze/rc/hmovetoolbar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/hsepartoolbar.svg b/styles/lightbreeze/rc/hsepartoolbar.svg new file mode 100755 index 0000000..a446425 --- /dev/null +++ b/styles/lightbreeze/rc/hsepartoolbar.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/left_arrow.svg b/styles/lightbreeze/rc/left_arrow.svg new file mode 100755 index 0000000..f77acf4 --- /dev/null +++ b/styles/lightbreeze/rc/left_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/left_arrow_disabled.svg b/styles/lightbreeze/rc/left_arrow_disabled.svg new file mode 100755 index 0000000..2d749e7 --- /dev/null +++ b/styles/lightbreeze/rc/left_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/radio_checked-hover.svg b/styles/lightbreeze/rc/radio_checked-hover.svg new file mode 100755 index 0000000..f3d5c98 --- /dev/null +++ b/styles/lightbreeze/rc/radio_checked-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/radio_checked.svg b/styles/lightbreeze/rc/radio_checked.svg new file mode 100755 index 0000000..86ff6bf --- /dev/null +++ b/styles/lightbreeze/rc/radio_checked.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/radio_checked_disabled.svg b/styles/lightbreeze/rc/radio_checked_disabled.svg new file mode 100755 index 0000000..269ae12 --- /dev/null +++ b/styles/lightbreeze/rc/radio_checked_disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/radio_unchecked-hover.svg b/styles/lightbreeze/rc/radio_unchecked-hover.svg new file mode 100755 index 0000000..f5fc943 --- /dev/null +++ b/styles/lightbreeze/rc/radio_unchecked-hover.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/radio_unchecked_disabled.svg b/styles/lightbreeze/rc/radio_unchecked_disabled.svg new file mode 100755 index 0000000..41f503d --- /dev/null +++ b/styles/lightbreeze/rc/radio_unchecked_disabled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/right_arrow.svg b/styles/lightbreeze/rc/right_arrow.svg new file mode 100755 index 0000000..a43ea2b --- /dev/null +++ b/styles/lightbreeze/rc/right_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/right_arrow_disabled.svg b/styles/lightbreeze/rc/right_arrow_disabled.svg new file mode 100755 index 0000000..4940025 --- /dev/null +++ b/styles/lightbreeze/rc/right_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/sizegrip.svg b/styles/lightbreeze/rc/sizegrip.svg new file mode 100755 index 0000000..3388f07 --- /dev/null +++ b/styles/lightbreeze/rc/sizegrip.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/spinup_disabled.svg b/styles/lightbreeze/rc/spinup_disabled.svg new file mode 100755 index 0000000..838436d --- /dev/null +++ b/styles/lightbreeze/rc/spinup_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/stylesheet-branch-end-closed.svg b/styles/lightbreeze/rc/stylesheet-branch-end-closed.svg new file mode 100755 index 0000000..a31f5c0 --- /dev/null +++ b/styles/lightbreeze/rc/stylesheet-branch-end-closed.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/stylesheet-branch-end-open.svg b/styles/lightbreeze/rc/stylesheet-branch-end-open.svg new file mode 100755 index 0000000..a31f5c0 --- /dev/null +++ b/styles/lightbreeze/rc/stylesheet-branch-end-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/stylesheet-branch-end.svg b/styles/lightbreeze/rc/stylesheet-branch-end.svg new file mode 100755 index 0000000..a1c0a42 --- /dev/null +++ b/styles/lightbreeze/rc/stylesheet-branch-end.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/stylesheet-branch-more.svg b/styles/lightbreeze/rc/stylesheet-branch-more.svg new file mode 100755 index 0000000..ebef839 --- /dev/null +++ b/styles/lightbreeze/rc/stylesheet-branch-more.svg @@ -0,0 +1,4 @@ + + + + diff --git a/styles/lightbreeze/rc/stylesheet-vline.svg b/styles/lightbreeze/rc/stylesheet-vline.svg new file mode 100755 index 0000000..688177e --- /dev/null +++ b/styles/lightbreeze/rc/stylesheet-vline.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/transparent.svg b/styles/lightbreeze/rc/transparent.svg new file mode 100755 index 0000000..3a8ca5c --- /dev/null +++ b/styles/lightbreeze/rc/transparent.svg @@ -0,0 +1 @@ + diff --git a/styles/lightbreeze/rc/undock-hover.svg b/styles/lightbreeze/rc/undock-hover.svg new file mode 100755 index 0000000..6bddbd7 --- /dev/null +++ b/styles/lightbreeze/rc/undock-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/styles/lightbreeze/rc/undock.svg b/styles/lightbreeze/rc/undock.svg new file mode 100755 index 0000000..9ab2197 --- /dev/null +++ b/styles/lightbreeze/rc/undock.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/up_arrow-hover.svg b/styles/lightbreeze/rc/up_arrow-hover.svg new file mode 100755 index 0000000..dd1271a --- /dev/null +++ b/styles/lightbreeze/rc/up_arrow-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/up_arrow.svg b/styles/lightbreeze/rc/up_arrow.svg new file mode 100755 index 0000000..b02bb26 --- /dev/null +++ b/styles/lightbreeze/rc/up_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/up_arrow_disabled.svg b/styles/lightbreeze/rc/up_arrow_disabled.svg new file mode 100755 index 0000000..742e1c5 --- /dev/null +++ b/styles/lightbreeze/rc/up_arrow_disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/lightbreeze/rc/vmovetoolbar.svg b/styles/lightbreeze/rc/vmovetoolbar.svg new file mode 100755 index 0000000..0a30d45 --- /dev/null +++ b/styles/lightbreeze/rc/vmovetoolbar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/styles/lightbreeze/rc/vsepartoolbars.svg b/styles/lightbreeze/rc/vsepartoolbars.svg new file mode 100755 index 0000000..00e91ab --- /dev/null +++ b/styles/lightbreeze/rc/vsepartoolbars.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/styles/materialdark/LICENSE b/styles/materialdark/LICENSE new file mode 100644 index 0000000..868ac31 --- /dev/null +++ b/styles/materialdark/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jaime Quiroga + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/styles/materialdark/materialdark.qss b/styles/materialdark/materialdark.qss new file mode 100644 index 0000000..af62b72 --- /dev/null +++ b/styles/materialdark/materialdark.qss @@ -0,0 +1,484 @@ +/* +Material Dark Style Sheet for QT Applications +Author: Jaime A. Quiroga P. +Inspired on https://github.com/jxfwinter/qt-material-stylesheet +Company: GTRONICK +Last updated: 04/12/2018, 15:00. +Available at: https://github.com/GTRONICK/QSS/blob/master/MaterialDark.qss +*/ +QComboBox::disabled { color: #999999;} +QMainWindow { + background-color:#1e1d23; +} +QDialog { + background-color:#1e1d23; +} +QColorDialog { + background-color:#1e1d23; +} +QTextEdit { + background-color:#1e1d23; + color: #a9b7c6; +} +QTableView::item { + background-color: #202021; + border: 1px solid #151516; +} +QTableView::item::selected { + background-color: #454546; +} +QTableView{ +background:#2d2d30; +color:#f1f1f1; +} +QHeaderView::section,QHeaderView,QTableCornerButton,QTableCornerButton::section { +background: #2d2d30; +color:#f1f1f1; +} +QGroupBox { +color: #a9b7c6; + margin-top: 12px; + border: 1px solid rgb(77,77,77); + padding-top: 12px; + border-radius: 4px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QGroupBox::indicator:disabled { + color: #808086; + padding: 2px; +} +QGroupBox::indicator:hover { + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: rgb(87, 97, 106); + background-color:#000000; +} +QGroupBox::indicator::checked { + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: #04b97f; +} +QGroupBox::indicator::unchecked { + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: transparent; +} +QFrame[frameShape="4"], +QFrame[frameShape="5"]{ + color: darkslategray; +} +QPlainTextEdit { + selection-background-color:#007b50; + background-color:#1e1d23; + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-width: 1px; + color: #a9b7c6; +} +QPushButton{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-width: 1px; + border-style: solid; + color: #a9b7c6; + padding: 2px; + background-color: #1e1d23; +} +QPushButton::default{ + border-style: inset; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #04b97f; + border-width: 1px; + color: #a9b7c6; + padding: 2px; + background-color: #1e1d23; +} +QToolButton::default{ + border-style: inset; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #04b97f; + border-width: 1px; + color: #a9b7c6; + padding: 2px; + background-color: #1e1d23; +} +QToolButton { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + border-style: solid; + color: #a9b7c6; + padding: 2px; + background-color: #1e1d23; +} +QToolButton:hover{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #37efba; + border-bottom-width: 2px; + border-style: solid; + color: #FFFFFF; + padding-bottom: 1px; + background-color: #1e1d23; +} +QToolButton:pressed{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #37efba; + border-bottom-width: 2px; + border-style: solid; + color: #37efba; + padding-bottom: 1px; + background-color: #1e1d23; +} +QPushButton:hover{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #37efba; + border-bottom-width: 1px; + border-style: solid; + color: #FFFFFF; + padding-bottom: 2px; + background-color: #1e1d23; +} +QPushButton:pressed{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #37efba; + border-bottom-width: 2px; + border-style: solid; + color: #37efba; + padding-bottom: 1px; + background-color: #1e1d23; +} +QPushButton:disabled{ + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #808086; + border-bottom-width: 2px; + border-style: solid; + color: #808086; + padding-bottom: 1px; + background-color: #1e1d23; +} +QLineEdit { + border-width: 1px; border-radius: 4px; + border-color: rgb(58, 58, 58); + border-style: inset; + padding: 0 8px; + color: #a9b7c6; + background:#1e1d23; + selection-background-color:#007b50; + selection-color: #FFFFFF; +} +QListWidget { + color: #a9b7c6; + border-color: #505050; + background-color: #1e1d23; + selection-background-color:#0a7b5b; + selection-color: #FFFFFF; + border-width: 1px; border-radius: 4px; + border-style: solid; +} +QLabel { + color: #a9b7c6; +} +QLCDNumber { + color: #37e6b4; +} +QProgressBar { + text-align: center; + color: rgb(240, 240, 240); + border-width: 1px; + border-radius: 10px; + border-color: rgb(58, 58, 58); + border-style: inset; + background-color:#1e1d23; +} +QProgressBar::chunk { + background-color: #04b97f; + border-radius: 5px; +} +QMenuBar { + background-color: #1e1d23; +} +QMenuBar::item { + color: #a9b7c6; + spacing: 3px; + padding: 1px 4px; + background: #1e1d23; +} + +QMenuBar::item:selected { + background:#1e1d23; + color: #FFFFFF; +} +QMenu::item:selected { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: #04b97f; + border-bottom-color: transparent; + border-left-width: 2px; + color: #FFFFFF; + padding-left:15px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; + background-color: #1e1d23; +} +QMenu::item { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + border-style: solid; + color: #a9b7c6; + padding-left:17px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; + background-color: #1e1d23; +} +QMenu{ + background-color:#1e1d23; +} +QTabWidget { + color:rgb(0,0,0); + background-color:#1e1d23; +} +QTabWidget::pane { + border-color: rgb(77,77,77); + background-color:#1e1d23; + border-style: solid; + border-width: 1px; + border-radius: 6px; +} +QTabBar::tab { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; + border-bottom-width: 1px; + border-style: solid; + color: #808086; + padding: 3px; + margin-left:3px; + background-color: #1e1d23; +} +QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover { + border-style: solid; + border-top-color: transparent; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: #04b97f; + border-bottom-width: 2px; + border-style: solid; + color: #FFFFFF; + padding-left: 3px; + padding-bottom: 2px; + margin-left:3px; + background-color: #1e1d23; +} + +QCheckBox { + color: #a9b7c6; + padding: 2px; +} +QCheckBox:disabled { + color: #808086; + padding: 2px; +} + +QCheckBox:hover { + border-radius:4px; + border-style:solid; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-width:1px; + border-color: rgb(87, 97, 106); + background-color:#1e1d23; +} +QCheckBox::indicator:checked { + + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: #04b97f; +} +QCheckBox::indicator:unchecked { + + height: 10px; + width: 10px; + border-style:solid; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: transparent; +} +QRadioButton { + color: #a9b7c6; + background-color: #1e1d23; + padding: 1px; +} +QRadioButton::indicator:checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: #04b97f; +} +QRadioButton::indicator:!checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: #04b97f; + color: #a9b7c6; + background-color: transparent; +} +QStatusBar { + color:#027f7f; +} +QSpinBox { + color: #a9b7c6; + background-color: #1e1d23; +} +QDoubleSpinBox { + color: #a9b7c6; + background-color: #1e1d23; +} +QTimeEdit { + color: #a9b7c6; + background-color: #1e1d23; +} +QDateTimeEdit { + color: #a9b7c6; + background-color: #1e1d23; +} +QDateEdit { + color: #a9b7c6; + background-color: #1e1d23; +} +QComboBox { + color: #a9b7c6; + background: #1e1d23; +} +QComboBox:editable { + background: #1e1d23; + color: #a9b7c6; + selection-background-color: #1e1d23; +} +QComboBox QAbstractItemView { + color: #a9b7c6; + background: #1e1d23; + selection-color: #FFFFFF; + selection-background-color: #1e1d23; +} + +QFontComboBox { + color: #a9b7c6; + background-color: #1e1d23; +} +QToolBox { + color: #a9b7c6; + background-color: #1e1d23; +} +QToolBox::tab { + color: #a9b7c6; + background-color: #1e1d23; +} +QToolBox::tab:selected { + color: #FFFFFF; + background-color: #1e1d23; +} +QScrollArea { + color: #FFFFFF; + background-color: #1e1d23; +} +QSlider::groove:horizontal { + height: 5px; + background: #04b97f; +} +QSlider::groove:vertical { + width: 5px; + background: #04b97f; +} +QSlider::handle:horizontal { + background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f); + border: 1px solid #5c5c5c; + width: 14px; + margin: -5px 0; + border-radius: 7px; +} +QSlider::handle:vertical { + background: qlineargradient(x1:1, y1:1, x2:0, y2:0, stop:0 #b4b4b4, stop:1 #8f8f8f); + border: 1px solid #5c5c5c; + height: 14px; + margin: 0 -5px; + border-radius: 7px; +} +QSlider::add-page:horizontal { + background: #323232; +} +QSlider::add-page:vertical { + background: #04b97f; +} +QSlider::sub-page:horizontal { + background: #04b97f; +} +QSlider::sub-page:vertical { + background: #323232; +} diff --git a/styles/styles.qrc b/styles/styles.qrc new file mode 100644 index 0000000..ee2bb26 --- /dev/null +++ b/styles/styles.qrc @@ -0,0 +1,172 @@ + + + darkblue/darkblue.qss + darkblue/rc/branch_closed-on.png + darkblue/rc/branch_closed.png + darkblue/rc/branch_open-on.png + darkblue/rc/branch_open.png + darkblue/rc/checkbox_checked_disabled.png + darkblue/rc/checkbox_checked_disabled@2x.png + darkblue/rc/checkbox_checked_focus.png + darkblue/rc/checkbox_checked_focus@2x.png + darkblue/rc/checkbox_checked.png + darkblue/rc/checkbox_checked@2x.png + darkblue/rc/checkbox_indeterminate_disabled.png + darkblue/rc/checkbox_indeterminate_disabled@2x.png + darkblue/rc/checkbox_indeterminate_focus.png + darkblue/rc/checkbox_indeterminate_focus@2x.png + darkblue/rc/checkbox_indeterminate.png + darkblue/rc/checkbox_indeterminate@2x.png + darkblue/rc/checkbox_unchecked_disabled.png + darkblue/rc/checkbox_unchecked_disabled@2x.png + darkblue/rc/checkbox_unchecked_focus.png + darkblue/rc/checkbox_unchecked_focus@2x.png + darkblue/rc/checkbox_unchecked.png + darkblue/rc/checkbox_unchecked@2x.png + darkblue/rc/close-hover.png + darkblue/rc/close-pressed.png + darkblue/rc/close.png + darkblue/rc/down_arrow_disabled.png + darkblue/rc/down_arrow.png + darkblue/rc/Hmovetoolbar.png + darkblue/rc/Hsepartoolbar.png + darkblue/rc/left_arrow_disabled.png + darkblue/rc/left_arrow.png + darkblue/rc/radio_checked_disabled.png + darkblue/rc/radio_checked_disabled@2x.png + darkblue/rc/radio_checked_focus.png + darkblue/rc/radio_checked_focus@2x.png + darkblue/rc/radio_checked.png + darkblue/rc/radio_checked@2x.png + darkblue/rc/radio_unchecked_disabled.png + darkblue/rc/radio_unchecked_disabled@2x.png + darkblue/rc/radio_unchecked_focus.png + darkblue/rc/radio_unchecked_focus@2x.png + darkblue/rc/radio_unchecked.png + darkblue/rc/radio_unchecked@2x.png + darkblue/rc/right_arrow_disabled.png + darkblue/rc/right_arrow.png + darkblue/rc/sizegrip.png + darkblue/rc/stylesheet-branch-end.png + darkblue/rc/stylesheet-branch-more.png + darkblue/rc/stylesheet-vline.png + darkblue/rc/transparent.png + darkblue/rc/undock.png + darkblue/rc/up_arrow_disabled.png + darkblue/rc/up_arrow.png + darkblue/rc/Vmovetoolbar.png + darkblue/rc/Vsepartoolbar.png + + + lightbreeze/rc/branch_closed-on.svg + lightbreeze/rc/branch_closed.svg + lightbreeze/rc/branch_open-on.svg + lightbreeze/rc/branch_open.svg + lightbreeze/rc/checkbox_checked_disabled.svg + lightbreeze/rc/checkbox_checked-hover.svg + lightbreeze/rc/checkbox_checked.svg + lightbreeze/rc/checkbox_indeterminate_disabled.svg + lightbreeze/rc/checkbox_indeterminate-hover.svg + lightbreeze/rc/checkbox_indeterminate.svg + lightbreeze/rc/checkbox_unchecked_disabled.svg + lightbreeze/rc/checkbox_unchecked-hover.svg + lightbreeze/rc/close-hover.svg + lightbreeze/rc/close-pressed.svg + lightbreeze/rc/close.svg + lightbreeze/rc/down_arrow_disabled.svg + lightbreeze/rc/down_arrow-hover.svg + lightbreeze/rc/down_arrow.svg + lightbreeze/rc/hmovetoolbar.svg + lightbreeze/rc/hsepartoolbar.svg + lightbreeze/rc/left_arrow_disabled.svg + lightbreeze/rc/left_arrow.svg + lightbreeze/rc/radio_checked_disabled.svg + lightbreeze/rc/radio_checked-hover.svg + lightbreeze/rc/radio_checked.svg + lightbreeze/rc/radio_unchecked_disabled.svg + lightbreeze/rc/radio_unchecked-hover.svg + lightbreeze/rc/right_arrow_disabled.svg + lightbreeze/rc/right_arrow.svg + lightbreeze/rc/sizegrip.svg + lightbreeze/rc/spinup_disabled.svg + lightbreeze/rc/stylesheet-branch-end-closed.svg + lightbreeze/rc/stylesheet-branch-end-open.svg + lightbreeze/rc/stylesheet-branch-end.svg + lightbreeze/rc/stylesheet-branch-more.svg + lightbreeze/rc/stylesheet-vline.svg + lightbreeze/rc/transparent.svg + lightbreeze/rc/undock-hover.svg + lightbreeze/rc/undock.svg + lightbreeze/rc/up_arrow_disabled.svg + lightbreeze/rc/up_arrow-hover.svg + lightbreeze/rc/up_arrow.svg + lightbreeze/rc/vmovetoolbar.svg + lightbreeze/rc/vsepartoolbars.svg + lightbreeze/lightbreeze.qss + + + darkbreeze/rc/branch_closed-on.svg + darkbreeze/rc/branch_closed.svg + darkbreeze/rc/branch_open-on.svg + darkbreeze/rc/branch_open.svg + darkbreeze/rc/checkbox_checked_disabled.svg + darkbreeze/rc/checkbox_checked.svg + darkbreeze/rc/checkbox_indeterminate_disabled.svg + darkbreeze/rc/checkbox_indeterminate.svg + darkbreeze/rc/checkbox_unchecked_disabled.svg + darkbreeze/rc/checkbox_unchecked.svg + darkbreeze/rc/close-hover.svg + darkbreeze/rc/close-pressed.svg + darkbreeze/rc/close.svg + darkbreeze/rc/down_arrow_disabled.svg + darkbreeze/rc/down_arrow-hover.svg + darkbreeze/rc/down_arrow.svg + darkbreeze/rc/hmovetoolbar.svg + darkbreeze/rc/hsepartoolbar.svg + darkbreeze/rc/left_arrow_disabled.svg + darkbreeze/rc/left_arrow.svg + darkbreeze/rc/radio_checked_disabled.svg + darkbreeze/rc/radio_checked.svg + darkbreeze/rc/radio_unchecked_disabled.svg + darkbreeze/rc/radio_unchecked.svg + darkbreeze/rc/right_arrow_disabled.svg + darkbreeze/rc/right_arrow.svg + darkbreeze/rc/sizegrip.svg + darkbreeze/rc/spinup_disabled.svg + darkbreeze/rc/stylesheet-branch-end-closed.svg + darkbreeze/rc/stylesheet-branch-end-open.svg + darkbreeze/rc/stylesheet-branch-end.svg + darkbreeze/rc/stylesheet-branch-more.svg + darkbreeze/rc/stylesheet-vline.svg + darkbreeze/rc/transparent.svg + darkbreeze/rc/undock-hover.svg + darkbreeze/rc/undock.svg + darkbreeze/rc/up_arrow_disabled.svg + darkbreeze/rc/up_arrow-hover.svg + darkbreeze/rc/up_arrow.svg + darkbreeze/rc/vmovetoolbar.svg + darkbreeze/rc/vsepartoolbars.svg + darkbreeze/darkbreeze.qss + + + amoled/amoled.qss + + + aqua/aqua.qss + + + materialdark/materialdark.qss + + + ubuntu/ubuntu.qss + + + default.qss + + + vsdark/vsdark.qss + + + vslight/vslight.qss + + diff --git a/styles/ubuntu/LICENSE b/styles/ubuntu/LICENSE new file mode 100644 index 0000000..868ac31 --- /dev/null +++ b/styles/ubuntu/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jaime Quiroga + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/styles/ubuntu/ubuntu.qss b/styles/ubuntu/ubuntu.qss new file mode 100644 index 0000000..0d0aefd --- /dev/null +++ b/styles/ubuntu/ubuntu.qss @@ -0,0 +1,665 @@ +/* +Ubuntu Style Sheet for QT Applications +Author: Jaime A. Quiroga P. +Company: GTRONICK +Last updated: 21/01/2019, 12:31. +Available at: https://github.com/GTRONICK/QSS/blob/master/Ubuntu.qss +*/ +QMainWindow { + background-color:#f0f0f0; +} +QDialog { + background-color:#f0f0f0; +} +QColorDialog { + background-color:#f0f0f0; +} +QFrame[frameShape="4"], +QFrame[frameShape="5"]{ + color: #AAAAAA; +} +QFrame[frameShape="0"], +QFrame[frameShape="1"], +QFrame[frameShape="2"], +QFrame[frameShape="3"], +QFrame[frameShape="6"], +QFrame[frameShape="7"], +QFrame[frameShape="8"], +QFrame[frameShape="9"]{ + color: #333333; +} + +QGroupBox { + padding:2px; + color: #333333; + margin-top: 12px; + border: 1px solid rgb(200,200,200); + padding-top: 12px; + border-radius: 4px; +} + +QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top left; + padding-top: 4px; +} +QGroupBox::indicator:checked { + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: rgb(246, 134, 86); + background-color:rgb(246, 134, 86) +} +QGroupBox::indicator:unchecked { + border-radius:4px; + border-style:solid; + border-width:1px; + border-color:rgb(246, 134, 86); + background-color:rgb(255,255,255); +} + +QLabel { + color:rgb(17,17,17); +} +QLineEdit { + background-color:rgb(255,255,255); + selection-background-color:rgb(236,116,64); + color:rgb(17,17,17); +} +QTextEdit { + border-width: 1px; + border-style: solid; + border-color:transparent; + color:rgb(17,17,17); + selection-background-color:rgb(236,116,64); +} +QPlainTextEdit { + border-width: 1px; + border-style: solid; + border-color:transparent; + color:rgb(17,17,17); + selection-background-color:rgb(236,116,64); +} +QToolButton{ + color:rgb(17,17,17); + border-width: 1px; + border-radius: 6px; + border-bottom-color: rgb(150,150,150); + border-right-color: rgb(165,165,165); + border-left-color: rgb(165,165,165); + border-top-color: rgb(180,180,180); + border-style: solid; + padding: 4px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QToolButton:hover{ + color:rgb(17,17,17); + border-width: 1px; + border-radius:6px; + border-top-color: rgb(255,150,60); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-bottom-color: rgb(200,70,20); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QToolButton:default{ + color:rgb(17,17,17); + border-width: 1px; + border-radius:6px; + border-top-color: rgb(255,150,60); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-bottom-color: rgb(200,70,20); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QToolButton:pressed{ + color:rgb(17,17,17); + border-width: 1px; + border-radius: 6px; + border-width: 1px; + border-top-color: rgba(255,150,60,200); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 200)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 200)); + border-bottom-color: rgba(200,70,20,200); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QToolButton:disabled{ + color:rgb(174,167,159); + border-width: 1px; + border-radius: 6px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(200, 200, 200, 255), stop:1 rgba(230, 230, 230, 255)); +} +QPushButton{ + color:rgb(17,17,17); + border-width: 1px; + border-radius: 6px; + border-bottom-color: rgb(150,150,150); + border-right-color: rgb(165,165,165); + border-left-color: rgb(165,165,165); + border-top-color: rgb(180,180,180); + border-style: solid; + padding: 4px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QPushButton:hover{ + color:rgb(17,17,17); + border-width: 1px; + border-radius:6px; + border-top-color: rgb(255,150,60); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-bottom-color: rgb(200,70,20); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QPushButton:default{ + color:rgb(17,17,17); + border-width: 1px; + border-radius:6px; + border-top-color: rgb(255,150,60); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 255)); + border-bottom-color: rgb(200,70,20); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QPushButton:pressed{ + color:rgb(17,17,17); + border-width: 1px; + border-radius: 6px; + border-width: 1px; + border-top-color: rgba(255,150,60,200); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 200)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(200, 70, 20, 255), stop:1 rgba(255,150,60, 200)); + border-bottom-color: rgba(200,70,20,200); + border-style: solid; + padding: 2px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(220, 220, 220, 255), stop:1 rgba(255, 255, 255, 255)); +} +QPushButton:disabled{ + color:rgb(174,167,159); + border-width: 1px; + border-radius: 6px; + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(200, 200, 200, 255), stop:1 rgba(230, 230, 230, 255)); +} +QProgressBar { + text-align: center; + color: rgb(0, 0, 0); + border-width: 1px; + border-radius: 10px; + border-style: inset; + border-color: rgb(150,150,150); + background-color:rgb(221,221,219); +} +QProgressBar::chunk:horizontal { + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(225, 108, 54, 255), stop:1 rgba(246, 134, 86, 255)); + border-style: solid; + border-radius:8px; + border-width:1px; + border-bottom-color:qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(175,85,48,255), stop:1 rgba(236,114,67, 255)); + border-top-color:qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); + border-right-color:qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); + border-left-color:qlineargradient(spread:pad, x1:1, y1:0.5, x2:0, y2:0.5, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); +} +QTabWidget { + color:rgb(0,0,0); + background-color:rgb(247,246,246); +} +QTabWidget::pane { + border-color: rgb(180,180,180); + background-color:rgb(247,246,246); + border-style: solid; + border-width: 1px; + border-radius: 6px; +} +QTabBar::tab { + padding-left:4px; + padding-right:4px; + padding-bottom:2px; + padding-top:2px; + color:rgb(81,72,65); + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(221,218,217,255), stop:1 rgba(240,239,238,255)); + border-style: solid; + border-width: 1px; + border-top-right-radius:4px; + border-top-left-radius:4px; + border-top-color: rgb(180,180,180); + border-left-color: rgb(180,180,180); + border-right-color: rgb(180,180,180); + border-bottom-color: transparent; +} +QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover { + background-color:rgb(247,246,246); + margin-left: 0px; + margin-right: 1px; +} +QTabBar::tab:!selected { + margin-top: 1px; + margin-right: 1px; +} +QMenuBar { + color:rgb(223,219,210); + background-color:rgb(65,64,59); +} +QMenuBar::item { + padding-top:4px; + padding-left:4px; + padding-right:4px; + color:rgb(223,219,210); + background-color:rgb(65,64,59); +} +QMenuBar::item:selected { + color:rgb(255,255,255); + padding-top:2px; + padding-left:2px; + padding-right:2px; + border-top-width:2px; + border-left-width:2px; + border-right-width:2px; + border-top-right-radius:4px; + border-top-left-radius:4px; + border-style:solid; + background-color:rgb(65,64,59); + border-top-color: rgb(47,47,44); + border-right-color: qlineargradient(spread:pad, x1:0, y1:1, x2:1, y2:0, stop:0 rgba(90, 87, 78, 255), stop:1 rgba(47,47,44, 255)); + border-left-color: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(90, 87, 78, 255), stop:1 rgba(47,47,44, 255)); +} +QMenu::item:selected { + color:rgb(255,255,255); + background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(225, 108, 54, 255), stop:1 rgba(246, 134, 86, 255)); + border-style:solid; + border-width:3px; + padding-left:17px; + padding-top:4px; + padding-bottom:4px; + padding-right:7px; + border-bottom-color:qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(175,85,48,255), stop:1 rgba(236,114,67, 255)); + border-top-color:qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); + border-right-color:qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); + border-left-color:qlineargradient(spread:pad, x1:1, y1:0.5, x2:0, y2:0.5, stop:0 rgba(253,156,113,255), stop:1 rgba(205,90,46, 255)); +} +QMenu::item { + color:rgb(223,219,210); + padding-left:20px; + padding-top:4px; + padding-bottom:4px; + padding-right:10px; +} +QMenu { + color:rgb(223,219,210); + background-color:rgb(65,64,59); +} +QListWidget{ + background-color: #EEEEEE; +} +QCheckBox { + padding:2px; + color: #333333; +} +QCheckBox:hover { + border-radius:4px; + border-style:solid; + border-width:1px; + padding-left: 1px; + padding-right: 1px; + padding-bottom: 1px; + padding-top: 1px; + border-color: rgb(255,150,60); + background-color:qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(190, 90, 50, 50), stop:1 rgba(250, 130, 40, 50)); +} +QCheckBox::indicator:checked { + border-radius:4px; + border-style:solid; + border-width:1px; + border-color: rgb(246, 134, 86); + background-color:rgb(246, 134, 86) +} +QCheckBox::indicator:unchecked { + border-radius:4px; + border-style:solid; + border-width:1px; + border-color:rgb(246, 134, 86); + background-color:rgb(255,255,255); +} +QRadioButton { + padding: 1px; +} +QRadioButton::indicator:checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: rgba(246, 134, 86, 255); + color: #a9b7c6; + background-color:rgba(246, 134, 86, 255); +} +QRadioButton::indicator:!checked { + height: 10px; + width: 10px; + border-style:solid; + border-radius:5px; + border-width: 1px; + border-color: rgb(246, 134, 86); + color: #a9b7c6; + background-color: transparent; +} +QStatusBar { + color:rgb(81,72,65); +} +QSpinBox { + color:rgb(81,72,65); + background-color: #ffffff; +} +QDoubleSpinBox { + color:rgb(81,72,65); + background-color: #ffffff; +} +QTimeEdit { + color:rgb(81,72,65); + background-color: #ffffff; +} +QDateTimeEdit { + color:rgb(81,72,65); + background-color: #ffffff; +} +QDateEdit { + color:rgb(81,72,65); + background-color: #ffffff; +} +QComboBox { + color:rgb(81,72,65); + background: #ffffff; +} +QComboBox:editable { + background: #ffffff; + color: rgb(81,72,65); + selection-color:rgb(81,72,65); + selection-background-color: #ffffff; +} +QComboBox QAbstractItemView { + color:rgb(81,72,65); + background: #ffffff; + selection-color: #ffffff; + selection-background-color: rgb(246, 134, 86); +} + +QFontComboBox { + color:rgb(81,72,65); + background-color: #ffffff; +} +QToolBox { + color:rgb(81,72,65); + background-color: #ffffff; +} +QToolBox::tab { + color:rgb(81,72,65); + background-color: #ffffff; +} +QToolBox::tab:selected { + color:rgb(81,72,65); + background-color: #ffffff; +} +QScrollArea { + color: #FFFFFF; + background-color:#f0f0f0; +} +QSlider::groove { + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); +} +QSlider::groove:horizontal { + height: 5px; + background: rgb(246, 134, 86); +} +QSlider::groove:vertical { + width: 5px; + background: rgb(246, 134, 86); +} +QSlider::handle:horizontal { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + width: 12px; + margin: -5px 0; + border-radius: 7px; +} +QSlider::handle:vertical { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + height: 12px; + margin: 0 -5px; + border-radius: 7px; +} +QSlider::add-page:horizontal { + background: rgb(210,210,210); +} +QSlider::add-page:vertical { + background: rgb(246, 134, 86); +} +QSlider::sub-page:horizontal { + background: rgb(246, 134, 86); +} +QSlider::sub-page:vertical { + background: rgb(210,210,210); +} +QScrollBar:horizontal { + max-height: 20px; + border: 1px transparent grey; + margin: 0px 20px 0px 20px; +} +QScrollBar::handle:horizontal { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + border-radius: 7px; + min-width: 25px; +} +QScrollBar::handle:horizontal:hover { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(255,150,60); + border-radius: 7px; + min-width: 25px; +} +QScrollBar::add-line:horizontal { + border: 1px solid; + border-color: rgb(207,207,207); + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-right-radius: 7px; + background: rgb(255, 255, 255); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:horizontal:hover { + border: 1px solid; + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-right-radius: 7px; + border-color: rgb(255,150,60); + background: rgb(255, 255, 255); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::add-line:horizontal:pressed { + border: 1px solid grey; + border-top-left-radius: 7px; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; + background: rgb(231,231,231); + width: 20px; + subcontrol-position: right; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal { + border: 1px solid; + border-color: rgb(207,207,207); + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(255, 255, 255); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal:hover { + border: 1px solid; + border-color: rgb(255,150,60); + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(255, 255, 255); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::sub-line:horizontal:pressed { + border: 1px solid grey; + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(231,231,231); + width: 20px; + subcontrol-position: left; + subcontrol-origin: margin; +} +QScrollBar::left-arrow:horizontal { + border: 1px transparent grey; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + width: 6px; + height: 6px; + background: rgb(230,230,230); +} +QScrollBar::right-arrow:horizontal { + border: 1px transparent grey; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + width: 6px; + height: 6px; + background: rgb(230,230,230); +} +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { + background: none; +} +QScrollBar:vertical { + max-width: 20px; + border: 1px transparent grey; + margin: 20px 0px 20px 0px; +} +QScrollBar::add-line:vertical { + border: 1px solid; + border-color: rgb(207,207,207); + border-bottom-right-radius: 7px; + border-bottom-left-radius: 7px; + border-top-left-radius: 7px; + background: rgb(255, 255, 255); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:hover { + border: 1px solid; + border-color: rgb(255,150,60); + border-bottom-right-radius: 7px; + border-bottom-left-radius: 7px; + border-top-left-radius: 7px; + background: rgb(255, 255, 255); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:pressed { + border: 1px solid grey; + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px; + border-top-left-radius: 7px; + background: rgb(231,231,231); + height: 20px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical { + border: 1px solid; + border-color: rgb(207,207,207); + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(255, 255, 255); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:hover { + border: 1px solid; + border-color: rgb(255,150,60); + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; + background: rgb(255, 255, 255); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:pressed { + border: 1px solid grey; + border-top-left-radius: 7px; + border-top-right-radius: 7px; + background: rgb(231,231,231); + height: 20px; + subcontrol-position: top; + subcontrol-origin: margin; +} + QScrollBar::handle:vertical { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(207,207,207); + border-radius: 7px; + min-height: 25px; +} +QScrollBar::handle:vertical:hover { + background: rgb(253,253,253); + border-style: solid; + border-width: 1px; + border-color: rgb(255,150,60); + border-radius: 7px; + min-height: 25px; +} +QScrollBar::up-arrow:vertical { + border: 1px transparent grey; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + width: 6px; + height: 6px; + background: rgb(230,230,230); +} +QScrollBar::down-arrow:vertical { + border: 1px transparent grey; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + width: 6px; + height: 6px; + background: rgb(230,230,230); +} +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { + background: none; +} + diff --git a/styles/vsdark/LICENSE b/styles/vsdark/LICENSE new file mode 100644 index 0000000..86e58a1 --- /dev/null +++ b/styles/vsdark/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2013 Khromathyon Software + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/styles/vsdark/vsdark.qss b/styles/vsdark/vsdark.qss new file mode 100644 index 0000000..115586a --- /dev/null +++ b/styles/vsdark/vsdark.qss @@ -0,0 +1,216 @@ +/* +* QSS Qt Stylesheets Collection. +* Created in 2013 by Khromathyon Software. +* QSS Theme: Visual Studio(R) 2012 Dark Theme. +* License: WTFPL +*/ +QMainWindow { + background-color:#2d2d30; + color:#f1f1f1; +} +QPushButton::disabled { color: #999999;}QComboBox::disabled { color: #999999;} + +QMenuBar { + + background-color:#2d2d30; + text-transform: uppercase; + color:#f1f1f1; +} + +QMenuBar::item:selected{ + background-color:#3e3e40; +} + +QMenu { + border:0.5px solid #333337; + color:#f1f1f1; +} +QMenu::item:selected { + background-color:#2d2d30; + border-color:#333337; + +} + +QMenu::item { + background-color:#1b1b1c; + border-color:#333337; + padding: 2px 25px 2px 20px; + +} + +QMenu::separator{ + background-color:#333337; + spacing:2px; +} + +QTabBar::tab { + background-color:#2d2d30; + border: 1px solid transparent; + color:#f1f1f1; + padding:5px; + +} + +QTabBar::tab:hover{ + background-color:#1c97ea; + +} + +QTabBar::tab:selected{ + background-color:#007acc; +} + +QTabWidget::pane { + border-top: 2px solid #007acc; + background-color:#2d2d30; +} + +QDockWidget { + background: #2d2d30; + color:#f1f1f1; +} + +QDockWidget::active { + border: 1px solid #007acc; +} + +QDockWidget::title { + color:#f1f1f1; + background:#007acc; +} + +QComboBox { + border-style:none; + background-color:#333337; + color:#b2b2b2; + border-style:none; +} + +QComboBox:on { + background-color:#3f3f46; +} + +QComboBox:down-arrow { + border-style:none; + border-left: 1px solid #007acc; +} + +QComboBox:drop-down { + border-style:none; +} + +/*Needs fix*/ +QScrollBar{ + background:#3e3e42; + border-style:none; +} + +QScrollbar::horizontal{ + height: 15px; + margin: 0px 20px 0 20px; +} + +QScrollBar:handle { + border-style:none; + background:#9d9d9d; + margin: inherited; + +} +QPushButton { + border-style:none; + border-bottom:1px solid #007acc; + color:#f1f1f1; + background:#3e3e42; + padding:5px; +} + +QPushButton::pressed { + border: 1px solid #007acc; + background:#3e3e42; + +} + +QToolButton { + background:#3e3e42; + color:#f1f1f1; + border-style:none; + border-bottom:1px solid #007acc; +} + +QToolButton:pressed { + border: 1px solid #007acc; + background:#3e3e42; +} + +QLabel { + color:#f1f1f1; +} + +QLineEdit { + border: 1px solid #3e3e42; + background-color:#3f3f46; + color:#b2b2b2; + selection-background-color:#1c97ea; + +} +QLineEdit:selected { + border-color:#007acc; +} + + +QToolBar { + background:#2d2d30; + border-style:none; +} + +QToolBox{ + background:#2d2d30; +} + +QToolBox::tab{ + background:#2d2d30; + color:#f1f1f1; + border-style:none; + border-bottom-style: solid; + border-bottom: 2px solid #007acc; +} + +QToolBox::tab:selected { + border:1px solid #007acc; +} + +QWidget{ + background:#2d2d30; + color:#f1f1f1; +} + +QTreeView { + background-color:#2d2d30; + border-style:none; +} + +QTreeView::item:selected +{ + background:#007acc; +} + +QTreeView::item:selected:!active { + background: #3f3f46; +} + +QTreeView::item:selected { + background: #3f3f46; +} +QListView { + background-color:#252526; + border-style:none; + +} + +QTableView::item,QListView { + background-color: #202021; + border: 1px solid #151516; +} +QTableView::item::selected { + background-color: #454546; +} diff --git a/styles/vslight/vslight.qss b/styles/vslight/vslight.qss new file mode 100644 index 0000000..84e0ba0 --- /dev/null +++ b/styles/vslight/vslight.qss @@ -0,0 +1,188 @@ +/* +Light VS Theme by ThePBone +*/ +QMainWindow { + color:#2d2d30; + background-color:#f1f1f1; +} +QPushButton::disabled { color: #BBBBBB;}QComboBox::disabled { color: #BBBBBB;} + +QMenuBar { + + color:#2d2d30; + text-transform: uppercase; + background-color:#f1f1f1; +} + +QMenuBar::item:selected{ + color:#3e3e40; +} + +QMenu { + border:0.5px solid #333337; + background-color:#f1f1f1; +} +QMenu::item:selected { + color:#2d2d30; + border-color:#333337; + +} + +QMenu::item { + color:#1b1b1c; + border-color:#333337; + padding: 2px 25px 2px 20px; + +} + +QMenu::separator{ + color:#333337; + spacing:2px; +} + +QTabBar::tab { + color:#2d2d30; + border: 1px solid transparent; + background-color:#f1f1f1; + padding:5px; + +} + +QTabBar::tab:hover{ + color:#1c97ea; + +} + +QTabBar::tab:selected{ + color:#007acc; +} + +QTabWidget::pane { + border-top: 2px solid #007acc; + color:#2d2d30; +} + +QDockWidget { + background: #2d2d30; + background-color:#f1f1f1; +} + +QDockWidget::active { + border: 1px solid #007acc; +} + +QDockWidget::title { + background-color:#f1f1f1; + background:#007acc; +} + +QComboBox { + border-style:none; + color:#333337; + background-color:#b2b2b2; + border-style:none; +} + +QComboBox:on { + color:#3f3f46; +} + +QComboBox:down-arrow { + border-style:none; + border-left: 1px solid #007acc; +} + +QComboBox:drop-down { + border-style:none; +} + +/*Needs fix*/ +QScrollBar{ + background:#3e3e42; + border-style:none; +} + +QScrollbar::horizontal{ + height: 15px; + margin: 0px 20px 0 20px; +} + +QScrollBar:handle { + border-style:none; + background:#9d9d9d; + margin: inherited; + +} +QPushButton { + border-style:none; + border-bottom:1px solid #007acc; + background-color:#f1f1f1; + background:#3e3e42; + padding:5px; +} + +QPushButton::pressed { + border: 1px solid #007acc; + background:#3e3e42; + +} + +QToolButton { + background:#3e3e42; + background-color:#f1f1f1; + border-style:none; + border-bottom:1px solid #007acc; +} + +QToolButton:pressed { + border: 1px solid #007acc; + background:#3e3e42; +} + +QLabel { + background-color:#f1f1f1; +} + +QLineEdit { + border: 1px solid #bcc0bb; + color:#3f3f46; + background-color:#b2b2b2; + selection-background-color:#1c97ea; + +} +QLineEdit:selected { + border-color:#007acc; +} + + +QToolBar { + background:#2d2d30; + border-style:none; +} + +QToolBox{ + background:#2d2d30; +} + +QToolBox::tab{ + background:#2d2d30; + background-color:#f1f1f1; + border-style:none; + border-bottom-style: solid; + border-bottom: 2px solid #007acc; +} + +QToolBox::tab:selected { + border:1px solid #007acc; +} + +QWidget{ + background:#2d2d30; + background-color:#f1f1f1; +} + +QListView { + background-color: #eaeaeb; + border-style:none; + +}