1 /* ============================================================
2 * Original copied from showfoto:
3 * Copyright 2005 by Gilles Caulier <caulier.gilles@free.fr>
5 * Copyright 2005 by Tom Albers <tomalbers@kde.nl>
7 * This program is free software; you can redistribute it
8 * and/or modify it under the terms of the GNU General
9 * Public License as published by the Free Software Foundation;
10 * either version 2, or (at your option)
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * ============================================================ */
24 #include <kpagedialog.h>
30 * This class manages the dialog chown in which the user
31 * can make all the necessary settings. Each part of the config
32 * is located in separate files, See SetupGeneral and SetupTimings
34 * This file is originally copied from showfoto
35 * @author Gilles Caulier <caulier.gilles@free.fr>
36 * @author Tom Albers <tomalbers@kde.nl>
38 class Setup
: public KPageDialog
46 * @param parent Parent Widget
49 explicit Setup(QWidget
* parent
=0, const char* name
=0);