digiKam
wsintropage.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 : 2017-06-27
7  * Description : intro page to export tool where user can choose web service to export,
8  * existent accounts and function mode (export/import).
9  *
10  * Copyright (C) 2017-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  * Copyright (C) 2018 by Thanh Trung Dinh <dinhthanhtrung1996 at gmail dot com>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option) 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_WS_INTRO_PAGE_H
26 #define DIGIKAM_WS_INTRO_PAGE_H
27 
28 // Qt includes
29 
30 #include <QString>
31 
32 // Local includes
33 
34 #include "dwizardpage.h"
35 
36 using namespace Digikam;
37 
39 {
40 
41 class WSIntroPage : public DWizardPage
42 {
43  Q_OBJECT
44 
45 public:
46 
47  explicit WSIntroPage(QWizard* const dialog, const QString& title);
48  ~WSIntroPage();
49 
50  void initializePage();
51  bool validatePage();
52 
53 private Q_SLOTS:
54 
55  void slotImageGetOptionChanged(int index);
56  void slotWebServiceOptionChanged(const QString& serviceName);
57 
58 private:
59 
60  class Private;
61  Private* const d;
62 };
63 
64 } // namespace DigikamGenericUnifiedPlugin
65 
66 #endif // DIGIKAM_WS_INTRO_PAGE_H
Definition: wsintropage.h:42
Definition: dwizardpage.h:42
Definition: wsauthentication.cpp:56
Definition: datefolderview.cpp:43