BibleTime
Public Member Functions | Private Attributes | List of all members
BtAboutDialog::LicenseTab Class Referencefinal
Inheritance diagram for BtAboutDialog::LicenseTab:

Public Member Functions

 LicenseTab (QWidget *parent)
 
void setLabelText (QString const &text)
 
void setLicense (QString const &license)
 

Private Attributes

QLabel *const m_label
 
QPlainTextEdit *const m_licenseBrowser
 

Detailed Description

Definition at line 68 of file btaboutdialog.cpp.

Constructor & Destructor Documentation

◆ LicenseTab()

BtAboutDialog::LicenseTab::LicenseTab ( QWidget parent)
inline

Definition at line 72 of file btaboutdialog.cpp.

References m_label, and m_licenseBrowser.

Member Function Documentation

◆ setLabelText()

void BtAboutDialog::LicenseTab::setLabelText ( QString const &  text)
inline

Definition at line 91 of file btaboutdialog.cpp.

References m_label.

Referenced by BtAboutDialog::retranslateLicenceTab().

◆ setLicense()

void BtAboutDialog::LicenseTab::setLicense ( QString const &  license)
inline

Definition at line 93 of file btaboutdialog.cpp.

References m_licenseBrowser.

Referenced by BtAboutDialog::BtAboutDialog().

Member Data Documentation

◆ m_label

QLabel* const BtAboutDialog::LicenseTab::m_label
private

Definition at line 98 of file btaboutdialog.cpp.

Referenced by LicenseTab(), and setLabelText().

◆ m_licenseBrowser

QPlainTextEdit* const BtAboutDialog::LicenseTab::m_licenseBrowser
private

Definition at line 99 of file btaboutdialog.cpp.

Referenced by LicenseTab(), and setLicense().


The documentation for this class was generated from the following file: