kwave
18.07.70
|
#include <AboutContainer.h>
Public Member Functions | |
AboutContributor (QWidget *parent, const QString &username, const QString &email, const QString &url, const QString &work) | |
virtual | ~AboutContributor () Q_DECL_OVERRIDE |
QSize | sizeHint () const Q_DECL_OVERRIDE |
Protected Member Functions | |
virtual void | fontChange (const QFont &oldFont) |
virtual void | updateLayout () |
Private Attributes | |
QLabel * | m_text [4] |
Used internally by KwaveAboutWidget
Definition at line 71 of file AboutContainer.h.
Kwave::AboutContributor::AboutContributor | ( | QWidget * | parent, |
const QString & | username, | ||
const QString & | email, | ||
const QString & | url, | ||
const QString & | work | ||
) |
Definition at line 152 of file AboutContainer.cpp.
References _, fontChange(), m_text, and updateLayout().
|
virtual |
Definition at line 186 of file AboutContainer.cpp.
|
protectedvirtual |
Definition at line 191 of file AboutContainer.cpp.
Referenced by AboutContributor().
QSize Kwave::AboutContributor::sizeHint | ( | void | ) | const |
Definition at line 197 of file AboutContainer.cpp.
Referenced by updateLayout().
|
protectedvirtual |
Definition at line 203 of file AboutContainer.cpp.
References m_text, and sizeHint().
Referenced by AboutContributor().
|
private |
Definition at line 93 of file AboutContainer.h.
Referenced by AboutContributor(), and updateLayout().