src/AboutDialog.h

Wed, 27 Apr 2022 08:54:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 27 Apr 2022 08:54:17 +0200
changeset 163
6cccd340ea8c
parent 6
f8474f2c5db9
permissions
-rw-r--r--

Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.

#ifndef _ABOUTDIALOG_H
#define _ABOUTDIALOG_H

#include <QDialog>


namespace Ui {
class AboutDialog;
}

class AboutDialog : public QDialog
{
    Q_OBJECT

public:
    explicit AboutDialog(QWidget *parent = 0);
    ~AboutDialog();

private:
    Ui::AboutDialog *ui;
};

#endif // ABOUTDIALOG_H

mercurial