digiKam
imageshacknewalbumdlg.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 : 2010-02-01
7  * Description : a tool to export items to ImageShack web service
8  *
9  * Copyright (C) 2010 by Jens Mueller <tschenser at gmx dot de>
10  * Copyright (C) 2013-2018 by Caulier Gilles <caulier dot gilles 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) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_IMAGE_SHACK_NEWALBUMDLG_H
25 #define DIGIKAM_IMAGE_SHACK_NEWALBUMDLG_H
26 
27 // Qt includes
28 
29 #include <QRadioButton>
30 #include <QDateTimeEdit>
31 #include <QDialog>
32 #include <QLineEdit>
33 #include <QTextEdit>
34 #include <QComboBox>
35 #include <QCloseEvent>
36 
37 // Local includes
38 
39 #include "wsnewalbumdialog.h"
40 
41 using namespace Digikam;
42 
44 {
45 
47 {
48  Q_OBJECT
49 
50 public:
51 
52  explicit ImageShackNewAlbumDlg(QWidget* const parent, const QString& toolName);
53  ~ImageShackNewAlbumDlg() override;
54 
55  QString getAlbumTitle();
56 };
57 
58 } // namespace DigikamGenericImageShackPlugin
59 
60 #endif // DIGIKAM_IMAGE_SHACK_NEWALBUMDLG_H
Definition: imageshacknewalbumdlg.h:47
Definition: wsnewalbumdialog.h:52
Definition: imageshackitem.h:32
Definition: datefolderview.cpp:43