BibleTime
|
#include <btaboutdialog.h>
Classes | |
class | LicenseTab |
Public Member Functions | |
BtAboutDialog (QWidget *parent=nullptr, Qt::WindowFlags wflags=Qt::Dialog) | |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *event) override |
Private Member Functions | |
void | retranslateBtTab () |
void | retranslateContributorsTab () |
void | retranslateLicenceTab () |
void | retranslateQtTab () |
void | retranslateSwordTab () |
void | retranslateUi () |
Private Attributes | |
QTextBrowser * | m_bibletimeTab |
QDialogButtonBox * | m_buttonBox |
QTextBrowser * | m_contributorsTab |
QLabel * | m_iconLabel |
LicenseTab * | m_licenseTab = nullptr |
QTextBrowser * | m_qtTab |
QTextBrowser * | m_swordTab |
QTabWidget * | m_tabWidget |
QLabel * | m_versionLabel |
Definition at line 29 of file btaboutdialog.h.
BtAboutDialog::BtAboutDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | wflags = Qt::Dialog |
||
) |
Definition at line 103 of file btaboutdialog.cpp.
References BT_CONNECT, util::directory::getLicensePath(), BtIcons::instance(), m_bibletimeTab, m_buttonBox, m_contributorsTab, m_iconLabel, m_licenseTab, m_qtTab, m_swordTab, m_tabWidget, m_versionLabel, retranslateUi(), and BtAboutDialog::LicenseTab::setLicense().
|
overrideprotected |
Definition at line 171 of file btaboutdialog.cpp.
References m_iconLabel, and m_versionLabel.
|
private |
Definition at line 192 of file btaboutdialog.cpp.
References m_bibletimeTab, m_tabWidget, MAKE_HTML, and MAKE_LINK_STATIC.
Referenced by retranslateUi().
|
private |
Definition at line 204 of file btaboutdialog.cpp.
References m_contributorsTab, m_tabWidget, MAKE_CONTR, MAKE_CONTR2, MAKE_HTML, and MAKE_LINK_STATIC.
Referenced by retranslateUi().
|
private |
Definition at line 338 of file btaboutdialog.cpp.
References m_licenseTab, m_tabWidget, and BtAboutDialog::LicenseTab::setLabelText().
Referenced by retranslateUi().
|
private |
Definition at line 322 of file btaboutdialog.cpp.
References m_qtTab, m_tabWidget, MAKE_HTML, and MAKE_LINK.
Referenced by retranslateUi().
|
private |
Definition at line 302 of file btaboutdialog.cpp.
References m_swordTab, m_tabWidget, MAKE_HTML, and MAKE_LINK_STATIC.
Referenced by retranslateUi().
|
private |
Definition at line 180 of file btaboutdialog.cpp.
References m_buttonBox, message::prepareDialogBox(), retranslateBtTab(), retranslateContributorsTab(), retranslateLicenceTab(), retranslateQtTab(), and retranslateSwordTab().
Referenced by BtAboutDialog().
|
private |
Definition at line 49 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateBtTab().
|
private |
Definition at line 54 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateUi().
|
private |
Definition at line 50 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateContributorsTab().
|
private |
Definition at line 55 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and resizeEvent().
|
private |
Definition at line 53 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateLicenceTab().
|
private |
Definition at line 52 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateQtTab().
|
private |
Definition at line 51 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and retranslateSwordTab().
|
private |
Definition at line 48 of file btaboutdialog.h.
Referenced by BtAboutDialog(), retranslateBtTab(), retranslateContributorsTab(), retranslateLicenceTab(), retranslateQtTab(), and retranslateSwordTab().
|
private |
Definition at line 56 of file btaboutdialog.h.
Referenced by BtAboutDialog(), and resizeEvent().