moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / imagereductiondlg.h
blobeeb2532bc175f598a46ca6148881add36c1c4ce6
1 /***************************************************************************
2 imagereductiondlg.h - Image reduction utility
3 -------------------
4 begin : Tue Feb 24 2004
5 copyright : (C) 2004 by Jasem Mutlaq
6 email : mutlaqja@ikarustech.com
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef IMAGEREDUCTIONDLG_H
19 #define IMAGEREDUCTIONDLG_H
21 #include "imagereductionui.h"
23 class ImageReductionDlg : public imageReductionUI
25 Q_OBJECT
27 public:
28 ImageReductionDlg(QWidget * parent, const char * name = 0);
29 ~ImageReductionDlg();
32 public slots:
33 void addDarkFile();
34 void addFlatFile();
35 void addDarkFlatFile();
36 void removeDarkFile();
37 void removeFlatFile();
38 void removeDarkFlatFile();
39 void detailsDarkFile();
40 void detailsFlatFile();
41 void detailsDarkFlatFile();
45 #endif