qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
GeneralForm Class Reference

#include <generalform.h>

Inheritance diagram for GeneralForm:
Inheritance graph
Collaboration diagram for GeneralForm:
Collaboration graph

Signals

void updateIcons ()
 

Public Member Functions

 GeneralForm (SettingsWidget *parent)
 
 ~GeneralForm ()
 
QString getFormName () final
 
- Public Member Functions inherited from GenericForm
 GenericForm (const QPixmap &icon)
 
virtual ~GenericForm ()
 
QPixmap getFormIcon ()
 

Private Slots

void on_transComboBox_currentIndexChanged (int index)
 
void on_cbAutorun_stateChanged ()
 
void on_cbSpellChecking_stateChanged ()
 
void on_showSystemTray_stateChanged ()
 
void on_startInTray_stateChanged ()
 
void on_closeToTray_stateChanged ()
 
void on_lightTrayIcon_stateChanged ()
 
void on_autoAwaySpinBox_editingFinished ()
 
void on_minimizeToTray_stateChanged ()
 
void on_statusChanges_stateChanged ()
 
void on_groupJoinLeaveMessages_stateChanged ()
 
void on_autoacceptFiles_stateChanged ()
 
void on_maxAutoAcceptSizeMB_editingFinished ()
 
void on_autoSaveFilesDir_clicked ()
 
void on_checkUpdates_stateChanged ()
 

Private Member Functions

void retranslateUi ()
 Retranslate all elements in the form. More...
 

Private Attributes

Ui::GeneralSettings * bodyUI
 
SettingsWidgetparent
 

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
 

Detailed Description

This form contains all settings that are not suited to other forms

Definition at line 30 of file generalform.h.

Constructor & Destructor Documentation

◆ GeneralForm()

GeneralForm::GeneralForm ( SettingsWidget parent)
explicit

Definition at line 97 of file generalform.cpp.

Here is the call graph for this function:

◆ ~GeneralForm()

GeneralForm::~GeneralForm ( )

Definition at line 171 of file generalform.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getFormName()

QString GeneralForm::getFormName ( )
inlinefinalvirtual

Implements GenericForm.

Definition at line 36 of file generalform.h.

◆ on_autoacceptFiles_stateChanged

void GeneralForm::on_autoacceptFiles_stateChanged ( )
privateslot

Definition at line 237 of file generalform.cpp.

Here is the call graph for this function:

◆ on_autoAwaySpinBox_editingFinished

void GeneralForm::on_autoAwaySpinBox_editingFinished ( )
privateslot

Definition at line 231 of file generalform.cpp.

Here is the call graph for this function:

◆ on_autoSaveFilesDir_clicked

void GeneralForm::on_autoSaveFilesDir_clicked ( )
privateslot

Definition at line 242 of file generalform.cpp.

Here is the call graph for this function:

◆ on_cbAutorun_stateChanged

void GeneralForm::on_cbAutorun_stateChanged ( )
privateslot

Definition at line 184 of file generalform.cpp.

Here is the call graph for this function:

◆ on_cbSpellChecking_stateChanged

void GeneralForm::on_cbSpellChecking_stateChanged ( )
privateslot

Definition at line 189 of file generalform.cpp.

Here is the call graph for this function:

◆ on_checkUpdates_stateChanged

void GeneralForm::on_checkUpdates_stateChanged ( )
privateslot

Definition at line 264 of file generalform.cpp.

Here is the call graph for this function:

◆ on_closeToTray_stateChanged

void GeneralForm::on_closeToTray_stateChanged ( )
privateslot

Definition at line 205 of file generalform.cpp.

Here is the call graph for this function:

◆ on_groupJoinLeaveMessages_stateChanged

void GeneralForm::on_groupJoinLeaveMessages_stateChanged ( )
privateslot

Definition at line 226 of file generalform.cpp.

Here is the call graph for this function:

◆ on_lightTrayIcon_stateChanged

void GeneralForm::on_lightTrayIcon_stateChanged ( )
privateslot

Definition at line 210 of file generalform.cpp.

Here is the call graph for this function:

◆ on_maxAutoAcceptSizeMB_editingFinished

void GeneralForm::on_maxAutoAcceptSizeMB_editingFinished ( )
privateslot

Definition at line 256 of file generalform.cpp.

Here is the call graph for this function:

◆ on_minimizeToTray_stateChanged

void GeneralForm::on_minimizeToTray_stateChanged ( )
privateslot

Definition at line 216 of file generalform.cpp.

Here is the call graph for this function:

◆ on_showSystemTray_stateChanged

void GeneralForm::on_showSystemTray_stateChanged ( )
privateslot

Definition at line 194 of file generalform.cpp.

Here is the call graph for this function:

◆ on_startInTray_stateChanged

void GeneralForm::on_startInTray_stateChanged ( )
privateslot

Definition at line 200 of file generalform.cpp.

Here is the call graph for this function:

◆ on_statusChanges_stateChanged

void GeneralForm::on_statusChanges_stateChanged ( )
privateslot

Definition at line 221 of file generalform.cpp.

Here is the call graph for this function:

◆ on_transComboBox_currentIndexChanged

void GeneralForm::on_transComboBox_currentIndexChanged ( int  index)
privateslot

Definition at line 177 of file generalform.cpp.

◆ retranslateUi()

void GeneralForm::retranslateUi ( )
private

Retranslate all elements in the form.

Definition at line 272 of file generalform.cpp.

◆ updateIcons

void GeneralForm::updateIcons ( )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ bodyUI

Ui::GeneralSettings* GeneralForm::bodyUI
private

Definition at line 64 of file generalform.h.

◆ parent

SettingsWidget* GeneralForm::parent
private

Definition at line 65 of file generalform.h.


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