pybitmessage.bitmessageqt.settings module

SettingsDialog class definition

getSOCKSProxyType(config)[source]

Get user socksproxytype setting from config

class SettingsDialog(parent=None, firstrun=False)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

The “Settings” dialog

adjust_from_config(config)

Adjust all widgets state according to config settings

comboBoxProxyTypeChanged(comboBoxIndex)

A callback for currentIndexChanged event of comboBoxProxyType

getNamecoinType()

Check status of namecoin integration radio buttons and translate it to a string as in the options.

namecoinTypeChanged(checked)

A callback for toggled event of radioButtonNamecoinNamecoind

click_pushButtonNamecoinTest()

Test the namecoin settings specified in the settings dialog.

accept()

A callback for accepted event of buttonBox (OK button pressed)