Graph settings type for font/colors/line widths. More...
#include <activitygraph.h>
Public Attributes | |
| QFont | font |
| The graph text font as QFont, default = "Arial". | |
| QBrush | background |
| The graph background color as QBrush, default = Qt::black. | |
| QBrush | selection |
| The graph selection color as QBrush, default = Qt::darkRed. | |
| QPen | activity_curve |
| The activity curve style as QPen, default = QPen(Qt::magenta, 1, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); Change only the first two parameters (color and width). | |
| QPen | count_curve |
| The count curve style as QPen, default = QPen(Qt::cyan, 1, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); Change only the first two parameters (color and width). | |
| QPen | def_pen |
| The default pen style for lines, etc. More... | |
| QPen | text_selection |
| The default pen for text selection, etc. More... | |
| QPen | half_line |
| The default pen for horizontal half lines, etc. More... | |
| int | linewidth |
| The line width for curves. | |
Graph settings type for font/colors/line widths.
| QPen cavapa_gui::GraphSettings::def_pen |
The default pen style for lines, etc.
as QPen, default = QPen(Qt::white, 1, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); Change only the first two parameters (color and width).
| QPen cavapa_gui::GraphSettings::half_line |
The default pen for horizontal half lines, etc.
as QPen, default = QPen(Qt::white, 1, Qt::DashLine, Qt::RoundCap, Qt::RoundJoin); Change only the first two parameters (color and width).
| QPen cavapa_gui::GraphSettings::text_selection |
The default pen for text selection, etc.
as QPen, default = QPen(Qt::cyan, 1, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); Change only the first two parameters (color and width).
1.8.7