You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kstars/kstars/imagereductiondlg.h

48 lines
1.6 KiB

/***************************************************************************
imagereductiondlg.h - Image reduction utility
-------------------
begin : Tue Feb 24 2004
copyright : (C) 2004 by Jasem Mutlaq
email : mutlaqja@ikarustech.com
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef IMAGEREDUCTIONDLG_H
#define IMAGEREDUCTIONDLG_H
#include "imagereductionui.h"
class ImageReductionDlg : public imageReductionUI
{
Q_OBJECT
public:
ImageReductionDlg(TQWidget * parent, const char * name = 0);
~ImageReductionDlg();
public slots:
void addDarkFile();
void addFlatFile();
void addDarkFlatFile();
void removeDarkFile();
void removeFlatFile();
void removeDarkFlatFile();
void detailsDarkFile();
void detailsFlatFile();
void detailsDarkFlatFile();
};
#endif