Akonadi Contacts

contacteditorcombobox.h
1 /*
2  This file is part of Contact Editor.
3 
4  SPDX-FileCopyrightText: 2016-2023 Laurent Montel <[email protected]>
5 
6  SPDX-License-Identifier: LGPL-2.0-or-later
7 */
8 
9 #pragma once
10 
11 #include "contacteditor_private_export.h"
12 #include <QComboBox>
13 namespace ContactEditor
14 {
15 class CONTACTEDITOR_TESTS_EXPORT ContactEditorComboBox : public QComboBox
16 {
17  Q_OBJECT
18 public:
19  explicit ContactEditorComboBox(QWidget *parent = nullptr);
20  ~ContactEditorComboBox() override;
21 
22 protected:
23  QSize minimumSizeHint() const override;
24 };
25 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.