@@ -133,7 +133,7 QBoxSet::QBoxSet(const QString label, QObject *parent) | |||||
133 | Constructs QBoxSet with given ordered values. \a le for lower extreme, \a lq for lower quartile, \a m for median, |
|
133 | Constructs QBoxSet with given ordered values. \a le for lower extreme, \a lq for lower quartile, \a m for median, | |
134 | \a uq for upper quartile and \a ue for upper quartile. \a label and \a parent are optional. |
|
134 | \a uq for upper quartile and \a ue for upper quartile. \a label and \a parent are optional. | |
135 | */ |
|
135 | */ | |
136 |
QBoxSet::QBoxSet(const qreal le, const qreal lq, const qreal m, const qreal uq, const qreal ue, const QString label |
|
136 | QBoxSet::QBoxSet(const qreal le, const qreal lq, const qreal m, const qreal uq, const qreal ue, const QString label, QObject *parent) | |
137 | : QObject(parent), |
|
137 | : QObject(parent), | |
138 | d_ptr(new QBoxSetPrivate(label, this)) |
|
138 | d_ptr(new QBoxSetPrivate(label, this)) | |
139 | { |
|
139 | { |
General Comments 0
You need to be logged in to leave comments.
Login now