2024-01-06 15:05:30 +01:00
|
|
|
/******************************************************************************
|
2024-01-17 14:31:45 +01:00
|
|
|
* QSkinny - Copyright (C) The authors
|
2024-01-06 15:05:30 +01:00
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QskLinearBox.h>
|
|
|
|
|
|
|
|
class ArcPage : public QskLinearBox
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
ArcPage( QQuickItem* parent = nullptr );
|
|
|
|
};
|