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