mirror of https://github.com/qt/qtcharts.git
Corrected the path to SQlite data
This commit is contained in:
parent
a262b7f225
commit
b5cf500cf6
Binary file not shown.
|
@ -1,3 +1,8 @@
|
||||||
|
/*!
|
||||||
|
\class Widget
|
||||||
|
\brief Ui for the application.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "widget.h"
|
#include "widget.h"
|
||||||
#include <QGridLayout>
|
#include <QGridLayout>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
|
@ -78,6 +83,9 @@ Widget::~Widget()
|
||||||
db.close();
|
db.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
refreshes the chart
|
||||||
|
*/
|
||||||
void Widget::refreshChart()
|
void Widget::refreshChart()
|
||||||
{
|
{
|
||||||
// selected countries items list is not sorted. copy the values to QStringlist and sort them.
|
// selected countries items list is not sorted. copy the values to QStringlist and sort them.
|
||||||
|
|
Loading…
Reference in New Issue