summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlayout/gridwidget.h
blob: 3a957c9fa505cb077079ce521b11222654ad985d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef GRIDWIDGET_H
#define GRIDWIDGET_H

#include <QWidget>

class GridWidget : public QWidget
{
    Q_OBJECT
public:
    explicit GridWidget(QWidget *parent = nullptr);

signals:

public slots:

};

#endif // GRIDWIDGET_H