Fabcoin Core  0.16.2
P2P Digital Currency
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
OptionsDialog Class Reference

Preferences dialog. More...

#include <optionsdialog.h>

Inheritance diagram for OptionsDialog:
[legend]
Collaboration diagram for OptionsDialog:
[legend]

Signals

void proxyIpChecks (QValidatedLineEdit *pUiProxyIp, int nProxyPort)
 

Public Member Functions

 OptionsDialog (QWidget *parent, bool enableWallet)
 
 ~OptionsDialog ()
 
void setModel (OptionsModel *model)
 
void setMapper ()
 

Private Slots

void setOkButtonState (bool fState)
 
void on_resetButton_clicked ()
 
void on_openFabcoinConfButton_clicked ()
 
void on_okButton_clicked ()
 
void on_cancelButton_clicked ()
 
void on_hideTrayIcon_stateChanged (int fState)
 
void showRestartWarning (bool fPersistent=false)
 
void clearStatusLabel ()
 
void updateProxyValidationState ()
 
void updateDefaultProxyNets ()
 

Private Attributes

Ui::OptionsDialogui
 
OptionsModelmodel
 
QDataWidgetMapper * mapper
 

Detailed Description

Preferences dialog.

Definition at line 35 of file optionsdialog.h.

Constructor & Destructor Documentation

OptionsDialog::OptionsDialog ( QWidget *  parent,
bool  enableWallet 
)
explicit

check if the locale name consists of 2 parts (language_country)

display language strings as "language - country (locale name)", e.g. "German - Germany (de)"

display language strings as "language (locale name)", e.g. "German (de)"

Definition at line 32 of file optionsdialog.cpp.

Here is the call graph for this function:

OptionsDialog::~OptionsDialog ( )

Definition at line 147 of file optionsdialog.cpp.

Member Function Documentation

void OptionsDialog::clearStatusLabel ( )
privateslot

Definition at line 309 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::on_cancelButton_clicked ( )
privateslot

Definition at line 274 of file optionsdialog.cpp.

void OptionsDialog::on_hideTrayIcon_stateChanged ( int  fState)
privateslot

Definition at line 279 of file optionsdialog.cpp.

void OptionsDialog::on_okButton_clicked ( )
privateslot

Definition at line 267 of file optionsdialog.cpp.

Here is the call graph for this function:

void OptionsDialog::on_openFabcoinConfButton_clicked ( )
privateslot

Definition at line 255 of file optionsdialog.cpp.

Here is the call graph for this function:

void OptionsDialog::on_resetButton_clicked ( )
privateslot

Definition at line 237 of file optionsdialog.cpp.

Here is the call graph for this function:

void OptionsDialog::proxyIpChecks ( QValidatedLineEdit pUiProxyIp,
int  nProxyPort 
)
signal

Definition at line 249 of file moc_optionsdialog.cpp.

void OptionsDialog::setMapper ( )

Definition at line 191 of file optionsdialog.cpp.

Here is the caller graph for this function:

void OptionsDialog::setModel ( OptionsModel model)

Definition at line 152 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::setOkButtonState ( bool  fState)
privateslot

Definition at line 232 of file optionsdialog.cpp.

Here is the caller graph for this function:

void OptionsDialog::showRestartWarning ( bool  fPersistent = false)
privateslot

Definition at line 292 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::updateDefaultProxyNets ( )
privateslot

Definition at line 334 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::updateProxyValidationState ( )
privateslot

Definition at line 317 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QDataWidgetMapper* OptionsDialog::mapper
private

Definition at line 68 of file optionsdialog.h.

OptionsModel* OptionsDialog::model
private

Definition at line 67 of file optionsdialog.h.

Ui::OptionsDialog* OptionsDialog::ui
private

Definition at line 66 of file optionsdialog.h.


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