|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include <userinterfaceform.h>


Public Member Functions | |
| UserInterfaceForm (SettingsWidget *myParent) | |
| Constructor of UserInterfaceForm. More... | |
| ~UserInterfaceForm () | |
| QString | getFormName () final |
Public Member Functions inherited from GenericForm | |
| GenericForm (const QPixmap &icon) | |
| virtual | ~GenericForm () |
| QPixmap | getFormIcon () |
Private Member Functions | |
| void | retranslateUi () |
| Retranslate all elements in the form. More... | |
| void | reloadSmileys () |
| Reload smileys and size information. More... | |
Private Attributes | |
| QList< QLabel * > | smileLabels |
| QList< std::shared_ptr< QIcon > > | emoticonsIcons |
| SettingsWidget * | parent |
| Ui::UserInterfaceSettings * | bodyUI |
| const int | MAX_FORMAT_LENGTH = 128 |
Additional Inherited Members | |
Public Slots inherited from GenericForm | |
| virtual void | reloadTheme () |
Protected Member Functions inherited from GenericForm | |
| bool | eventFilter (QObject *o, QEvent *e) final |
| Ignore scroll on different controls. More... | |
| void | eventsInit () |
| Prevent stealing mouse wheel scroll. More... | |
Protected Attributes inherited from GenericForm | |
| QPixmap | formIcon |
This form contains all settings which change the UI appearance or behaviour. It also contains the smiley configuration.
Definition at line 31 of file userinterfaceform.h.
|
explicit |
Constructor of UserInterfaceForm.
| myParent | Setting widget which will contain this form as tab. |
Restores all controls from the settings.
Definition at line 57 of file userinterfaceform.cpp.

| UserInterfaceForm::~UserInterfaceForm | ( | ) |
|
inlinefinalvirtual |
Implements GenericForm.
Definition at line 37 of file userinterfaceform.h.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
Definition at line 205 of file userinterfaceform.cpp.


|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
Definition at line 195 of file userinterfaceform.cpp.


|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
private |
Reload smileys and size information.
Definition at line 238 of file userinterfaceform.cpp.


|
private |
Retranslate all elements in the form.
Definition at line 349 of file userinterfaceform.cpp.


|
private |
Definition at line 75 of file userinterfaceform.h.
|
private |
Definition at line 73 of file userinterfaceform.h.
|
private |
Definition at line 76 of file userinterfaceform.h.
|
private |
Definition at line 74 of file userinterfaceform.h.
|
private |
Definition at line 72 of file userinterfaceform.h.
1.8.17