1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -1,3 +1,8 | |||||
|
1 | /*! | |||
|
2 | \class Widget | |||
|
3 | \brief Ui for the application. | |||
|
4 | */ | |||
|
5 | ||||
1 | #include "widget.h" |
|
6 | #include "widget.h" | |
2 | #include <QGridLayout> |
|
7 | #include <QGridLayout> | |
3 | #include <QPushButton> |
|
8 | #include <QPushButton> | |
@@ -78,6 +83,9 Widget::~Widget() | |||||
78 | db.close(); |
|
83 | db.close(); | |
79 | } |
|
84 | } | |
80 |
|
85 | |||
|
86 | /*! | |||
|
87 | refreshes the chart | |||
|
88 | */ | |||
81 | void Widget::refreshChart() |
|
89 | void Widget::refreshChart() | |
82 | { |
|
90 | { | |
83 | // selected countries items list is not sorted. copy the values to QStringlist and sort them. |
|
91 | // selected countries items list is not sorted. copy the values to QStringlist and sort them. |
General Comments 0
You need to be logged in to leave comments.
Login now