src/AboutDialog.h

Fri, 01 Jul 2022 21:22:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Jul 2022 21:22:46 +0200
changeset 325
fa946d12d937
parent 6
f8474f2c5db9
permissions
-rw-r--r--

Workaround for the thermometer scale ranges. Added chiller thermometer settings. Added beer select.

#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