qskinny/examples/iotdashboard/StatisticsPage.h
2023-04-06 09:23:37 +02:00

20 lines
467 B
C++

/******************************************************************************
* Copyright (C) 2021 Edelhirsch Software GmbH
* SPDX-License-Identifier: BSD-3-Claus
*****************************************************************************/
#pragma once
#include <QskGridBox.h>
#include <QskLinearBox.h>
class StatisticsPage : public QskLinearBox
{
Q_OBJECT
public:
QSK_SUBCONTROLS( Panel )
StatisticsPage( QQuickItem* parent );
};