diff --git a/Graphs/gFlagsLine.cpp b/Graphs/gFlagsLine.cpp index 1ed6941e..239b7dde 100644 --- a/Graphs/gFlagsLine.cpp +++ b/Graphs/gFlagsLine.cpp @@ -137,7 +137,9 @@ void gFlagsLine::Plot(gGraphWindow & w,float scrx,float scry) // Draw text label float x,y; GetTextExtent(m_label,x,y); - DrawText(w,m_label,start_px-x-10,(scry-line_top)-(line_h/2)+(y/2)); + w.qglColor(Qt::black); + w.renderText(start_px-x-10,(line_top)+(line_h/2)-(y/2),0,m_label); + //DrawText(w,m_label,start_px-x-10,(scry-line_top)-(line_h/2)+(y/2)); float x1,x2; float top=floor(line_top)+2; diff --git a/Graphs/gXAxis.cpp b/Graphs/gXAxis.cpp index 004b254a..ccdfae95 100644 --- a/Graphs/gXAxis.cpp +++ b/Graphs/gXAxis.cpp @@ -141,6 +141,7 @@ void gXAxis::Plot(gGraphWindow & w,float scrx,float scry) vertarray[vertcnt++]=py; vertarray[vertcnt++]=start_py-4; } + w.qglColor(Qt::black); for (qint64 i=aligned_start;ilabelW) labelW=x; h=start_py+ty; - DrawText(w,fd,start_px-12-x,scry-(h-(y/2.0)),0,m_text_color); + w.renderText(start_px-12-x,h-(y/2.0),0,fd); + //DrawText(w,fd,start_px-12-x,scry-(h-(y/2.0)),0,m_text_color); vertarray[vertcnt++]=start_px-4; vertarray[vertcnt++]=h; diff --git a/daily.cpp b/daily.cpp index 1528f310..f8b251c2 100644 --- a/daily.cpp +++ b/daily.cpp @@ -53,8 +53,8 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw) //scrollArea=new MyScrollArea(this); - QString s="QTreeWidget::selection-background-color { qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 white); }"; - ui->treeWidget->setStyleSheet(s); + //ui->webView->setStyleSheet("QWebView { background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 white); }"); + //ui->treeWidget->setAlternatingRowColors(true); GraphLayout=new QWidget(); ui->graphSizer->addWidget(GraphLayout,1); diff --git a/daily.ui b/daily.ui index 35e58dad..203be80d 100644 --- a/daily.ui +++ b/daily.ui @@ -102,7 +102,7 @@ - 1 + 3 true