mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-05 17:52:34 +02:00
fix(widgets): removed widget module import of sub widgets
This commit is contained in:
@@ -24,7 +24,7 @@ a `StopButton` within a GUI layout:
|
||||
|
||||
```python
|
||||
from qtpy.QtWidgets import QWidget, QVBoxLayout
|
||||
from bec_widgets.widgets import StopButton
|
||||
from bec_widgets.widgets.buttons import StopButton
|
||||
|
||||
|
||||
class MyGui(QWidget):
|
||||
|
||||
Reference in New Issue
Block a user