diff --git a/docs/assets/widget_screenshots/device_inputs.png b/docs/assets/widget_screenshots/device_inputs.png index 64469d87..09773197 100644 Binary files a/docs/assets/widget_screenshots/device_inputs.png and b/docs/assets/widget_screenshots/device_inputs.png differ diff --git a/docs/assets/widget_screenshots/signal_inputs.png b/docs/assets/widget_screenshots/signal_inputs.png index 1eaa7f99..45bf49d6 100644 Binary files a/docs/assets/widget_screenshots/signal_inputs.png and b/docs/assets/widget_screenshots/signal_inputs.png differ diff --git a/docs/user/widgets/device_input/device_input.md b/docs/user/widgets/device_input/device_input.md index e18ef14d..c289d554 100644 --- a/docs/user/widgets/device_input/device_input.md +++ b/docs/user/widgets/device_input/device_input.md @@ -21,6 +21,10 @@ The `DeviceComboBox` widget offers a dropdown interface for device selection, pr - **Dropdown Selection (ComboBox)**: The `DeviceComboBox` widget displays devices in a dropdown list, making selection straightforward. - **QtDesigner Integration**: Both widgets can be added as custom widgets in `QtDesigner` or instantiated directly in code. +## Screenshot +```{figure} /assets/widget_screenshots/device_inputs.png +``` + ```` ````{tab} Examples diff --git a/docs/user/widgets/signal_input/signal_input.md b/docs/user/widgets/signal_input/signal_input.md index 70e9dab2..700a00c7 100644 --- a/docs/user/widgets/signal_input/signal_input.md +++ b/docs/user/widgets/signal_input/signal_input.md @@ -18,6 +18,11 @@ The `SignalComboBox` widget offers a dropdown interface for choosing a signal fr - **Dropdown Selection (SignalComboBox)**: The `SignalComboBox` widget displays the sorted signals of the device - **QtDesigner Integration**: Both widgets can be added as custom widgets in `QtDesigner` or instantiated directly in code. +## Screenshot + +```{figure} /assets/widget_screenshots/signal_inputs.png +``` + ```` ````{tab} Examples