src/AboutDialog.h

Sun, 30 Oct 2022 16:43:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 30 Oct 2022 16:43:22 +0100
changeset 429
4aac0b672667
parent 6
f8474f2c5db9
permissions
-rw-r--r--

In the product equipment tab show the volume to the fermenter. Changed some prompts and suffixes in that tab. Updated translations.

#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