orb.connector.orb_connector_app module¶
- class orb.connector.orb_connector_app.OrbConnectorApp(**kwargs)¶
- Bases: - AppCommon- add_public_testnet_node(*args)¶
 - build()¶
- Initializes the application; it will be called only once. If this method returns a widget (tree), it will be used as the root widget and added to the window. - Returns:
- None or a root - Widgetinstance if no self.root exists.
 
 - build_config(config)¶
- Default config values. 
 - data = {'Export Connection Settings': 'export', 'Import Connection Settings': 'import', 'LNDConnect URL': 'alpha-u-circle-outline', 'Manual Config': 'cogs', 'Voltage': 'lightning-bolt-outline'}¶
 - node_buttons = []¶
 - node_settings = {}¶
 - save_node_settings_to_config()¶
 - stop()¶
- Stop the application. - If you use this method, the whole application will stop by issuing a call to - stopTouchApp().
 - update_node_buttons()¶