MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / showConnectDialog

Method showConnectDialog

src/bitmessageqt/__init__.py:1539–1547  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1537 dialogs.NewChanDialog(self)
1538
1539 def showConnectDialog(self):
1540 dialog = dialogs.ConnectDialog(self)
1541 if dialog.exec_():
1542 if dialog.radioButtonConnectNow.isChecked():
1543 BMConfigParser().remove_option(
1544 'bitmessagesettings', 'dontconnect')
1545 BMConfigParser().save()
1546 elif dialog.radioButtonConfigureNetwork.isChecked():
1547 self.click_actionSettings()
1548
1549 def showMigrationWizard(self, level):
1550 self.migrationWizardInstance = Ui_MigrationWizard(["a"])

Callers 1

runFunction · 0.95

Calls 3

click_actionSettingsMethod · 0.95
BMConfigParserClass · 0.90
saveMethod · 0.45

Tested by

no test coverage detected