summaryrefslogtreecommitdiffstats
path: root/examples/charts/modeldata/tablewidget.h
blob: 60640e40c12781610bd7a59687d19b5c315cbabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef TABLEWIDGET_H
#define TABLEWIDGET_H

#include <QtWidgets/QWidget>

class TableWidget : public QWidget
{
    Q_OBJECT

public:
    TableWidget(QWidget *parent = 0);
};

#endif // TABLEWIDGET_H