2022-05-10 10:06:48 +00:00
|
|
|
// Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
2013-05-30 11:02:45 +00:00
|
|
|
#include <QtCore/QString>
|
|
|
|
#include <QtCore/QPair>
|
|
|
|
#include <QtWidgets/QWidget>
|
2021-02-03 10:49:47 +00:00
|
|
|
#include <QtWidgets/QCheckBox>
|
2013-05-30 11:02:45 +00:00
|
|
|
|
|
|
|
#pragma once // Yeah, it's deprecated in general, but it's standard practice for Mac OS X.
|
|
|
|
|
2014-03-20 15:38:36 +00:00
|
|
|
QT_USE_NAMESPACE
|
|
|
|
|
2013-05-30 11:02:45 +00:00
|
|
|
bool testLineEdit();
|
2014-03-26 09:14:45 +00:00
|
|
|
bool testHierarchy(QWidget *w);
|
|
|
|
bool singleWidget();
|
2014-03-20 15:38:36 +00:00
|
|
|
bool notifications(QWidget *w);
|
2021-02-03 10:49:47 +00:00
|
|
|
bool testCheckBox(QCheckBox *ckBox);
|