digiKam
setupslideshow_dialog.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2005-05-21
7  * Description : setup tab for slideshow options.
8  *
9  * Copyright (C) 2005-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2019-2020 by Minh Nghia Duong <minhnghiaduong997 at gmail dot com>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option)
16  * any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_SETUP_SLIDESHOW_DIALOG_H
26 #define DIGIKAM_SETUP_SLIDESHOW_DIALOG_H
27 
28 // Qt includes
29 
30 #include <QScrollArea>
31 
32 // Local includes
33 
34 #include "dplugindialog.h"
35 
36 using namespace Digikam;
37 
39 {
40 
41 class SlideShowSettings;
42 
44 {
45  Q_OBJECT
46 
47 public:
48 
49  explicit SetupSlideShowDialog(SlideShowSettings* const settings, QWidget* const parent = nullptr);
50  ~SetupSlideShowDialog() override;
51 
52 public Q_SLOTS:
53 
54  void slotSetUnchecked(int);
55  void slotApplySettings();
56 
57 private:
58 
59  void readSettings();
60 
61 private:
62 
63  class Private;
64  Private* const d;
65 };
66 
67 } // namespace DigikamGenericSlideShowPlugin
68 
69 #endif // DIGIKAM_SETUP_SLIDESHOW_DIALOG_H
Definition: setupslideshow_dialog.h:44
Definition: slideshowsettings.h:52
Definition: dplugindialog.h:42
Definition: slideshowloader.cpp:70
Definition: datefolderview.cpp:43