qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include <aboutform.h>
Public Slots | |
void | onUpdateAvailable (QString latestVersion, QUrl link) |
void | onUpToDate () |
void | onUpdateCheckFailed () |
void | reloadTheme () override |
void | onUnstableVersion () |
![]() | |
virtual void | reloadTheme () |
Public Member Functions | |
AboutForm (UpdateCheck *updateCheck) | |
Constructor of AboutForm. More... | |
~AboutForm () | |
QString | getFormName () final |
![]() | |
GenericForm (const QPixmap &icon) | |
virtual | ~GenericForm () |
QPixmap | getFormIcon () |
Private Member Functions | |
void | retranslateUi () |
Retranslate all elements in the form. More... | |
void | replaceVersions () |
Update versions and links. More... | |
QString | createLink (QString path, QString text) const |
Creates hyperlink with specific style. More... | |
Private Attributes | |
Ui::AboutSettings * | bodyUI |
QTimer * | progressTimer |
UpdateCheck * | updateCheck |
QMetaObject::Connection | linkConnection |
Additional Inherited Members | |
![]() | |
bool | eventFilter (QObject *o, QEvent *e) final |
Ignore scroll on different controls. More... | |
void | eventsInit () |
Prevent stealing mouse wheel scroll. More... | |
![]() | |
QPixmap | formIcon |
This form contains information about qTox and libraries versions, external links and licence text. Shows progress during an update.
Definition at line 35 of file aboutform.h.
AboutForm::AboutForm | ( | UpdateCheck * | updateCheck | ) |
Constructor of AboutForm.
Definition at line 57 of file aboutform.cpp.
AboutForm::~AboutForm | ( | ) |
|
inlineprivate |
Creates hyperlink with specific style.
path | The URL of the page the link goes to. |
text | Text, which will be clickable. |
Definition at line 210 of file aboutform.cpp.
|
inlinefinalvirtual |
Implements GenericForm.
Definition at line 41 of file aboutform.h.
|
slot |
|
slot |
|
slot |
|
slot |
|
overrideslot |
|
private |
Update versions and links.
Update commit hash if built with git, show author and known issues info It also updates qTox, toxcore and Qt versions.
Definition at line 91 of file aboutform.cpp.
|
private |
Retranslate all elements in the form.
Definition at line 226 of file aboutform.cpp.
|
private |
Definition at line 59 of file aboutform.h.
|
private |
Definition at line 62 of file aboutform.h.
|
private |
Definition at line 60 of file aboutform.h.
|
private |
Definition at line 61 of file aboutform.h.