Update help

This commit is contained in:
2025-04-29 14:07:16 +02:00
parent 03ad135ef0
commit 8c5e2b2ebf
4 changed files with 139 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ protected:
ChartGraph::ChartGraph(QWidget *parent) : QMainWindow(parent)
{
setAttribute(Qt::WA_DeleteOnClose);
setWindowTitle(tr("Chart"));
_chartView = new ChartView(this);
setCentralWidget(_chartView);