Warning, file /education/ktouch/src/colorsconfigwidget.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * SPDX-FileCopyrightText: 2012 Sebastian Gottfried <sebastiangottfried@web.de> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef COLORSCONFIGWIDGET_H 0008 #define COLORSCONFIGWIDGET_H 0009 0010 #include <QWidget> 0011 #include "ui_colorsconfigwidget.h" 0012 0013 class ColorsConfigWidget : public QWidget, private Ui::ColorsConfigWidget 0014 { 0015 Q_OBJECT 0016 public: 0017 explicit ColorsConfigWidget(QWidget *parent = nullptr); 0018 0019 signals: 0020 0021 public slots: 0022 0023 }; 0024 0025 #endif // COLORSCONFIGWIDGET_H