pybitmessage.bitmessageqt.dialogs module

All dialogs are available in this module.

class NewChanDialog(parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

The “New Chan” dialog

delayedUpdateStatus()

Related to updating the UI for the chan passphrase validity

accept()

Proceed in joining the chan

reject()

Cancel joining the chan

class AddAddressDialog(parent=None, address=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for adding a new address

class NewAddressDialog(parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for generating a new address

accept()

accept callback

class NewSubscriptionDialog(parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for subscribing to an address

class RegenerateAddressesDialog(parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for regenerating deterministic addresses

class SpecialAddressBehaviorDialog(parent=None, config=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for special address behaviour (e.g. mailing list functionality)

accept()

Accept callback

class EmailGatewayDialog(parent, config=None, account=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

QDialog for email gateway control

accept()

Accept callback

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)