photons.network module
QDialogs for starting a Network Manager or a Service, or, connecting to a Manager as a Client.
- class photons.network.ClientServiceDialog(parent, widget)[source]
Bases:
QDialogConnect to a Manager as either a Client or as a Service.
- Parameters:
parent (
MainWindow) – The parent widget.widget (
QWidget) – The widget to add to the first row of the QFormLayout.
- class photons.network.CreateClient(parent)[source]
Bases:
ClientServiceDialogConnect to a Manager as a Client.
- Parameters:
parent (
MainWindow) – The parent widget.
- class photons.network.StartEquipmentService(parent)[source]
Bases:
ClientServiceDialogStart a Service that interfaces with equipment.
The Service will be running on localhost, but the Manager can be running on a remote computer.
- Parameters:
parent (
MainWindow) – The parent widget.
- class photons.network.StartManager(parent)[source]
Bases:
QDialogStart a Network Manager on localhost.
- Parameters:
parent (
MainWindow) – The parent widget.
- class photons.network.StartService(parent)[source]
Bases:
ClientServiceDialogStart a Service.
The Service will be running on localhost, but the Manager can be running on a remote computer.
- Parameters:
parent (
MainWindow) – The parent widget.