0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

docs(developer): tutorial for BECWidget base class

This commit is contained in:
2024-08-27 15:06:52 +02:00
committed by wyzula_j
parent 65345187b3
commit ac2cb5197d
3 changed files with 175 additions and 3 deletions

View File

@ -1,5 +1,6 @@
(developer.widget_development)=
# Widget development
# Widget Development
This section provides an introduction to the building blocks of BEC Widgets: widgets. Widgets are the basic components of the graphical user interface (GUI) and are used to create larger applications. We will cover key topics such as how to develop new widgets or how to customise existing widgets. For details on the already available widgets and their usage, please refer to user section about [widgets](#user.widgets)
```{toctree}
@ -9,5 +10,5 @@ hidden: false
---
bec_dispatcher
widget_base_class
```