Mailcommon

filteractionmissingaccountdialog.h
1 /*
2  SPDX-FileCopyrightText: 2016-2023 Laurent Montel <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #pragma once
8 
9 #include <QDialog>
10 namespace MailCommon
11 {
12 class KMFilterAccountList;
13 class FilterActionMissingAccountDialog : public QDialog
14 {
15  Q_OBJECT
16 public:
17  explicit FilterActionMissingAccountDialog(const QStringList &lstAccount, const QString &filtername, QWidget *parent = nullptr);
18  ~FilterActionMissingAccountDialog() override;
19  Q_REQUIRED_RESULT QStringList selectedAccount() const;
20  static bool allAccountExist(const QStringList &lst);
21 
22 private:
23  void readConfig();
24  void writeConfig();
25  MailCommon::KMFilterAccountList *const mAccountList;
26 };
27 }
Q_OBJECTQ_OBJECT
void readConfig()
The filter dialog.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:58:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.