summaryrefslogtreecommitdiffstats
path: root/examples/bars/main.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-04 08:29:48 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-04 08:30:12 +0300
commit5fab5d9a23c84a5de8e1117d821556779264494f (patch)
treea71b751d7846ab3c06aef78b9dc925fe970c43f3 /examples/bars/main.cpp
parentd879027ac73093e51d3470e9aea87aa5479a0ef1 (diff)
Bars example updated
Change-Id: I319ec3e53b1967b1b0890146b36bcf510f9c3a9f Change-Id: I319ec3e53b1967b1b0890146b36bcf510f9c3a9f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/bars/main.cpp')
-rw-r--r--examples/bars/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bars/main.cpp b/examples/bars/main.cpp
index 42e7da57..861f1a58 100644
--- a/examples/bars/main.cpp
+++ b/examples/bars/main.cpp
@@ -151,7 +151,7 @@ void GraphDataGenerator::setupModel()
// Add labels
m_graph->rowAxis()->setTitle("Week of year");
m_graph->columnAxis()->setTitle("Day of week");
- m_graph->valueAxis()->setTitle("Hours playing banjo");
+ m_graph->valueAxis()->setTitle("Hours spent on the Internet");
m_graph->valueAxis()->setSegmentCount(5);
m_graph->valueAxis()->setLabelFormat("%.1f h");
@@ -224,7 +224,7 @@ int main(int argc, char **argv)
container->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
container->setFocusPolicy(Qt::StrongFocus);
- widget.setWindowTitle(QStringLiteral("Hours playing banjo"));
+ widget.setWindowTitle(QStringLiteral("Hours spent on the Internet"));
QTableWidget *tableWidget = new QTableWidget(&widget);
tableWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);