gestionale/argento/AboutWindow.h

23 lines
296 B
C
Raw Permalink Normal View History

2020-09-21 07:58:53 +00:00
#pragma once
#include <QDebug>
#include <QDialog>
#include <QDate>
namespace Ui {
class AboutWindow;
}
class AboutWindow : public QDialog {
Q_OBJECT
public:
explicit AboutWindow(QWidget* parent = nullptr);
~AboutWindow();
private slots:
private:
Ui::AboutWindow *ui;
};