Mailcommon

filteractionmissingsoundurldialog.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 class KUrlRequester;
11 namespace MailCommon
12 {
13 class FilterActionMissingSoundUrlDialog : public QDialog
14 {
15  Q_OBJECT
16 public:
17  explicit FilterActionMissingSoundUrlDialog(const QString &filtername, const QString &argStr, QWidget *parent = nullptr);
18  ~FilterActionMissingSoundUrlDialog() override;
19  [[nodiscard]] QString soundUrl() const;
20 
21 private:
22  void readConfig();
23  void writeConfig();
24  KUrlRequester *const mUrlWidget;
25 };
26 }
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 Thu Nov 30 2023 04:02:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.