qskinny/playground/dials/Dashboard.h
2022-07-14 18:53:01 +02:00

15 lines
416 B
C++

/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
#pragma once
#include <QskLinearBox.h>
class Dashboard : public QskLinearBox
{
public:
Dashboard( QQuickItem* parent = nullptr );
};