27 #include "../../../dataaccess.h" 28 #include "../../../datatype/Property.h" 36 #include "ui_ChartDialogForm.h" 37 #include "ui_TimeSeriesDataWidgetForm.h" 40 #include <QDockWidget> 44 m_ui(new
Ui::ChartDialogForm)
52 QGridLayout* layout =
new QGridLayout(
m_ui->m_dataWidgetFrame);
54 this->layout()->setSizeConstraint(QLayout::SetFixedSize);
59 m_ui->m_helpPushButton->setPageReference(
"widgets/charts/timeSeries/timeSeries.html");
74 QApplication::setOverrideCursor(Qt::WaitCursor);
80 chartStyle->setTitle(QString::fromUtf8(
"TimeSeries"));
88 chart->
attach(chartDisplay);
90 chartDisplay->replot();
95 QApplication::restoreOverrideCursor();
A class to represent a timeSeries' chart.
A class that models the description of a dataset.
A class used to define the style of a TimeSeries's chart.
A dataset is the unit of information manipulated by the data access module of TerraLib.
A dialog used to define the basic parameters of a new timeSeries.
A class used to define a chartDisplay's style.
A class to represent a chart display.