@@ -68,7 +68,7 Widget::Widget(QWidget *parent) | |||||
68 | button = new GraphicsButton(imageFolder.absolutePath() + "/doc/images/examples_datetimeaxis.png", m_appFolder, "datetimeaxis", this); |
|
68 | button = new GraphicsButton(imageFolder.absolutePath() + "/doc/images/examples_datetimeaxis.png", m_appFolder, "datetimeaxis", this); | |
69 | demosLayout->addWidget(button, 2, 1); |
|
69 | demosLayout->addWidget(button, 2, 1); | |
70 |
|
70 | |||
71 |
button = new GraphicsButton(imageFolder.absolutePath() + "/doc/images/examples_d |
|
71 | button = new GraphicsButton(imageFolder.absolutePath() + "/doc/images/examples_donutbreakdown.png", m_appFolder, "donutbreakdown", this); | |
72 | demosLayout->addWidget(button, 2, 2); |
|
72 | demosLayout->addWidget(button, 2, 2); | |
73 |
|
73 | |||
74 | setLayout(demosLayout); |
|
74 | setLayout(demosLayout); |
General Comments 0
You need to be logged in to leave comments.
Login now