mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-12 03:37:56 +01:00
docs: add missing class doc strings for rpc-enabled widgets
This commit is contained in:
@@ -71,6 +71,10 @@ class RingProgressBarConfig(ConnectionConfig):
|
||||
|
||||
|
||||
class RingProgressBar(BECWidget, QWidget):
|
||||
"""
|
||||
Show the progress of devices, scans or custom values in the form of ring progress bars.
|
||||
"""
|
||||
|
||||
PLUGIN = True
|
||||
ICON_NAME = "track_changes"
|
||||
USER_ACCESS = [
|
||||
|
||||
Reference in New Issue
Block a user