gui: Add new AboutDialog to show our licenses "paperwork"
Bu işleme şunda yer alıyor:
12
gui/aboutdialog.h
Normal dosya
12
gui/aboutdialog.h
Normal dosya
@@ -0,0 +1,12 @@
|
||||
#ifndef ABOUTDIALOG_H
|
||||
#define ABOUTDIALOG_H
|
||||
#include <QDialog>
|
||||
|
||||
class AboutDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
AboutDialog(QWidget *parent = nullptr);
|
||||
};
|
||||
|
||||
#endif // ABOUTDIALOG_H
|
||||
Yeni konuda referans
Bir kullanıcı engelle