Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
UI
aboutdialog.h
1
#ifndef ABOUTDIALOG_H
2
#define ABOUTDIALOG_H
3
4
#include <QDialog>
5
6
class
QTextBrowser;
7
class
QDialogButtonBox;
8
9
class
AboutDialog
:
public
QDialog {
10
Q_OBJECT
11
public
:
12
explicit
AboutDialog
(QWidget *parent =
nullptr
);
13
14
private
:
15
QString buildAboutHtml()
const
;
16
17
QTextBrowser *m_textBrowser;
18
QDialogButtonBox *m_buttonBox;
19
};
20
21
#endif
// ABOUTDIALOG_H
AboutDialog
Definition
aboutdialog.h:9
Generated by
1.9.8