@@ -105,7 +105,7 qreal QScatterSeries::size() const | |||||
105 | } |
|
105 | } | |
106 |
|
106 | |||
107 | /*! |
|
107 | /*! | |
108 |
Set the \a size of the marker items. The default size is |
|
108 | Set the \a size of the marker items. The default size is 15. | |
109 | */ |
|
109 | */ | |
110 | void QScatterSeries::setSize(qreal size) |
|
110 | void QScatterSeries::setSize(qreal size) | |
111 | { |
|
111 | { |
@@ -74,7 +74,7 public: | |||||
74 |
|
74 | |||
75 | Marker(QAbstractGraphicsShapeItem *item , ScatterChartItem *parent) : QAbstractGraphicsShapeItem(0) ,m_item(item), m_parent(parent), m_index(-1) |
|
75 | Marker(QAbstractGraphicsShapeItem *item , ScatterChartItem *parent) : QAbstractGraphicsShapeItem(0) ,m_item(item), m_parent(parent), m_index(-1) | |
76 | { |
|
76 | { | |
77 |
} |
|
77 | } | |
78 |
|
78 | |||
79 | ~Marker() |
|
79 | ~Marker() | |
80 | { |
|
80 | { |
General Comments 0
You need to be logged in to leave comments.
Login now