Generates XML files for DeltaPro from Amazon invoices
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.

26 lines
303 B

#ifndef ABOUT_H
#define ABOUT_H
#include <QDialog>
#include <QDesktopWidget>
#include <QStyle>
namespace Ui {
class About;
}
class About : public QDialog
{
Q_OBJECT
public:
explicit About(QWidget *parent = 0);
~About();
private slots:
private:
Ui::About *ui;
};
#endif // ABOUT_H