|
@@ -63,6 +63,10 @@ void EXEvalView::initWidgets()
|
|
|
|
|
|
m_tab = new QTabWidget(this);
|
|
|
m_tab->setTabShape(QTabWidget::Rounded);
|
|
|
+
|
|
|
+ m_tab->setStyleSheet("QTabWidget#tabWidget{background-color:rgb(255,0,0);}\
|
|
|
+ QTabBar::tab{background-color:rgb(211,211,211);color:rgb(0,0,0);}\
|
|
|
+ QTabBar::tab::selected{background-color:rgb(155,155,155);color:rgb(255,255,255);}");
|
|
|
}
|
|
|
|
|
|
void EXEvalView::initLayout()
|