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

20 lines
461 B
C++

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