qskinny/playground/charts/ChartView.h

17 lines
428 B
C
Raw Normal View History

/******************************************************************************
2024-01-17 14:31:45 +01:00
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
#include <QskMainView.h>
class CircularChart;
class ChartView : public QskMainView
{
public:
ChartView( CircularChart*, QQuickItem* parent = nullptr );
};