@@ -5,6 +5,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
5 | QHBarModelMapper::QHBarModelMapper(QObject *parent) : |
|
5 | QHBarModelMapper::QHBarModelMapper(QObject *parent) : | |
6 | QBarModelMapper(parent) |
|
6 | QBarModelMapper(parent) | |
7 | { |
|
7 | { | |
|
8 | QBarModelMapper::setOrientation(Qt::Horizontal); | |||
8 | } |
|
9 | } | |
9 |
|
10 | |||
10 | int QHBarModelMapper::firstBarRow() const |
|
11 | int QHBarModelMapper::firstBarRow() const |
@@ -5,6 +5,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
5 | QVBarModelMapper::QVBarModelMapper(QObject *parent) : |
|
5 | QVBarModelMapper::QVBarModelMapper(QObject *parent) : | |
6 | QBarModelMapper(parent) |
|
6 | QBarModelMapper(parent) | |
7 | { |
|
7 | { | |
|
8 | QBarModelMapper::setOrientation(Qt::Vertical); | |||
8 | } |
|
9 | } | |
9 |
|
10 | |||
10 | int QVBarModelMapper::firstBarColumn() const |
|
11 | int QVBarModelMapper::firstBarColumn() const |
General Comments 0
You need to be logged in to leave comments.
Login now