Files
RedBear-OS/local/recipes/kde/kf6-kwidgetsaddons/source/autotests/kdatecomboboxtest.h
T
2026-04-14 10:51:06 +01:00

30 lines
539 B
C++

/*
SPDX-FileCopyrightText: 2011 John Layt <john@layt.net>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KDATECOMBOBOXTEST_H
#define KDATECOMBOBOXTEST_H
#include <QWidget>
class KDateComboBox;
class KDateComboBoxTest : public QWidget
{
Q_OBJECT
private Q_SLOTS:
void testDefaults();
void testValidNull();
void testDateRange();
void testDateList();
void testOptions();
void testDisplayFormat();
void testSignals();
void testDatePickerIntegration();
};
#endif // KDATECOMBOBOXTEST_H