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

#include <advancedform.h>

Inheritance diagram for AdvancedForm:
Inheritance graph
Collaboration diagram for AdvancedForm:
Collaboration graph

Public Member Functions

 AdvancedForm ()
 
 ~AdvancedForm ()
 
QString getFormName () final
 
- Public Member Functions inherited from GenericForm
 GenericForm (const QPixmap &icon)
 
virtual ~GenericForm ()
 
QPixmap getFormIcon ()
 

Private Slots

void on_cbMakeToxPortable_stateChanged ()
 
void on_resetButton_clicked ()
 
void on_btnCopyDebug_clicked ()
 
void on_btnExportLog_clicked ()
 
void on_cbEnableIPv6_stateChanged ()
 
void on_cbEnableUDP_stateChanged ()
 
void on_cbEnableLanDiscovery_stateChanged ()
 
void on_proxyAddr_editingFinished ()
 
void on_proxyPort_valueChanged (int port)
 
void on_proxyType_currentIndexChanged (int index)
 

Private Member Functions

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

Private Attributes

Ui::AdvancedSettings * bodyUI
 

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 connection settings. Is also contains "Reset settings" button and "Make portable" checkbox.

Definition at line 30 of file advancedform.h.

Constructor & Destructor Documentation

◆ AdvancedForm()

AdvancedForm::AdvancedForm ( )

Definition at line 44 of file advancedform.cpp.

Here is the call graph for this function:

◆ ~AdvancedForm()

AdvancedForm::~AdvancedForm ( )

Definition at line 90 of file advancedform.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getFormName()

QString AdvancedForm::getFormName ( )
inlinefinalvirtual

Implements GenericForm.

Definition at line 36 of file advancedform.h.

◆ on_btnCopyDebug_clicked

void AdvancedForm::on_btnCopyDebug_clicked ( )
privateslot

Definition at line 127 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_btnExportLog_clicked

void AdvancedForm::on_btnExportLog_clicked ( )
privateslot

Definition at line 100 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_cbEnableIPv6_stateChanged

void AdvancedForm::on_cbEnableIPv6_stateChanged ( )
privateslot

Definition at line 170 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_cbEnableLanDiscovery_stateChanged

void AdvancedForm::on_cbEnableLanDiscovery_stateChanged ( )
privateslot

Definition at line 184 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_cbEnableUDP_stateChanged

void AdvancedForm::on_cbEnableUDP_stateChanged ( )
privateslot

Definition at line 175 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_cbMakeToxPortable_stateChanged

void AdvancedForm::on_cbMakeToxPortable_stateChanged ( )
privateslot

Definition at line 96 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_proxyAddr_editingFinished

void AdvancedForm::on_proxyAddr_editingFinished ( )
privateslot

Definition at line 189 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_proxyPort_valueChanged

void AdvancedForm::on_proxyPort_valueChanged ( int  port)
privateslot

Definition at line 194 of file advancedform.cpp.

Here is the call graph for this function:

◆ on_proxyType_currentIndexChanged

void AdvancedForm::on_proxyType_currentIndexChanged ( int  index)
privateslot

Definition at line 203 of file advancedform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_resetButton_clicked

void AdvancedForm::on_resetButton_clicked ( )
privateslot

Definition at line 157 of file advancedform.cpp.

Here is the call graph for this function:

◆ retranslateUi()

void AdvancedForm::retranslateUi ( )
private

Retranslate all elements in the form.

Definition at line 220 of file advancedform.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ bodyUI

Ui::AdvancedSettings* AdvancedForm::bodyUI
private

Definition at line 60 of file advancedform.h.


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