2012-08-23 17:53:13 -04:00
|
|
|
/*QProgressBar*/
|
|
|
|
/*{*/
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border: 1px solid #3A3939;*/
|
2012-08-23 17:53:13 -04:00
|
|
|
/*text-align: center;*/
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
/*QProgressBar::chunk*/
|
|
|
|
/*{*/
|
|
|
|
/*background-color: qlineargradient(spread:pad, x1:0.488, y1:1, x2:0.492025, y2:0, stop:0.437186 rgb(113, 130, 150), stop:0.467337 rgb(120, 136, 156));*/
|
|
|
|
/*width: 10px;*/
|
|
|
|
/*margin: 1px;*/
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
QProgressBar:horizontal {
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
text-align: center;
|
|
|
|
padding: 1px;
|
2012-09-04 16:18:56 -04:00
|
|
|
background: #201F1F;
|
2012-08-23 17:53:13 -04:00
|
|
|
}
|
|
|
|
QProgressBar::chunk:horizontal {
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: qlineargradient(spread:reflect, x1:1, y1:0.545, x2:1, y2:0, stop:0 rgba(28, 66, 111, 255), stop:1 rgba(37, 87, 146, 255));
|
2012-08-23 17:53:13 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 08:58:28 -04:00
|
|
|
QToolTip
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
background-color: rgb(90, 102, 117);;
|
|
|
|
color: white;
|
|
|
|
padding: 1px;
|
|
|
|
opacity: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget
|
|
|
|
{
|
|
|
|
color: silver;
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
selection-background-color:#78879b;
|
|
|
|
selection-color: black;
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border-color: #3A3939;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QWidget:item:hover
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
2012-08-23 08:58:28 -04:00
|
|
|
stop: 0 #78879b, stop: 1 #78879b);
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget:item:selected
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
2012-08-23 08:58:28 -04:00
|
|
|
stop: 0 #78879b, stop: 1 #78879b);
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenuBar
|
|
|
|
{
|
2012-09-29 17:47:48 -04:00
|
|
|
/*background-color: #302F2F;*/
|
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenuBar::item
|
|
|
|
{
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenuBar::item:selected
|
|
|
|
{
|
|
|
|
background: transparent;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
;
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenuBar::item:pressed
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
background-color: #78879b;
|
|
|
|
color: black;
|
|
|
|
margin-bottom:-1px;
|
|
|
|
padding-bottom:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenu
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border-radius: 3px;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QMenu::item
|
|
|
|
{
|
|
|
|
padding: 2px 20px 2px 20px;
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border-radius: 3px;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QMenu::item:selected
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget:disabled
|
|
|
|
{
|
|
|
|
color: #404040;
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractItemView
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
alternate-background-color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid 3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-08-23 08:58:28 -04:00
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget:focus, QMenuBar:focus
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid rgba(48, 86, 111);
|
2012-11-05 10:13:02 -05:00
|
|
|
}
|
2012-08-23 08:58:28 -04:00
|
|
|
|
2012-11-05 10:13:02 -05:00
|
|
|
QTabWidget:focus, QCheckBox:focus
|
|
|
|
{
|
|
|
|
border: none;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #201F1F;
|
2012-08-23 08:58:28 -04:00
|
|
|
padding: 2px;
|
|
|
|
border-style: solid;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
QGroupBox {
|
2012-09-04 16:18:56 -04:00
|
|
|
border:1px double #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
border-radius: 7px;
|
|
|
|
margin-top: 1ex; /* leave space at the top for the title */
|
|
|
|
}
|
|
|
|
|
|
|
|
QGroupBox::title {
|
|
|
|
subcontrol-origin: margin;
|
2012-11-05 10:13:02 -05:00
|
|
|
subcontrol-position: top center; /* position at the top center */
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QAbstractScrollArea
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar:horizontal
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
height: 15px;
|
2012-08-23 17:53:13 -04:00
|
|
|
margin: 0px 11px 0px 11px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
border-radius: 6px;
|
2012-11-05 10:13:02 -05:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
|
|
|
|
stop: 0 #302F2F, stop: 1 #484846);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar::handle:horizontal
|
|
|
|
{
|
2012-11-05 10:13:02 -05:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
|
|
|
|
stop: 0 #605F5F, stop: 1 #787876);
|
2012-08-23 17:53:13 -04:00
|
|
|
min-width: 5px;
|
|
|
|
border-radius: 5px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar::sub-line:horizontal
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
|
|
|
/*border-radius: 6px;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/right_arrow_disabled.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2012-08-23 08:58:28 -04:00
|
|
|
subcontrol-position: right;
|
|
|
|
subcontrol-origin: margin;
|
2012-08-23 17:53:13 -04:00
|
|
|
}
|
2012-08-23 08:58:28 -04:00
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar::add-line:horizontal
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/left_arrow_disabled.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
subcontrol-position: left;
|
|
|
|
subcontrol-origin: margin;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar::sub-line:horizontal:hover,QScrollBar::sub-line:horizontal:on
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
|
|
|
/*border-radius: 6px;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/right_arrow.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
subcontrol-position: right;
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/left_arrow.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
2012-08-23 08:58:28 -04:00
|
|
|
subcontrol-position: left;
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
|
2012-08-23 08:58:28 -04:00
|
|
|
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
|
|
|
|
{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:vertical
|
|
|
|
{
|
2012-11-05 10:13:02 -05:00
|
|
|
/*background: #3E424A;*/
|
|
|
|
background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,
|
|
|
|
stop: 0 #302F2F, stop: 1 #484846);
|
2012-08-23 08:58:28 -04:00
|
|
|
width: 15px;
|
2012-08-23 17:53:13 -04:00
|
|
|
margin: 11px 0 11px 0;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 6px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar::handle:vertical
|
|
|
|
{
|
2012-11-05 10:13:02 -05:00
|
|
|
background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,
|
|
|
|
stop: 0 #605F5F, stop: 1 #787876);
|
|
|
|
/*background: #787876;*/
|
2012-08-23 17:53:13 -04:00
|
|
|
min-height: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar::sub-line:vertical
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
|
|
|
/*border-radius: 6px;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/up_arrow_disabled.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
subcontrol-position: top;
|
|
|
|
subcontrol-origin: margin;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar::add-line:vertical
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/down_arrow_disabled.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
2012-08-23 08:58:28 -04:00
|
|
|
subcontrol-position: bottom;
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
2012-08-23 17:53:13 -04:00
|
|
|
/*border-radius: 6px;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/up_arrow.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
2012-08-23 08:58:28 -04:00
|
|
|
subcontrol-position: top;
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
|
|
|
|
QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on
|
|
|
|
{
|
|
|
|
/*border: 1px solid #1b1b19;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/down_arrow.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
subcontrol-position: bottom;
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
}
|
|
|
|
|
2012-08-23 08:58:28 -04:00
|
|
|
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical
|
|
|
|
{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
|
|
|
|
{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTextEdit
|
|
|
|
{
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPlainTextEdit
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #201F1F;;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QHeaderView::section
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #3A3939;
|
|
|
|
color: silver;
|
|
|
|
padding-left: 4px;
|
|
|
|
border: 1px solid #6c6c6c;
|
|
|
|
/*border-radius: 3px;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QCheckBox:disabled
|
|
|
|
{
|
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QSizeGrip {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/sizegrip.png);
|
2012-08-23 17:53:13 -04:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
2012-08-23 08:58:28 -04:00
|
|
|
|
|
|
|
QMainWindow::separator
|
|
|
|
{
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: white;
|
|
|
|
padding-left: 4px;
|
|
|
|
spacing: 2px; /* spacing between items in the tool bar */
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px dashed #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
/*border-radius: 3px;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QMainWindow::separator:hover
|
|
|
|
{
|
|
|
|
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #58677b,
|
|
|
|
stop:0.5 #78879b stop:1 #58677b);
|
2012-08-23 08:58:28 -04:00
|
|
|
color: white;
|
|
|
|
padding-left: 4px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
spacing: 2px; /* spacing between items in the tool bar */
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
/*QToolBar::handle*/
|
|
|
|
/*{*/
|
|
|
|
/*spacing: 2px; *//* spacing between items in the tool bar */
|
|
|
|
/*}*/
|
2012-08-23 08:58:28 -04:00
|
|
|
|
|
|
|
QMenu::separator
|
|
|
|
{
|
|
|
|
height: 1px;
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: white;
|
|
|
|
padding-left: 4px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
|
|
|
|
color: #b1b1b1;
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
border: 1px solid silver;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QRadioButton::indicator:checked
|
|
|
|
{
|
|
|
|
background-color: qradialgradient(
|
|
|
|
cx: 0.5, cy: 0.5,
|
|
|
|
fx: 0.5, fy: 0.5,
|
|
|
|
radius: 1.0,
|
|
|
|
stop: 0.25 #78879b,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop: 0.3 #302F2F
|
2012-08-23 08:58:28 -04:00
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
QCheckBox::indicator{
|
|
|
|
color: #b1b1b1;
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
border: 1px solid silver;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator
|
|
|
|
{
|
|
|
|
border-radius: 7px;
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator:hover, QCheckBox::indicator:hover
|
|
|
|
{
|
|
|
|
border: 1px solid #78879b;
|
|
|
|
/*padding: 1px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
QCheckBox::indicator:checked
|
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image:url(QDarkStyleSheet/rc/checkbox.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QCheckBox::indicator:disabled, QRadioButton::indicator:disabled
|
|
|
|
{
|
|
|
|
border: 1px solid #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
QFrame
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border: 1px solid #3A3939;*/
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QStackedWidget
|
|
|
|
{
|
|
|
|
border: none;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QToolBar {
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #393838;
|
2012-09-29 17:47:48 -04:00
|
|
|
background: 1px solid #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolBar::handle:horizontal {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/Hmovetoolbar.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
QToolBar::handle:vertical {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/Vmovetoolbar.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
QToolBar::separator:horizontal {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/Hsepartoolbar.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
QToolBar::separator:vertical {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/Vsepartoolbars.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
color: silver;
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop: 0 #302F2F, stop: 1 #484846);
|
2012-08-23 08:58:28 -04:00
|
|
|
border-width: 1px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border-color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
border-style: solid;
|
2012-11-05 10:13:02 -05:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2012-08-23 08:58:28 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:disabled
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
/*border-color: #3A3939;*/
|
|
|
|
/*background-color: #393e48;*/
|
|
|
|
background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop: 0 #302F2F, stop: 1 #484846);
|
2012-09-04 16:18:56 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-color: #3A3939;
|
|
|
|
border-style: solid;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox
|
|
|
|
{
|
|
|
|
selection-background-color: #78879b;
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #201F1F;
|
2012-08-23 08:58:28 -04:00
|
|
|
border-style: solid;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-11-05 10:13:02 -05:00
|
|
|
padding: 2px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QComboBox:hover,QPushButton:hover,QAbstractSpinBox:hover,QLineEdit:hover,QTextEdit:hover,QPlainTextEdit:hover,QAbstractView:hover,QTreeView:hover
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
/*border: 1px double #000000;*/
|
|
|
|
border: 1px solid #78879b;
|
2012-09-04 16:18:56 -04:00
|
|
|
/*background-color: #626873;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox:on
|
|
|
|
{
|
|
|
|
background-color: #626873;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-left: 4px;
|
|
|
|
selection-background-color: #4a4a4a;
|
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox QAbstractItemView
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #201F1F;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
selection-background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #78879b, stop: 1 #78879b);
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/down_arrow_disabled.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox::down-arrow:on, QComboBox::down-arrow:hover,
|
|
|
|
QComboBox::down-arrow:focus
|
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/down_arrow.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed
|
|
|
|
{
|
2012-11-05 10:13:02 -05:00
|
|
|
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #302F2F, stop: 1 #484846);
|
|
|
|
/*color: black;*/
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox {
|
2012-08-23 08:58:28 -04:00
|
|
|
/*padding-right: 5px; *//* make room for the arrows */
|
|
|
|
/*padding-left: 5px; *//* make room for the arrows */
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
|
|
|
background-color: #201F1F;
|
2012-08-23 08:58:28 -04:00
|
|
|
color: silver;
|
2012-08-23 17:53:13 -04:00
|
|
|
border-radius: 3px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox:up-button
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
subcontrol-origin: border;
|
|
|
|
subcontrol-position: center right;
|
|
|
|
}
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox:down-button
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
subcontrol-origin: border;
|
|
|
|
subcontrol-position: center left;
|
|
|
|
}
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/up_arrow_disabled.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox::up-arrow:hover
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/up_arrow.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox::down-arrow,QAbstractSpinBox::down-arrow:disabled,QAbstractSpinBox::down-arrow:off
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/down_arrow_disabled.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
2012-10-31 11:21:34 -04:00
|
|
|
QAbstractSpinBox::down-arrow:hover
|
2012-08-23 08:58:28 -04:00
|
|
|
{
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/down_arrow.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QLabel
|
|
|
|
{
|
|
|
|
border: 0px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab {
|
|
|
|
color: #b1b1b1;
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-10-31 11:21:34 -04:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2012-08-23 08:58:28 -04:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QTabWidget::pane {
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
|
|
|
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop:1 #302F2F, stop:0 #3A3939);
|
2012-08-23 08:58:28 -04:00
|
|
|
/*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;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:selected
|
|
|
|
{
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop:1 #302F2F, stop:0 #3A3939);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:selected:hover
|
|
|
|
{
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop:1 #302F2F, stop:0 #3A3939);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget
|
|
|
|
{
|
|
|
|
color: silver;
|
2012-11-05 13:58:04 -05:00
|
|
|
titlebar-close-icon: url(QDarkStyleSheet/rc/close.png);
|
|
|
|
titlebar-normal-icon: url(QDarkStyleSheet/rc/undock.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget::title
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 17:53:13 -04:00
|
|
|
/*border-radius: 3px;*/
|
2012-09-29 17:47:48 -04:00
|
|
|
border-bottom: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
text-align: left;
|
|
|
|
spacing: 2px; /* spacing between items in the tool bar */
|
2012-08-23 17:53:13 -04:00
|
|
|
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
|
2012-09-29 17:47:48 -04:00
|
|
|
stop:1 #302F2F, stop:0 #3A3939);;
|
2012-08-23 17:53:13 -04:00
|
|
|
background-image: none;
|
2012-08-23 08:58:28 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget {
|
|
|
|
border: 1px solid lightgray;
|
2012-11-05 13:58:04 -05:00
|
|
|
titlebar-close-icon: url(QDarkStyleSheet/rc/close.png);
|
|
|
|
titlebar-normal-icon: url(QDarkStyleSheet/rc/undock.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget::close-button, QDockWidget::float-button {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 5px;
|
2012-09-04 16:18:56 -04:00
|
|
|
background: transparent;
|
2012-08-23 08:58:28 -04:00
|
|
|
icon-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
2012-09-04 16:18:56 -04:00
|
|
|
background: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
|
|
|
padding: 1px -1px -1px 1px;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:53:13 -04:00
|
|
|
QTreeView, QListView, QTableView
|
|
|
|
{
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-11-05 10:13:02 -05:00
|
|
|
background-color: #201F1F;
|
2012-08-23 17:53:13 -04:00
|
|
|
}
|
|
|
|
|
2012-08-23 08:58:28 -04:00
|
|
|
QTreeView::branch:has-siblings:!adjoins-item {
|
2012-11-05 10:13:02 -05:00
|
|
|
/*border-image: None;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/stylesheet-vline.png) 0;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QTreeView::branch:has-siblings:adjoins-item {
|
2012-11-05 10:13:02 -05:00
|
|
|
/*border-image: None;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/stylesheet-branch-more.png) 0;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
2012-11-05 10:13:02 -05:00
|
|
|
/*border-image: None;*/
|
2012-11-05 13:58:04 -05:00
|
|
|
border-image: url(QDarkStyleSheet/rc/stylesheet-branch-end.png) 0;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QTreeView::branch:has-children:!has-siblings:closed,
|
|
|
|
QTreeView::branch:closed:has-children:has-siblings {
|
|
|
|
border-image: none;
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/branch_closed.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QTreeView::branch:open:has-children:!has-siblings,
|
|
|
|
QTreeView::branch:open:has-children:has-siblings {
|
|
|
|
border-image: none;
|
2012-11-05 13:58:04 -05:00
|
|
|
image: url(QDarkStyleSheet/rc/branch_open.png);
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QSlider::groove:horizontal {
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
height: 8px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
|
2012-09-04 16:18:56 -04:00
|
|
|
background: #201F1F;
|
2012-08-23 08:58:28 -04:00
|
|
|
margin: 2px 0;
|
2012-09-04 16:18:56 -04:00
|
|
|
border-radius: 4px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QSlider::handle:horizontal {
|
2012-09-04 16:18:56 -04:00
|
|
|
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
2012-08-23 08:58:28 -04:00
|
|
|
stop: 0.0 silver, stop: 0.2 #a8a8a8, stop: 1 #727272);
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin: -4px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
|
2012-08-23 08:58:28 -04:00
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QSlider::groove:vertical {
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
width: 8px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
|
2012-09-04 16:18:56 -04:00
|
|
|
background: #201F1F;
|
2012-08-23 08:58:28 -04:00
|
|
|
margin: 0 0px;
|
2012-09-04 16:18:56 -04:00
|
|
|
border-radius: 4px;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
QSlider::handle:vertical {
|
2012-09-04 16:18:56 -04:00
|
|
|
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 silver,
|
2012-08-23 08:58:28 -04:00
|
|
|
stop: 0.2 #a8a8a8, stop: 1 #727272);
|
2012-09-04 16:18:56 -04:00
|
|
|
border: 1px solid #3A3939;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin: 0 -4px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
|
2012-08-23 08:58:28 -04:00
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QToolButton { /* all types of tool button */
|
2012-09-29 17:47:48 -04:00
|
|
|
background-color: #302F2F;
|
2012-08-23 08:58:28 -04:00
|
|
|
/*border-radius: 3px;*/
|
|
|
|
/*border: none;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
|
|
|
QToolButton:hover {
|
2012-09-04 16:18:56 -04:00
|
|
|
background-color: #3A3939;
|
2012-08-23 08:58:28 -04:00
|
|
|
}
|
2012-08-23 17:53:13 -04:00
|
|
|
|