|
Qucs-GUI
0.0.19
|
#include <aboutdialog.h>
Public Slots | |
| void | currentChangedSlot (int index) |
Public Member Functions | |
| AboutDialog (QWidget *parent=0) | |
Protected Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *ev) |
Private Member Functions | |
| void | setAuthorsText (void) |
| void | setTrText (void) |
Private Attributes | |
| std::array< QString, 9 > | currAuths |
| std::array< QString, 10 > | prevDevs |
| std::array< QString, 18 > | trAuths |
| QVBoxLayout * | all |
| QTextBrowser * | authorsBrowser |
| QTextBrowser * | trBrowser |
| int | prevTab |
Definition at line 35 of file aboutdialog.h.
| AboutDialog::AboutDialog | ( | QWidget * | parent = 0 | ) |
| void AboutDialog::currentChangedSlot | ( | int | index | ) | [slot] |
Definition at line 204 of file aboutdialog.cpp.


| bool AboutDialog::eventFilter | ( | QObject * | obj, |
| QEvent * | ev | ||
| ) | [protected] |
Definition at line 248 of file aboutdialog.cpp.
| void AboutDialog::setAuthorsText | ( | void | ) | [private] |
| void AboutDialog::setTrText | ( | void | ) | [private] |
QVBoxLayout* AboutDialog::all [private] |
Definition at line 52 of file aboutdialog.h.
QTextBrowser* AboutDialog::authorsBrowser [private] |
Definition at line 53 of file aboutdialog.h.
std::array<QString, 9> AboutDialog::currAuths [private] |
Definition at line 48 of file aboutdialog.h.
std::array<QString, 10> AboutDialog::prevDevs [private] |
Definition at line 49 of file aboutdialog.h.
int AboutDialog::prevTab [private] |
Definition at line 56 of file aboutdialog.h.
std::array<QString, 18> AboutDialog::trAuths [private] |
Definition at line 50 of file aboutdialog.h.
QTextBrowser* AboutDialog::trBrowser [private] |
Definition at line 54 of file aboutdialog.h.
1.7.6.1