2699 lines
83 KiB
Python
2699 lines
83 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
################################################################################
|
|
## Form generated from reading UI file 'widget.ui'
|
|
##
|
|
## Created by: Qt User Interface Compiler version 6.8.2
|
|
##
|
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
################################################################################
|
|
|
|
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
QMetaObject, QObject, QPoint, QRect,
|
|
QSize, QTime, QUrl, Qt)
|
|
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
QFont, QFontDatabase, QGradient, QIcon,
|
|
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
from PySide6.QtWidgets import (QAbstractScrollArea, QApplication, QGridLayout, QGroupBox,
|
|
QHBoxLayout, QHeaderView, QLabel, QLineEdit,
|
|
QPushButton, QSizePolicy, QSlider, QSpacerItem,
|
|
QTableWidget, QTableWidgetItem, QVBoxLayout, QWidget)
|
|
|
|
class Ui_Widget(object):
|
|
def setupUi(self, Widget):
|
|
if not Widget.objectName():
|
|
Widget.setObjectName(u"Widget")
|
|
Widget.resize(691, 408)
|
|
Widget.setStyleSheet(u"/* ---------------------------------------------------------------------------\n"
|
|
"\n"
|
|
" WARNING! File created programmatically. All changes made in this file will be lost!\n"
|
|
"\n"
|
|
" Created by the qtsass compiler v0.4.0\n"
|
|
"\n"
|
|
" The definitions are in the \"qdarkstyle.qss._styles.scss\" module\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"/* Light Style - QDarkStyleSheet ------------------------------------------ */\n"
|
|
"/*\n"
|
|
"\n"
|
|
"See Qt documentation:\n"
|
|
"\n"
|
|
" - https://doc.qt.io/qt-5/stylesheet.html\n"
|
|
" - https://doc.qt.io/qt-5/stylesheet-reference.html\n"
|
|
" - https://doc.qt.io/qt-5/stylesheet-examples.html\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"/* Reset elements ------------------------------------------------------------\n"
|
|
"\n"
|
|
"Resetting everything helps to unify styles across different operating systems\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */"
|
|
"\n"
|
|
"* {\n"
|
|
" padding: 0px;\n"
|
|
" margin: 0px;\n"
|
|
" border: 0px;\n"
|
|
" border-style: none;\n"
|
|
" border-image: none;\n"
|
|
" outline: 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* specific reset for elements inside QToolBar */\n"
|
|
"QToolBar * {\n"
|
|
" margin: 0px;\n"
|
|
" padding: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QWidget ----------------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QWidget {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 0px solid #455364;\n"
|
|
" padding: 0px;\n"
|
|
" color: #DFE1E2;\n"
|
|
" selection-background-color: #346792;\n"
|
|
" selection-color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QWidget:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" selection-background-color: #26486B;\n"
|
|
" selection-color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QWidget::item:selected {\n"
|
|
" background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QWidget::item:hover:!selected {\n"
|
|
" background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QMainWindow --------------------------------------------"
|
|
"----------------\n"
|
|
"\n"
|
|
"This adjusts the splitter in the dock widget, not qsplitter\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QMainWindow::separator {\n"
|
|
" background-color: #455364;\n"
|
|
" border: 0px solid #19232D;\n"
|
|
" spacing: 0px;\n"
|
|
" padding: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMainWindow::separator:hover {\n"
|
|
" background-color: #60798B;\n"
|
|
" border: 0px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMainWindow::separator:horizontal {\n"
|
|
" width: 5px;\n"
|
|
" margin-top: 2px;\n"
|
|
" margin-bottom: 2px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_separator_vertical.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMainWindow::separator:vertical {\n"
|
|
" height: 5px;\n"
|
|
" margin-left: 2px;\n"
|
|
" margin-right: 2px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_separator_horizontal.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QToolTip ---------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples."
|
|
"html#customizing-qtooltip\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QToolTip {\n"
|
|
" background-color: #346792;\n"
|
|
" color: #DFE1E2;\n"
|
|
" /* If you remove the border property, background stops working on Windows */\n"
|
|
" border: none;\n"
|
|
" /* Remove padding, for fix combo box tooltip */\n"
|
|
" padding: 0px;\n"
|
|
" /* Remove opacity, fix #174 - may need to use RGBA */\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QStatusBar -------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QStatusBar {\n"
|
|
" border: 1px solid #455364;\n"
|
|
" /* Fixes Spyder #9120, #9121 */\n"
|
|
" background: #455364;\n"
|
|
" /* Fixes #205, white vertical borders separating items */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QStatusBar::item {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QStatusBar QToolTip {\n"
|
|
" background-color: #1A72BB;\n"
|
|
" border: 1px solid #19232D;\n"
|
|
" col"
|
|
"or: #19232D;\n"
|
|
" /* Remove padding, for fix combo box tooltip */\n"
|
|
" padding: 0px;\n"
|
|
" /* Reducing transparency to read better */\n"
|
|
" opacity: 230;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QStatusBar QLabel {\n"
|
|
" /* Fixes Spyder #9120, #9121 */\n"
|
|
" background: transparent;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QCheckBox --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QCheckBox {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" spacing: 4px;\n"
|
|
" outline: none;\n"
|
|
" padding-top: 4px;\n"
|
|
" padding-bottom: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox:focus {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox QWidget:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator {\n"
|
|
" margin-left: 2px;\n"
|
|
" height: 14px;\n"
|
|
" width: 14px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:unchecked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/chec"
|
|
"kbox_unchecked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:unchecked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:checked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:checked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:indeterminate {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:indeterminate:disabled {\n"
|
|
" ima"
|
|
"ge: url(\":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QGroupBox --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QGroupBox {\n"
|
|
" font-weight: bold;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" margin-top: 6px;\n"
|
|
" margin-bottom: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::title {\n"
|
|
" subcontrol-origin: margin;\n"
|
|
" subcontrol-position: top left;\n"
|
|
" left: 4px;\n"
|
|
" padding-left: 2px;\n"
|
|
" padding-right: 4px;\n"
|
|
" padding-top: -4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator {\n"
|
|
" margin-left: 2px;\n"
|
|
" margin-top: 2px;\n"
|
|
" padding: 0;\n"
|
|
" he"
|
|
"ight: 14px;\n"
|
|
" width: 14px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:unchecked {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:unchecked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:checked {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGroupBox::indicator:checked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QRadioButton"
|
|
" -----------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QRadioButton {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" spacing: 4px;\n"
|
|
" padding-top: 4px;\n"
|
|
" padding-bottom: 4px;\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton:focus {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton QWidget {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" spacing: 0px;\n"
|
|
" padding: 0px;\n"
|
|
" outline: none;\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" margin-left: 2px;\n"
|
|
" height: 14px;\n"
|
|
" width: 14px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:unchecked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_un"
|
|
"checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:unchecked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_unchecked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:checked {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QRadioButton::indicator:checked:disabled {\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QMenuBar --------------------------------------------------------"
|
|
"-------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QMenuBar {\n"
|
|
" background-color: #455364;\n"
|
|
" padding: 2px;\n"
|
|
" border: 1px solid #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" selection-background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenuBar:focus {\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenuBar::item {\n"
|
|
" background: transparent;\n"
|
|
" padding: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenuBar::item:selected {\n"
|
|
" padding: 4px;\n"
|
|
" background: transparent;\n"
|
|
" border: 0px solid #455364;\n"
|
|
" background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenuBar::item:pressed {\n"
|
|
" padding: 4px;\n"
|
|
" border: 0px solid #455364;\n"
|
|
" background-color: #1A72BB;\n"
|
|
" color: #DFE1E2;\n"
|
|
" margin-bottom: 0px;\n"
|
|
" padding-bottom: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QMenu ------------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu\n"
|
|
"\n"
|
|
"---"
|
|
"------------------------------------------------------------------------ */\n"
|
|
"QMenu {\n"
|
|
" border: 0px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" margin: 0px;\n"
|
|
" background-color: #37414F;\n"
|
|
" selection-background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::separator {\n"
|
|
" height: 1px;\n"
|
|
" background-color: #60798B;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::item {\n"
|
|
" background-color: #37414F;\n"
|
|
" padding: 4px 24px 4px 28px;\n"
|
|
" /* Reserve space for selection border */\n"
|
|
" border: 1px transparent #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::item:selected {\n"
|
|
" color: #DFE1E2;\n"
|
|
" background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::item:pressed {\n"
|
|
" background-color: #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::icon {\n"
|
|
" padding-left: 10px;\n"
|
|
" width: 14px;\n"
|
|
" height: 14px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator {\n"
|
|
" padding-left: 8px;\n"
|
|
" width: 12px;\n"
|
|
" height: 12px;\n"
|
|
" /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */\n"
|
|
" /* exclusive indicator = radio button s"
|
|
"tyle indicator (see QActionGroup::setExclusive) */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:unchecked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:unchecked:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:checked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed {\n"
|
|
" border: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:checked:disabled {\n"
|
|
" image: url(\":/qs"
|
|
"s_icons/dark/rc/checkbox_checked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:indeterminate {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:indeterminate:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:non-exclusive:indeterminate:focus, QMenu::indicator:non-exclusive:indeterminate:hover, QMenu::indicator:non-exclusive:indeterminate:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:unchecked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_unchecked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:unchecked:hover, QMenu::indicator:exclusive:unchecked:focus, QMenu::indicator:exclusive:unchecked:pressed {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:unchecked:disabled {\n"
|
|
""
|
|
" image: url(\":/qss_icons/dark/rc/radio_unchecked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:checked {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:checked:hover, QMenu::indicator:exclusive:checked:focus, QMenu::indicator:exclusive:checked:pressed {\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::indicator:exclusive:checked:disabled {\n"
|
|
" outline: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/radio_checked_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QMenu::right-arrow {\n"
|
|
" margin: 5px;\n"
|
|
" padding-left: 12px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_right.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QAbstractItemView ------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox\n"
|
|
"\n"
|
|
"-----------------------------------------"
|
|
"---------------------------------- */\n"
|
|
"QAbstractItemView {\n"
|
|
" alternate-background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractItemView QLineEdit {\n"
|
|
" padding: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QAbstractScrollArea ----------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QAbstractScrollArea {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" /* fix #159 */\n"
|
|
" padding: 2px;\n"
|
|
" /* remove min-height to fix #244 */\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractScrollArea:disabled {\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QScrollArea ------------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QScrollArea QWidget QWidget:disa"
|
|
"bled {\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QScrollBar -------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QScrollBar:horizontal {\n"
|
|
" height: 16px;\n"
|
|
" margin: 2px 16px 2px 16px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar:vertical {\n"
|
|
" background-color: #19232D;\n"
|
|
" width: 16px;\n"
|
|
" margin: 16px 2px 16px 2px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:horizontal {\n"
|
|
" background-color: #60798B;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" min-width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:horizontal:hover {\n"
|
|
" background-color: #346792;\n"
|
|
" border: #346792;\n"
|
|
" border-radius: 4px;\n"
|
|
" min-width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:horizontal:focus {\n"
|
|
""
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:vertical {\n"
|
|
" background-color: #60798B;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" min-height: 8px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:vertical:hover {\n"
|
|
" background-color: #346792;\n"
|
|
" border: #346792;\n"
|
|
" border-radius: 4px;\n"
|
|
" min-height: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::handle:vertical:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-line:horizontal {\n"
|
|
" margin: 0px 0px 0px 0px;\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_right_disabled.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: right;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_right.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: right;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-line:vertical {\n"
|
|
" margin: 3px 0px 3px"
|
|
" 0px;\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_down_disabled.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: bottom;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: bottom;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::sub-line:horizontal {\n"
|
|
" margin: 0px 3px 0px 3px;\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_left_disabled.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: left;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_left.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: left;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::sub-line:vertical {\n"
|
|
" margin"
|
|
": 3px 0px 3px 0px;\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_up_disabled.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: top;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/arrow_up.png\");\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" subcontrol-position: top;\n"
|
|
" subcontrol-origin: margin;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal {\n"
|
|
" background: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {\n"
|
|
" background: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {\n"
|
|
" background: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {\n"
|
|
" background: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QTextEdit --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customiz"
|
|
"ing-specific-widgets\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QTextEdit {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTextEdit:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTextEdit:selected {\n"
|
|
" background: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QPlainTextEdit ---------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QPlainTextEdit {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPlainTextEdit:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPlainTextEdit:selected {\n"
|
|
" background: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QSizeGrip --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-"
|
|
"qsizegrip\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QSizeGrip {\n"
|
|
" background: transparent;\n"
|
|
" width: 12px;\n"
|
|
" height: 12px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_grip.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QStackedWidget ---------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QStackedWidget {\n"
|
|
" padding: 2px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border: 1px solid #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QToolBar ---------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QToolBar {\n"
|
|
" background-color: #455364;\n"
|
|
" border-bottom: 1px solid #19232D;\n"
|
|
" padding: 1px;\n"
|
|
" font-weight: bold;\n"
|
|
" spacing: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBar:disabled {\n"
|
|
" /* Fixes #272 */\n"
|
|
" background-color: #455"
|
|
"364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBar::handle:horizontal {\n"
|
|
" width: 16px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_move_horizontal.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBar::handle:vertical {\n"
|
|
" height: 16px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_move_vertical.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBar::separator:horizontal {\n"
|
|
" width: 16px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_separator_horizontal.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBar::separator:vertical {\n"
|
|
" height: 16px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/toolbar_separator_vertical.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton#qt_toolbar_ext_button {\n"
|
|
" background: #455364;\n"
|
|
" border: 0px;\n"
|
|
" color: #DFE1E2;\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_right.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QAbstractSpinBox -------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QAbstractSpinBox {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
""
|
|
" /* This fixes 103, 111 */\n"
|
|
" padding-top: 2px;\n"
|
|
" /* This fixes 103, 111 */\n"
|
|
" padding-bottom: 2px;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" border-radius: 4px;\n"
|
|
" /* min-width: 5px; removed to fix 109 */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox:up-button {\n"
|
|
" background-color: transparent #19232D;\n"
|
|
" subcontrol-origin: border;\n"
|
|
" subcontrol-position: top right;\n"
|
|
" border-left: 1px solid #455364;\n"
|
|
" border-bottom: 1px solid #455364;\n"
|
|
" border-top-left-radius: 0;\n"
|
|
" border-bottom-left-radius: 0;\n"
|
|
" margin: 1px;\n"
|
|
" width: 12px;\n"
|
|
" margin-bottom: -1px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_up_disabled.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox::up-arrow:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_up.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox:down-button {\n"
|
|
" background-color: transparent #19232D;\n"
|
|
" "
|
|
"subcontrol-origin: border;\n"
|
|
" subcontrol-position: bottom right;\n"
|
|
" border-left: 1px solid #455364;\n"
|
|
" border-top: 1px solid #455364;\n"
|
|
" border-top-left-radius: 0;\n"
|
|
" border-bottom-left-radius: 0;\n"
|
|
" margin: 1px;\n"
|
|
" width: 12px;\n"
|
|
" margin-top: -1px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down_disabled.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox::down-arrow:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractSpinBox:selected {\n"
|
|
" background: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* DISPLAYS ------------------------------------------------"
|
|
"--------------- */\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* QLabel -----------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QLabel {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 0px solid #455364;\n"
|
|
" padding: 2px;\n"
|
|
" margin: 0px;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLabel:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 0px solid #455364;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QTextBrowser -----------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QTextBrowser {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QT"
|
|
"extBrowser:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser:selected, QTextBrowser:pressed {\n"
|
|
" border: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QGraphicsView ----------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QGraphicsView {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGraphicsView:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView:selected, QGraphicsView:pressed {\n"
|
|
" border: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QCalendarWidget --------------------------------------------------------\n"
|
|
"\n"
|
|
"------------------------------------------------"
|
|
"--------------------------- */\n"
|
|
"QCalendarWidget {\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCalendarWidget:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QLCDNumber -------------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QLCDNumber {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLCDNumber:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QProgressBar -----------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QProgressBar {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QProgressBar:disabled {\n"
|
|
" backgrou"
|
|
"nd-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QProgressBar::chunk {\n"
|
|
" background-color: #346792;\n"
|
|
" color: #19232D;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QProgressBar::chunk:disabled {\n"
|
|
" background-color: #26486B;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* BUTTONS ---------------------------------------------------------------- */\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* QPushButton ------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QPushButton {\n"
|
|
" background-color: #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
" "
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:disabled {\n"
|
|
" background-color: #455364;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:checked {\n"
|
|
" background-color: #60798B;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:checked:disabled {\n"
|
|
" background-color: #60798B;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:checked:selected {\n"
|
|
" background: #60798B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #54687A;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #60798B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:selected {\n"
|
|
" background: #60798B;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton::menu-indicator {\n"
|
|
" subcontrol-origin: padding;\n"
|
|
" subcontrol-position: bottom right;\n"
|
|
" bottom: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDialogButtonBox QPushButton {\n"
|
|
" /* Issue #194 #248 - Special case of QPushButton inside"
|
|
" dialogs, for better UI */\n"
|
|
" min-width: 80px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QToolButton ------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QToolButton {\n"
|
|
" background-color: #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
" border: none;\n"
|
|
" /* The subcontrols below are used only in the DelayedPopup mode */\n"
|
|
" /* The subcontrols below are used only in the MenuButtonPopup mode */\n"
|
|
" /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:disabled {\n"
|
|
" background-color: #455364;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:checked {\n"
|
|
" background-color: #60798B;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:checked:disabled"
|
|
" {\n"
|
|
" background-color: #60798B;\n"
|
|
" color: #788D9C;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 2px;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:checked:hover {\n"
|
|
" background-color: #54687A;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:checked:pressed {\n"
|
|
" background-color: #60798B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:checked:selected {\n"
|
|
" background: #60798B;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:hover {\n"
|
|
" background-color: #54687A;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:pressed {\n"
|
|
" background-color: #60798B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton:selected {\n"
|
|
" background: #60798B;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton[popupMode=\"0\"] {\n"
|
|
" /* Only for DelayedPopup */\n"
|
|
" padding-right: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton[popupMode=\"1\"] {\n"
|
|
" /* Only for MenuButtonPopup */\n"
|
|
" padding-right: 20px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton[popupMode=\"1\"]::menu-button {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton[popupMode=\"1\"]::menu-button:hover {\n"
|
|
" border: none;\n"
|
|
""
|
|
" border-left: 1px solid #455364;\n"
|
|
" border-radius: 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton[popupMode=\"2\"] {\n"
|
|
" /* Only for InstantPopup */\n"
|
|
" padding-right: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-button {\n"
|
|
" padding: 2px;\n"
|
|
" border-radius: 4px;\n"
|
|
" width: 12px;\n"
|
|
" border: none;\n"
|
|
" outline: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-button:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-button:checked:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-indicator {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
" top: 0;\n"
|
|
" /* Exclude a shift for better image */\n"
|
|
" left: -2px;\n"
|
|
" /* Shift it a bit */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-arrow {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolButton::menu-arrow:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QCommandLinkButton ---------------"
|
|
"--------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QCommandLinkButton {\n"
|
|
" background-color: transparent;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 4px;\n"
|
|
" padding: 0px;\n"
|
|
" margin: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QCommandLinkButton:disabled {\n"
|
|
" background-color: transparent;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* INPUTS - NO FIELDS ----------------------------------------------------- */\n"
|
|
"/* ------------------------------------------------------------------------ */\n"
|
|
"/* QComboBox --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QComboBox {\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" selection-background-col"
|
|
"or: #346792;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" /* padding-right = 36; 4 + 16*2 See scrollbar size */\n"
|
|
" /* changed to 4px to fix #239 */\n"
|
|
" /* Fixes #103, #111 */\n"
|
|
" min-height: 1.5em;\n"
|
|
" /* padding-top: 2px; removed to fix #132 */\n"
|
|
" /* padding-bottom: 2px; removed to fix #132 */\n"
|
|
" /* min-width: 75px; removed to fix #109 */\n"
|
|
" /* Needed to remove indicator - fix #132 */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 0;\n"
|
|
" background-color: #19232D;\n"
|
|
" selection-background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView:hover {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView:selected {\n"
|
|
" background: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView:alternate {\n"
|
|
" background: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox:hover {\n"
|
|
""
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox:on {\n"
|
|
" selection-background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::indicator {\n"
|
|
" border: none;\n"
|
|
" border-radius: 0;\n"
|
|
" background-color: transparent;\n"
|
|
" selection-background-color: transparent;\n"
|
|
" color: transparent;\n"
|
|
" selection-color: transparent;\n"
|
|
" /* Needed to remove indicator - fix #132 */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::indicator:alternate {\n"
|
|
" background: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::item {\n"
|
|
" /* Remove to fix #282, #285 and MR #288*/\n"
|
|
" /*&:checked {\n"
|
|
" font-weight: bold;\n"
|
|
" }\n"
|
|
"\n"
|
|
" &:selected {\n"
|
|
" border: 0px solid transparent;\n"
|
|
" }\n"
|
|
" */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::item:alternate {\n"
|
|
" background: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::drop-down {\n"
|
|
" subcontrol-origin: padding;\n"
|
|
" subcontrol-position: top right;\n"
|
|
" width: 12px;\n"
|
|
" border-left: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
""
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down_disabled.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QSlider ----------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QSlider:disabled {\n"
|
|
" background: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider:focus {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::groove:horizontal {\n"
|
|
" background: #455364;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" height: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::groove:vertical {\n"
|
|
" background: #455364;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" width: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::add-page:vertical {\n"
|
|
" "
|
|
" background: #346792;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" width: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::add-page:vertical :disabled {\n"
|
|
" background: #26486B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::sub-page:horizontal {\n"
|
|
" background: #346792;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" height: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::sub-page:horizontal:disabled {\n"
|
|
" background: #26486B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:horizontal {\n"
|
|
" background: #9DA9B5;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" width: 8px;\n"
|
|
" height: 8px;\n"
|
|
" margin: -8px 0px;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:horizontal:hover {\n"
|
|
" background: #346792;\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:horizontal:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:vertical {\n"
|
|
" background: #9DA9B5;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" width: 8px;\n"
|
|
" height: 8px;\n"
|
|
" margin: 0 -8px;\n"
|
|
" border-radius: 4px;\n"
|
|
""
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:vertical:hover {\n"
|
|
" background: #346792;\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSlider::handle:vertical:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QLineEdit --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QLineEdit {\n"
|
|
" background-color: #19232D;\n"
|
|
" padding-top: 2px;\n"
|
|
" /* This QLineEdit fix 103, 111 */\n"
|
|
" padding-bottom: 2px;\n"
|
|
" /* This QLineEdit fix 103, 111 */\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" border-style: solid;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLineEdit:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLineEdit:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLineEdit:focus {\n"
|
|
" border: 1px solid #1A72"
|
|
"BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QLineEdit:selected {\n"
|
|
" background-color: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QTabWiget --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QTabWidget {\n"
|
|
" padding: 2px;\n"
|
|
" selection-background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabWidget QWidget {\n"
|
|
" /* Fixes #189 */\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabWidget::pane {\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" /* Fixes double border inside pane with pyqt5 */\n"
|
|
" padding: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabWidget::pane:selected {\n"
|
|
" background-color: #455364;\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QTabBar ----------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar\n"
|
|
"\n"
|
|
"------"
|
|
"--------------------------------------------------------------------- */\n"
|
|
"QTabBar, QDockWidget QTabBar {\n"
|
|
" qproperty-drawBase: 0;\n"
|
|
" border-radius: 4px;\n"
|
|
" margin: 0px;\n"
|
|
" padding: 2px;\n"
|
|
" border: 0;\n"
|
|
" /* left: 5px; move to the right by 5px - removed for fix */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::close-button, QDockWidget QTabBar::close-button {\n"
|
|
" border: 0;\n"
|
|
" margin: 0;\n"
|
|
" padding: 4px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::close-button:hover, QDockWidget QTabBar::close-button:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::close-button:pressed, QDockWidget QTabBar::close-button:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close_pressed.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab, QDockWidget QTabBar::tab {\n"
|
|
" /* !selected and disabled ----------------------------------------- */\n"
|
|
" /* selected ------------------------------------------------------- */\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top:"
|
|
"selected:disabled, QDockWidget QTabBar::tab:top:selected:disabled {\n"
|
|
" border-bottom: 3px solid #26486B;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom:selected:disabled, QDockWidget QTabBar::tab:bottom:selected:disabled {\n"
|
|
" border-top: 3px solid #26486B;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left:selected:disabled, QDockWidget QTabBar::tab:left:selected:disabled {\n"
|
|
" border-right: 3px solid #26486B;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:right:selected:disabled, QDockWidget QTabBar::tab:right:selected:disabled {\n"
|
|
" border-left: 3px solid #26486B;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top:!selected:disabled, QDockWidget QTabBar::tab:top:!selected:disabled {\n"
|
|
" border-bottom: 3px solid #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom:!selected:disabled, QDockWidget QTabBar"
|
|
"::tab:bottom:!selected:disabled {\n"
|
|
" border-top: 3px solid #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left:!selected:disabled, QDockWidget QTabBar::tab:left:!selected:disabled {\n"
|
|
" border-right: 3px solid #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:right:!selected:disabled, QDockWidget QTabBar::tab:right:!selected:disabled {\n"
|
|
" border-left: 3px solid #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top:!selected, QDockWidget QTabBar::tab:top:!selected {\n"
|
|
" border-bottom: 2px solid #19232D;\n"
|
|
" margin-top: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom:!selected, QDockWidget QTabBar::tab:bottom:!selected {\n"
|
|
" border-top: 2px solid #19232D;\n"
|
|
" margin-bottom: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left:!selected, QDockWidget QTabBar::tab:left:!selected {\n"
|
|
" border-left: 2px solid #19232D;\n"
|
|
" margin-right: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:right:!selected, QDockWid"
|
|
"get QTabBar::tab:right:!selected {\n"
|
|
" border-right: 2px solid #19232D;\n"
|
|
" margin-left: 2px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top, QDockWidget QTabBar::tab:top {\n"
|
|
" background-color: #455364;\n"
|
|
" margin-left: 2px;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" padding-top: 2px;\n"
|
|
" padding-bottom: 2px;\n"
|
|
" min-width: 5px;\n"
|
|
" border-bottom: 3px solid #455364;\n"
|
|
" border-top-left-radius: 4px;\n"
|
|
" border-top-right-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {\n"
|
|
" background-color: #54687A;\n"
|
|
" border-bottom: 3px solid #259AE9;\n"
|
|
" border-top-left-radius: 4px;\n"
|
|
" border-top-right-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
" border-bottom: 3px solid #1A72BB;\n"
|
|
" /* Fixes spyder-ide/spyder#9766 and #243 */\n"
|
|
" padding-left: 3px;\n"
|
|
" padding-right: 3px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom, QDockWidget QTabBar::tab:bottom {\n"
|
|
" "
|
|
" border-top: 3px solid #455364;\n"
|
|
" background-color: #455364;\n"
|
|
" margin-left: 2px;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" padding-top: 2px;\n"
|
|
" padding-bottom: 2px;\n"
|
|
" border-bottom-left-radius: 4px;\n"
|
|
" border-bottom-right-radius: 4px;\n"
|
|
" min-width: 5px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {\n"
|
|
" background-color: #54687A;\n"
|
|
" border-top: 3px solid #259AE9;\n"
|
|
" border-bottom-left-radius: 4px;\n"
|
|
" border-bottom-right-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:hover {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
" border-top: 3px solid #1A72BB;\n"
|
|
" /* Fixes spyder-ide/spyder#9766 and #243 */\n"
|
|
" padding-left: 3px;\n"
|
|
" padding-right: 3px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left, QDockWidget QTabBar::tab:left {\n"
|
|
" background-color: #455364;\n"
|
|
" margin-top: 2px;\n"
|
|
" padding-left: 2px;\n"
|
|
" padding-right: 2px;\n"
|
|
" padding-top: 4px;\n"
|
|
" padding-bottom: 4px;\n"
|
|
""
|
|
" border-top-left-radius: 4px;\n"
|
|
" border-bottom-left-radius: 4px;\n"
|
|
" min-height: 5px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left:selected, QDockWidget QTabBar::tab:left:selected {\n"
|
|
" background-color: #54687A;\n"
|
|
" border-right: 3px solid #259AE9;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:left:!selected:hover, QDockWidget QTabBar::tab:left:!selected:hover {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
" border-right: 3px solid #1A72BB;\n"
|
|
" /* Fixes different behavior #271 */\n"
|
|
" margin-right: 0px;\n"
|
|
" padding-right: -1px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:right, QDockWidget QTabBar::tab:right {\n"
|
|
" background-color: #455364;\n"
|
|
" margin-top: 2px;\n"
|
|
" padding-left: 2px;\n"
|
|
" padding-right: 2px;\n"
|
|
" padding-top: 4px;\n"
|
|
" padding-bottom: 4px;\n"
|
|
" border-top-right-radius: 4px;\n"
|
|
" border-bottom-right-radius: 4px;\n"
|
|
" min-height: 5px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:right:selected, QDockWidget QTabBar::tab:right:selected {\n"
|
|
" background-color: #54687A;\n"
|
|
" border-left: 3px solid #259AE9;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:righ"
|
|
"t:!selected:hover, QDockWidget QTabBar::tab:right:!selected:hover {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
" border-left: 3px solid #1A72BB;\n"
|
|
" /* Fixes different behavior #271 */\n"
|
|
" margin-left: 0px;\n"
|
|
" padding-left: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton, QDockWidget QTabBar QToolButton {\n"
|
|
" /* Fixes #136 */\n"
|
|
" background-color: #455364;\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton:pressed, QDockWidget QTabBar QToolButton:pressed {\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton:pressed:hover, QDockWidget QTabBar QToolButton:pressed:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton::left-arrow:enabled, QDockWidget QTabBar QToolButton::left-arrow:enabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_left.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton::left-arrow:disabled, QDockWidget QTabBar QToolButton::left-arrow:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_left_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButto"
|
|
"n::right-arrow:enabled, QDockWidget QTabBar QToolButton::right-arrow:enabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_right.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar QToolButton::right-arrow:disabled, QDockWidget QTabBar QToolButton::right-arrow:disabled {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_right_disabled.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QDockWiget -------------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QDockWidget {\n"
|
|
" outline: 1px solid #455364;\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" titlebar-close-icon: url(\":/qss_icons/dark/rc/transparent.png\");\n"
|
|
" titlebar-normal-icon: url(\":/qss_icons/dark/rc/transparent.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::title {\n"
|
|
" /* Better size for title bar */\n"
|
|
" padding: 3px;\n"
|
|
" spacing: 4px;\n"
|
|
" border: none;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::close-button {\n"
|
|
" icon-size: 12px;\n"
|
|
""
|
|
" border: none;\n"
|
|
" background: transparent;\n"
|
|
" background-image: transparent;\n"
|
|
" border: 0;\n"
|
|
" margin: 0;\n"
|
|
" padding: 0;\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::close-button:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::close-button:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_close_pressed.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::float-button {\n"
|
|
" icon-size: 12px;\n"
|
|
" border: none;\n"
|
|
" background: transparent;\n"
|
|
" background-image: transparent;\n"
|
|
" border: 0;\n"
|
|
" margin: 0;\n"
|
|
" padding: 0;\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_undock.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::float-button:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_undock_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDockWidget::float-button:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/window_undock_pressed.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QTreeView QListView QTableView -----------------------------------------\n"
|
|
""
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QTreeView:branch:selected, QTreeView:branch:hover {\n"
|
|
" background: url(\":/qss_icons/dark/rc/transparent.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:has-siblings:!adjoins-item {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/branch_line.png\") 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:has-siblings:adjoins-item {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/branch_more.png\") 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:!has-children:!has-siblings:adjoins-item {\n"
|
|
" border-image: url(\":/qss_icons/dark/rc/branch_end.png\") 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/branch_clo"
|
|
"sed.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(\":/qss_icons/dark/rc/branch_open.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/branch_closed_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover {\n"
|
|
" image: url(\":/qss_icons/dark/rc/branch_open_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:checked,\n"
|
|
"QListView::indicator:checked,\n"
|
|
"QTableView::indicator:checked,\n"
|
|
"QColumnView::indicator:checked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed,\n"
|
|
"QListView::indicator:checked:hover,\n"
|
|
"QListView::indicator:checked:focus,\n"
|
|
""
|
|
"QListView::indicator:checked:pressed,\n"
|
|
"QTableView::indicator:checked:hover,\n"
|
|
"QTableView::indicator:checked:focus,\n"
|
|
"QTableView::indicator:checked:pressed,\n"
|
|
"QColumnView::indicator:checked:hover,\n"
|
|
"QColumnView::indicator:checked:focus,\n"
|
|
"QColumnView::indicator:checked:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_checked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:unchecked,\n"
|
|
"QListView::indicator:unchecked,\n"
|
|
"QTableView::indicator:unchecked,\n"
|
|
"QColumnView::indicator:unchecked {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed,\n"
|
|
"QListView::indicator:unchecked:hover,\n"
|
|
"QListView::indicator:unchecked:focus,\n"
|
|
"QListView::indicator:unchecked:pressed,\n"
|
|
"QTableView::indicator:unchecked:hover,\n"
|
|
"QTableView::indicator:unchecked:focus,\n"
|
|
"QTableView::indicator:unchecked:pressed,\n"
|
|
"QColumnView::indicator:unchecked:hover,\n"
|
|
""
|
|
"QColumnView::indicator:unchecked:focus,\n"
|
|
"QColumnView::indicator:unchecked:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_unchecked_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:indeterminate,\n"
|
|
"QListView::indicator:indeterminate,\n"
|
|
"QTableView::indicator:indeterminate,\n"
|
|
"QColumnView::indicator:indeterminate {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_indeterminate.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed,\n"
|
|
"QListView::indicator:indeterminate:hover,\n"
|
|
"QListView::indicator:indeterminate:focus,\n"
|
|
"QListView::indicator:indeterminate:pressed,\n"
|
|
"QTableView::indicator:indeterminate:hover,\n"
|
|
"QTableView::indicator:indeterminate:focus,\n"
|
|
"QTableView::indicator:indeterminate:pressed,\n"
|
|
"QColumnView::indicator:indeterminate:hover,\n"
|
|
"QColumnView::indicator:indeterminate:focus,\n"
|
|
"QColumnView::indicator:indeterminate:pressed {\n"
|
|
" image: url(\":/qss_icons/dark/rc/checkbox_"
|
|
"indeterminate_focus.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView,\n"
|
|
"QListView,\n"
|
|
"QTableView,\n"
|
|
"QColumnView {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" gridline-color: #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:disabled,\n"
|
|
"QListView:disabled,\n"
|
|
"QTableView:disabled,\n"
|
|
"QColumnView:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:selected,\n"
|
|
"QListView:selected,\n"
|
|
"QTableView:selected,\n"
|
|
"QColumnView:selected {\n"
|
|
" background-color: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView:focus,\n"
|
|
"QListView:focus,\n"
|
|
"QTableView:focus,\n"
|
|
"QColumnView:focus {\n"
|
|
" border: 1px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::item:pressed,\n"
|
|
"QListView::item:pressed,\n"
|
|
"QTableView::item:pressed,\n"
|
|
"QColumnView::item:pressed {\n"
|
|
" background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::item:selected:active,\n"
|
|
"QListView::item:selected:active,\n"
|
|
"QTableView::item:selected:active,\n"
|
|
"QColumnView::item:sele"
|
|
"cted:active {\n"
|
|
" background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::item:selected:!active,\n"
|
|
"QListView::item:selected:!active,\n"
|
|
"QTableView::item:selected:!active,\n"
|
|
"QColumnView::item:selected:!active {\n"
|
|
" color: #DFE1E2;\n"
|
|
" background-color: #37414F;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTreeView::item:!selected:hover,\n"
|
|
"QListView::item:!selected:hover,\n"
|
|
"QTableView::item:!selected:hover,\n"
|
|
"QColumnView::item:!selected:hover {\n"
|
|
" outline: 0;\n"
|
|
" color: #DFE1E2;\n"
|
|
" background-color: #37414F;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTableCornerButton::section {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px transparent #455364;\n"
|
|
" border-radius: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QHeaderView ------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QHeaderView {\n"
|
|
" background-color: #455364;\n"
|
|
" border: 0px transparent #455364;\n"
|
|
" padding: 0;\n"
|
|
" mar"
|
|
"gin: 0;\n"
|
|
" border-radius: 0;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView:disabled {\n"
|
|
" background-color: #455364;\n"
|
|
" border: 1px transparent #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section {\n"
|
|
" background-color: #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-radius: 0;\n"
|
|
" text-align: left;\n"
|
|
" font-size: 13px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::horizontal {\n"
|
|
" padding-top: 0;\n"
|
|
" padding-bottom: 0;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" border-left: 1px solid #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one {\n"
|
|
" border-left: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::horizontal:disabled {\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::vertical {\n"
|
|
" padding-top: 0;\n"
|
|
" padding-bottom: 0;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" border-top: 1px solid #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one {\n"
|
|
" border-top: 1px solid #4553"
|
|
"64;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::section::vertical:disabled {\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::down-arrow {\n"
|
|
" /* Those settings (border/width/height/background-color) solve bug */\n"
|
|
" /* transparent arrow background and size */\n"
|
|
" background-color: #455364;\n"
|
|
" border: none;\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" padding-left: 2px;\n"
|
|
" padding-right: 2px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QHeaderView::up-arrow {\n"
|
|
" background-color: #455364;\n"
|
|
" border: none;\n"
|
|
" height: 12px;\n"
|
|
" width: 12px;\n"
|
|
" padding-left: 2px;\n"
|
|
" padding-right: 2px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_up.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QToolBox --------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QToolBox {\n"
|
|
" padding: 0px;\n"
|
|
" border: 0px;\n"
|
|
" border: 1px solid #4"
|
|
"55364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox:selected {\n"
|
|
" padding: 0px;\n"
|
|
" border: 2px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab {\n"
|
|
" background-color: #19232D;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" color: #DFE1E2;\n"
|
|
" border-top-left-radius: 4px;\n"
|
|
" border-top-right-radius: 4px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:disabled {\n"
|
|
" color: #788D9C;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:selected {\n"
|
|
" background-color: #60798B;\n"
|
|
" border-bottom: 2px solid #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:selected:disabled {\n"
|
|
" background-color: #455364;\n"
|
|
" border-bottom: 2px solid #26486B;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:!selected {\n"
|
|
" background-color: #455364;\n"
|
|
" border-bottom: 2px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:!selected:disabled {\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox::tab:hover {\n"
|
|
" border-color: #1A72BB;\n"
|
|
" border-bottom: 2px solid #1A72BB;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QToolBox QScrollArea {\n"
|
|
" padding: 0px;\n"
|
|
" border: 0px;\n"
|
|
" background-color: #19232D;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QFrame -----"
|
|
"------------------------------------------------------------\n"
|
|
"\n"
|
|
"https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe\n"
|
|
"https://doc.qt.io/qt-5/qframe.html#-prop\n"
|
|
"https://doc.qt.io/qt-5/qframe.html#details\n"
|
|
"https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"/* (dot) .QFrame fix #141, #126, #123 */\n"
|
|
".QFrame {\n"
|
|
" border-radius: 4px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" /* No frame */\n"
|
|
" /* HLine */\n"
|
|
" /* HLine */\n"
|
|
"}\n"
|
|
"\n"
|
|
".QFrame[frameShape=\"0\"] {\n"
|
|
" border-radius: 4px;\n"
|
|
" border: 1px transparent #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
".QFrame[frameShape=\"4\"] {\n"
|
|
" max-height: 2px;\n"
|
|
" border: none;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
".QFrame[frameShape=\"5\"] {\n"
|
|
" max-width: 2px;\n"
|
|
" border: none;\n"
|
|
" background-color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QSplitter --------------------------------------------------------------\n"
|
|
"\n"
|
|
"ht"
|
|
"tps://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QSplitter {\n"
|
|
" background-color: #455364;\n"
|
|
" spacing: 0px;\n"
|
|
" padding: 0px;\n"
|
|
" margin: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSplitter::handle {\n"
|
|
" background-color: #455364;\n"
|
|
" border: 0px solid #19232D;\n"
|
|
" spacing: 0px;\n"
|
|
" padding: 1px;\n"
|
|
" margin: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSplitter::handle:hover {\n"
|
|
" background-color: #9DA9B5;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSplitter::handle:horizontal {\n"
|
|
" width: 5px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/line_vertical.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QSplitter::handle:vertical {\n"
|
|
" height: 5px;\n"
|
|
" image: url(\":/qss_icons/dark/rc/line_horizontal.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QDateEdit, QDateTimeEdit -----------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QDateEdit, QDateTimeEdit {\n"
|
|
" selection-background-color: #346792;\n"
|
|
" border-style: sol"
|
|
"id;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" border-radius: 4px;\n"
|
|
" /* This fixes 103, 111 */\n"
|
|
" padding-top: 2px;\n"
|
|
" /* This fixes 103, 111 */\n"
|
|
" padding-bottom: 2px;\n"
|
|
" padding-left: 4px;\n"
|
|
" padding-right: 4px;\n"
|
|
" min-width: 10px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateEdit:on, QDateTimeEdit:on {\n"
|
|
" selection-background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateEdit::drop-down, QDateTimeEdit::drop-down {\n"
|
|
" subcontrol-origin: padding;\n"
|
|
" subcontrol-position: top right;\n"
|
|
" width: 12px;\n"
|
|
" border-left: 1px solid #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateEdit::down-arrow, QDateTimeEdit::down-arrow {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down_disabled.png\");\n"
|
|
" height: 8px;\n"
|
|
" width: 8px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus, QDateTimeEdit::down-arrow:on, QDateTimeEdit::down-arrow:hover, QDateTimeEdit::down-arrow:focus {\n"
|
|
" image: url(\":/qss_icons/dark/rc/arrow_down.png\");\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateEdit QAbstractItemView, QDateTimeEdit QAbstra"
|
|
"ctItemView {\n"
|
|
" background-color: #19232D;\n"
|
|
" border-radius: 4px;\n"
|
|
" border: 1px solid #455364;\n"
|
|
" selection-background-color: #346792;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* QAbstractView ----------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"QAbstractView:hover {\n"
|
|
" border: 1px solid #346792;\n"
|
|
" color: #DFE1E2;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QAbstractView:selected {\n"
|
|
" background: #346792;\n"
|
|
" color: #455364;\n"
|
|
"}\n"
|
|
"\n"
|
|
"/* PlotWidget -------------------------------------------------------------\n"
|
|
"\n"
|
|
"--------------------------------------------------------------------------- */\n"
|
|
"PlotWidget {\n"
|
|
" /* Fix cut labels in plots #134 */\n"
|
|
" padding: 0px;\n"
|
|
"}\n"
|
|
"")
|
|
self.verticalLayout_7 = QVBoxLayout(Widget)
|
|
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
self.horizontalLayout_8 = QHBoxLayout()
|
|
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
self.groupBox_2 = QGroupBox(Widget)
|
|
self.groupBox_2.setObjectName(u"groupBox_2")
|
|
self.gridLayout = QGridLayout(self.groupBox_2)
|
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
self.label_9 = QLabel(self.groupBox_2)
|
|
self.label_9.setObjectName(u"label_9")
|
|
|
|
self.gridLayout.addWidget(self.label_9, 0, 3, 1, 1)
|
|
|
|
self.lineEdit_11 = QLineEdit(self.groupBox_2)
|
|
self.lineEdit_11.setObjectName(u"lineEdit_11")
|
|
|
|
self.gridLayout.addWidget(self.lineEdit_11, 1, 0, 1, 1)
|
|
|
|
self.label_10 = QLabel(self.groupBox_2)
|
|
self.label_10.setObjectName(u"label_10")
|
|
|
|
self.gridLayout.addWidget(self.label_10, 0, 0, 1, 1)
|
|
|
|
self.lineEdit_13 = QLineEdit(self.groupBox_2)
|
|
self.lineEdit_13.setObjectName(u"lineEdit_13")
|
|
|
|
self.gridLayout.addWidget(self.lineEdit_13, 1, 2, 1, 1)
|
|
|
|
self.lineEdit_10 = QLineEdit(self.groupBox_2)
|
|
self.lineEdit_10.setObjectName(u"lineEdit_10")
|
|
|
|
self.gridLayout.addWidget(self.lineEdit_10, 1, 1, 1, 1)
|
|
|
|
self.label_11 = QLabel(self.groupBox_2)
|
|
self.label_11.setObjectName(u"label_11")
|
|
|
|
self.gridLayout.addWidget(self.label_11, 0, 2, 1, 1)
|
|
|
|
self.lineEdit_12 = QLineEdit(self.groupBox_2)
|
|
self.lineEdit_12.setObjectName(u"lineEdit_12")
|
|
|
|
self.gridLayout.addWidget(self.lineEdit_12, 1, 3, 1, 1)
|
|
|
|
self.label_12 = QLabel(self.groupBox_2)
|
|
self.label_12.setObjectName(u"label_12")
|
|
|
|
self.gridLayout.addWidget(self.label_12, 0, 1, 1, 1)
|
|
|
|
|
|
self.horizontalLayout_8.addWidget(self.groupBox_2)
|
|
|
|
self.verticalLayout_6 = QVBoxLayout()
|
|
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
self.pushButton_9 = QPushButton(Widget)
|
|
self.pushButton_9.setObjectName(u"pushButton_9")
|
|
|
|
self.verticalLayout_6.addWidget(self.pushButton_9)
|
|
|
|
self.pushButton_10 = QPushButton(Widget)
|
|
self.pushButton_10.setObjectName(u"pushButton_10")
|
|
|
|
self.verticalLayout_6.addWidget(self.pushButton_10)
|
|
|
|
|
|
self.horizontalLayout_8.addLayout(self.verticalLayout_6)
|
|
|
|
self.horizontalLayout_8.setStretch(0, 2)
|
|
self.horizontalLayout_8.setStretch(1, 1)
|
|
|
|
self.verticalLayout_7.addLayout(self.horizontalLayout_8)
|
|
|
|
self.groupBox_4 = QGroupBox(Widget)
|
|
self.groupBox_4.setObjectName(u"groupBox_4")
|
|
self.horizontalLayout_7 = QHBoxLayout(self.groupBox_4)
|
|
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
self.horizontalLayout_6 = QHBoxLayout()
|
|
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
self.verticalLayout = QVBoxLayout()
|
|
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
self.label = QLabel(self.groupBox_4)
|
|
self.label.setObjectName(u"label")
|
|
self.label.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
|
|
self.verticalLayout.addWidget(self.label)
|
|
|
|
self.horizontalLayout = QHBoxLayout()
|
|
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
self.horizontalSpacer = QSpacerItem(13, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout.addItem(self.horizontalSpacer)
|
|
|
|
self.verticalSlider = QSlider(self.groupBox_4)
|
|
self.verticalSlider.setObjectName(u"verticalSlider")
|
|
self.verticalSlider.setOrientation(Qt.Orientation.Vertical)
|
|
|
|
self.horizontalLayout.addWidget(self.verticalSlider)
|
|
|
|
self.horizontalSpacer_2 = QSpacerItem(18, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout.addItem(self.horizontalSpacer_2)
|
|
|
|
|
|
self.verticalLayout.addLayout(self.horizontalLayout)
|
|
|
|
|
|
self.horizontalLayout_6.addLayout(self.verticalLayout)
|
|
|
|
self.verticalLayout_2 = QVBoxLayout()
|
|
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
self.label_2 = QLabel(self.groupBox_4)
|
|
self.label_2.setObjectName(u"label_2")
|
|
self.label_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
|
|
self.verticalLayout_2.addWidget(self.label_2)
|
|
|
|
self.horizontalLayout_2 = QHBoxLayout()
|
|
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
self.horizontalSpacer_3 = QSpacerItem(13, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_2.addItem(self.horizontalSpacer_3)
|
|
|
|
self.verticalSlider_2 = QSlider(self.groupBox_4)
|
|
self.verticalSlider_2.setObjectName(u"verticalSlider_2")
|
|
self.verticalSlider_2.setOrientation(Qt.Orientation.Vertical)
|
|
|
|
self.horizontalLayout_2.addWidget(self.verticalSlider_2)
|
|
|
|
self.horizontalSpacer_4 = QSpacerItem(18, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_2.addItem(self.horizontalSpacer_4)
|
|
|
|
|
|
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
|
|
|
|
|
|
self.horizontalLayout_6.addLayout(self.verticalLayout_2)
|
|
|
|
self.verticalLayout_3 = QVBoxLayout()
|
|
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
self.label_3 = QLabel(self.groupBox_4)
|
|
self.label_3.setObjectName(u"label_3")
|
|
self.label_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
|
|
self.verticalLayout_3.addWidget(self.label_3)
|
|
|
|
self.horizontalLayout_3 = QHBoxLayout()
|
|
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
self.horizontalSpacer_5 = QSpacerItem(13, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_3.addItem(self.horizontalSpacer_5)
|
|
|
|
self.verticalSlider_3 = QSlider(self.groupBox_4)
|
|
self.verticalSlider_3.setObjectName(u"verticalSlider_3")
|
|
self.verticalSlider_3.setOrientation(Qt.Orientation.Vertical)
|
|
|
|
self.horizontalLayout_3.addWidget(self.verticalSlider_3)
|
|
|
|
self.horizontalSpacer_6 = QSpacerItem(18, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_3.addItem(self.horizontalSpacer_6)
|
|
|
|
|
|
self.verticalLayout_3.addLayout(self.horizontalLayout_3)
|
|
|
|
|
|
self.horizontalLayout_6.addLayout(self.verticalLayout_3)
|
|
|
|
self.verticalLayout_4 = QVBoxLayout()
|
|
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
self.label_4 = QLabel(self.groupBox_4)
|
|
self.label_4.setObjectName(u"label_4")
|
|
self.label_4.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
|
|
self.verticalLayout_4.addWidget(self.label_4)
|
|
|
|
self.horizontalLayout_4 = QHBoxLayout()
|
|
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
self.horizontalSpacer_7 = QSpacerItem(13, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_4.addItem(self.horizontalSpacer_7)
|
|
|
|
self.verticalSlider_4 = QSlider(self.groupBox_4)
|
|
self.verticalSlider_4.setObjectName(u"verticalSlider_4")
|
|
self.verticalSlider_4.setOrientation(Qt.Orientation.Vertical)
|
|
|
|
self.horizontalLayout_4.addWidget(self.verticalSlider_4)
|
|
|
|
self.horizontalSpacer_8 = QSpacerItem(18, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_4.addItem(self.horizontalSpacer_8)
|
|
|
|
|
|
self.verticalLayout_4.addLayout(self.horizontalLayout_4)
|
|
|
|
|
|
self.horizontalLayout_6.addLayout(self.verticalLayout_4)
|
|
|
|
|
|
self.horizontalLayout_7.addLayout(self.horizontalLayout_6)
|
|
|
|
self.verticalLayout_5 = QVBoxLayout()
|
|
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
self.tableWidget = QTableWidget(self.groupBox_4)
|
|
if (self.tableWidget.columnCount() < 5):
|
|
self.tableWidget.setColumnCount(5)
|
|
__qtablewidgetitem = QTableWidgetItem()
|
|
__qtablewidgetitem.setTextAlignment(Qt.AlignLeading|Qt.AlignVCenter);
|
|
self.tableWidget.setHorizontalHeaderItem(0, __qtablewidgetitem)
|
|
__qtablewidgetitem1 = QTableWidgetItem()
|
|
__qtablewidgetitem1.setTextAlignment(Qt.AlignLeading|Qt.AlignVCenter);
|
|
self.tableWidget.setHorizontalHeaderItem(1, __qtablewidgetitem1)
|
|
__qtablewidgetitem2 = QTableWidgetItem()
|
|
__qtablewidgetitem2.setTextAlignment(Qt.AlignJustify|Qt.AlignVCenter);
|
|
self.tableWidget.setHorizontalHeaderItem(2, __qtablewidgetitem2)
|
|
__qtablewidgetitem3 = QTableWidgetItem()
|
|
__qtablewidgetitem3.setTextAlignment(Qt.AlignJustify|Qt.AlignVCenter);
|
|
self.tableWidget.setHorizontalHeaderItem(3, __qtablewidgetitem3)
|
|
__qtablewidgetitem4 = QTableWidgetItem()
|
|
__qtablewidgetitem4.setTextAlignment(Qt.AlignJustify|Qt.AlignVCenter);
|
|
self.tableWidget.setHorizontalHeaderItem(4, __qtablewidgetitem4)
|
|
if (self.tableWidget.rowCount() < 6):
|
|
self.tableWidget.setRowCount(6)
|
|
__qtablewidgetitem5 = QTableWidgetItem()
|
|
self.tableWidget.setVerticalHeaderItem(0, __qtablewidgetitem5)
|
|
__qtablewidgetitem6 = QTableWidgetItem()
|
|
self.tableWidget.setVerticalHeaderItem(1, __qtablewidgetitem6)
|
|
__qtablewidgetitem7 = QTableWidgetItem()
|
|
self.tableWidget.setVerticalHeaderItem(2, __qtablewidgetitem7)
|
|
brush = QBrush(QColor(255, 255, 255, 255))
|
|
brush.setStyle(Qt.NoBrush)
|
|
__qtablewidgetitem8 = QTableWidgetItem()
|
|
__qtablewidgetitem8.setCheckState(Qt.Checked);
|
|
__qtablewidgetitem8.setBackground(brush);
|
|
self.tableWidget.setItem(0, 0, __qtablewidgetitem8)
|
|
__qtablewidgetitem9 = QTableWidgetItem()
|
|
self.tableWidget.setItem(0, 1, __qtablewidgetitem9)
|
|
__qtablewidgetitem10 = QTableWidgetItem()
|
|
self.tableWidget.setItem(0, 2, __qtablewidgetitem10)
|
|
__qtablewidgetitem11 = QTableWidgetItem()
|
|
self.tableWidget.setItem(0, 3, __qtablewidgetitem11)
|
|
__qtablewidgetitem12 = QTableWidgetItem()
|
|
self.tableWidget.setItem(0, 4, __qtablewidgetitem12)
|
|
__qtablewidgetitem13 = QTableWidgetItem()
|
|
__qtablewidgetitem13.setCheckState(Qt.Checked);
|
|
self.tableWidget.setItem(1, 0, __qtablewidgetitem13)
|
|
__qtablewidgetitem14 = QTableWidgetItem()
|
|
self.tableWidget.setItem(1, 1, __qtablewidgetitem14)
|
|
__qtablewidgetitem15 = QTableWidgetItem()
|
|
self.tableWidget.setItem(1, 2, __qtablewidgetitem15)
|
|
__qtablewidgetitem16 = QTableWidgetItem()
|
|
self.tableWidget.setItem(1, 3, __qtablewidgetitem16)
|
|
__qtablewidgetitem17 = QTableWidgetItem()
|
|
self.tableWidget.setItem(1, 4, __qtablewidgetitem17)
|
|
__qtablewidgetitem18 = QTableWidgetItem()
|
|
__qtablewidgetitem18.setCheckState(Qt.Checked);
|
|
self.tableWidget.setItem(2, 0, __qtablewidgetitem18)
|
|
__qtablewidgetitem19 = QTableWidgetItem()
|
|
__qtablewidgetitem19.setCheckState(Qt.Checked);
|
|
self.tableWidget.setItem(3, 0, __qtablewidgetitem19)
|
|
__qtablewidgetitem20 = QTableWidgetItem()
|
|
__qtablewidgetitem20.setCheckState(Qt.Checked);
|
|
self.tableWidget.setItem(4, 0, __qtablewidgetitem20)
|
|
__qtablewidgetitem21 = QTableWidgetItem()
|
|
__qtablewidgetitem21.setCheckState(Qt.Checked);
|
|
self.tableWidget.setItem(5, 0, __qtablewidgetitem21)
|
|
self.tableWidget.setObjectName(u"tableWidget")
|
|
self.tableWidget.setStyleSheet(u"QTableWidget {border: none}")
|
|
self.tableWidget.setMidLineWidth(0)
|
|
self.tableWidget.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAsNeeded)
|
|
self.tableWidget.setHorizontalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAsNeeded)
|
|
self.tableWidget.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
|
|
self.tableWidget.setAutoScroll(True)
|
|
self.tableWidget.setGridStyle(Qt.PenStyle.DotLine)
|
|
self.tableWidget.setRowCount(6)
|
|
self.tableWidget.horizontalHeader().setVisible(True)
|
|
self.tableWidget.horizontalHeader().setMinimumSectionSize(18)
|
|
self.tableWidget.horizontalHeader().setDefaultSectionSize(67)
|
|
self.tableWidget.horizontalHeader().setHighlightSections(False)
|
|
self.tableWidget.horizontalHeader().setProperty(u"showSortIndicator", False)
|
|
self.tableWidget.horizontalHeader().setStretchLastSection(False)
|
|
self.tableWidget.verticalHeader().setVisible(False)
|
|
self.tableWidget.verticalHeader().setMinimumSectionSize(17)
|
|
self.tableWidget.verticalHeader().setDefaultSectionSize(30)
|
|
self.tableWidget.verticalHeader().setHighlightSections(False)
|
|
|
|
self.verticalLayout_5.addWidget(self.tableWidget)
|
|
|
|
self.horizontalLayout_5 = QHBoxLayout()
|
|
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
self.horizontalSpacer_9 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_5.addItem(self.horizontalSpacer_9)
|
|
|
|
self.pushButton_7 = QPushButton(self.groupBox_4)
|
|
self.pushButton_7.setObjectName(u"pushButton_7")
|
|
|
|
self.horizontalLayout_5.addWidget(self.pushButton_7)
|
|
|
|
self.horizontalSpacer_10 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_5.addItem(self.horizontalSpacer_10)
|
|
|
|
self.pushButton_8 = QPushButton(self.groupBox_4)
|
|
self.pushButton_8.setObjectName(u"pushButton_8")
|
|
|
|
self.horizontalLayout_5.addWidget(self.pushButton_8)
|
|
|
|
self.horizontalSpacer_11 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
|
|
self.horizontalLayout_5.addItem(self.horizontalSpacer_11)
|
|
|
|
|
|
self.verticalLayout_5.addLayout(self.horizontalLayout_5)
|
|
|
|
|
|
self.horizontalLayout_7.addLayout(self.verticalLayout_5)
|
|
|
|
|
|
self.verticalLayout_7.addWidget(self.groupBox_4)
|
|
|
|
|
|
self.retranslateUi(Widget)
|
|
|
|
QMetaObject.connectSlotsByName(Widget)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, Widget):
|
|
Widget.setWindowTitle(QCoreApplication.translate("Widget", u"Widget", None))
|
|
self.groupBox_2.setTitle(QCoreApplication.translate("Widget", u"\u53c2\u6570", None))
|
|
self.label_9.setText(QCoreApplication.translate("Widget", u"ENT_mix_left_data", None))
|
|
self.label_10.setText(QCoreApplication.translate("Widget", u"delay_data1", None))
|
|
self.label_11.setText(QCoreApplication.translate("Widget", u"ENT_mx_right_data", None))
|
|
self.label_12.setText(QCoreApplication.translate("Widget", u"ENC_volume_data1", None))
|
|
self.pushButton_9.setText(QCoreApplication.translate("Widget", u"\u53d1\u9001", None))
|
|
self.pushButton_10.setText(QCoreApplication.translate("Widget", u"\u83b7\u53d6", None))
|
|
self.groupBox_4.setTitle(QCoreApplication.translate("Widget", u"\u6ee4\u6ce2\u5668-2", None))
|
|
self.label.setText(QCoreApplication.translate("Widget", u"Freq", None))
|
|
self.label_2.setText(QCoreApplication.translate("Widget", u"Q", None))
|
|
self.label_3.setText(QCoreApplication.translate("Widget", u"Gain", None))
|
|
self.label_4.setText(QCoreApplication.translate("Widget", u"Slope", None))
|
|
___qtablewidgetitem = self.tableWidget.horizontalHeaderItem(0)
|
|
___qtablewidgetitem.setText(QCoreApplication.translate("Widget", u"\u6ee4\u6ce2\u5668", None));
|
|
___qtablewidgetitem1 = self.tableWidget.horizontalHeaderItem(1)
|
|
___qtablewidgetitem1.setText(QCoreApplication.translate("Widget", u"Freq", None));
|
|
___qtablewidgetitem2 = self.tableWidget.horizontalHeaderItem(2)
|
|
___qtablewidgetitem2.setText(QCoreApplication.translate("Widget", u"Q", None));
|
|
___qtablewidgetitem3 = self.tableWidget.horizontalHeaderItem(3)
|
|
___qtablewidgetitem3.setText(QCoreApplication.translate("Widget", u"Gain", None));
|
|
___qtablewidgetitem4 = self.tableWidget.horizontalHeaderItem(4)
|
|
___qtablewidgetitem4.setText(QCoreApplication.translate("Widget", u"Slop", None));
|
|
___qtablewidgetitem5 = self.tableWidget.verticalHeaderItem(0)
|
|
___qtablewidgetitem5.setText(QCoreApplication.translate("Widget", u"\u65b0\u5efa\u884c", None));
|
|
___qtablewidgetitem6 = self.tableWidget.verticalHeaderItem(1)
|
|
___qtablewidgetitem6.setText(QCoreApplication.translate("Widget", u"\u65b0\u5efa\u884c", None));
|
|
___qtablewidgetitem7 = self.tableWidget.verticalHeaderItem(2)
|
|
___qtablewidgetitem7.setText(QCoreApplication.translate("Widget", u"\u65b0\u5efa\u884c", None));
|
|
|
|
__sortingEnabled = self.tableWidget.isSortingEnabled()
|
|
self.tableWidget.setSortingEnabled(False)
|
|
___qtablewidgetitem8 = self.tableWidget.item(0, 0)
|
|
___qtablewidgetitem8.setText(QCoreApplication.translate("Widget", u"PEAK_1", None));
|
|
___qtablewidgetitem9 = self.tableWidget.item(0, 1)
|
|
___qtablewidgetitem9.setText(QCoreApplication.translate("Widget", u"1111", None));
|
|
___qtablewidgetitem10 = self.tableWidget.item(0, 2)
|
|
___qtablewidgetitem10.setText(QCoreApplication.translate("Widget", u"11", None));
|
|
___qtablewidgetitem11 = self.tableWidget.item(0, 3)
|
|
___qtablewidgetitem11.setText(QCoreApplication.translate("Widget", u"1.1", None));
|
|
___qtablewidgetitem12 = self.tableWidget.item(0, 4)
|
|
___qtablewidgetitem12.setText(QCoreApplication.translate("Widget", u"6", None));
|
|
___qtablewidgetitem13 = self.tableWidget.item(1, 0)
|
|
___qtablewidgetitem13.setText(QCoreApplication.translate("Widget", u"LOWPASS_1", None));
|
|
___qtablewidgetitem14 = self.tableWidget.item(1, 1)
|
|
___qtablewidgetitem14.setText(QCoreApplication.translate("Widget", u"1112", None));
|
|
___qtablewidgetitem15 = self.tableWidget.item(1, 2)
|
|
___qtablewidgetitem15.setText(QCoreApplication.translate("Widget", u"32", None));
|
|
___qtablewidgetitem16 = self.tableWidget.item(1, 3)
|
|
___qtablewidgetitem16.setText(QCoreApplication.translate("Widget", u"2.3", None));
|
|
___qtablewidgetitem17 = self.tableWidget.item(1, 4)
|
|
___qtablewidgetitem17.setText(QCoreApplication.translate("Widget", u"24", None));
|
|
___qtablewidgetitem18 = self.tableWidget.item(2, 0)
|
|
___qtablewidgetitem18.setText(QCoreApplication.translate("Widget", u"HIGHPASS_1", None));
|
|
___qtablewidgetitem19 = self.tableWidget.item(3, 0)
|
|
___qtablewidgetitem19.setText(QCoreApplication.translate("Widget", u"ALLPASS_1", None));
|
|
___qtablewidgetitem20 = self.tableWidget.item(4, 0)
|
|
___qtablewidgetitem20.setText(QCoreApplication.translate("Widget", u"LOWSHELF_1", None));
|
|
___qtablewidgetitem21 = self.tableWidget.item(5, 0)
|
|
___qtablewidgetitem21.setText(QCoreApplication.translate("Widget", u"HIGHSHELF_1", None));
|
|
self.tableWidget.setSortingEnabled(__sortingEnabled)
|
|
|
|
self.pushButton_7.setText(QCoreApplication.translate("Widget", u"\u6dfb\u52a0", None))
|
|
self.pushButton_8.setText(QCoreApplication.translate("Widget", u"\u5220\u9664", None))
|
|
# retranslateUi
|
|
|