Skip to content

Commit 54303fc

Browse files
committed
Updated README.md
1 parent 581242a commit 54303fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ DataLab is available as a **stand-alone** application (see for example our all-i
3030
DataLab Simple Client is a Python library that can be used to interact with a DataLab application (server).
3131
This allows to control DataLab application from a remote computer, or/and from a third-party application.
3232

33+
DataLab Simple Client also provides ready-to-use widgets that can be used to communicate with a DataLab application:
34+
35+
* `ConnectionDialog`: a dialog box that allows to connect to a DataLab application
36+
37+
* `GetObjetDialog`: a dialog box that allows to retrieve an object from a DataLab application
38+
39+
`ConnectionDialog` | `GetObjectDialog`
40+
:-------------------------:|:-------------------------:
41+
![ConnectionDialog](https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/connect_dialog.png) | ![GetObjectDialog](https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/get_object_dialog.png)
42+
3343
See [documentation](https://cdlclient.readthedocs.io/en/latest/) for more details on
3444
the library and [changelog](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/main/CHANGELOG.md)
3545
for recent history of changes.

0 commit comments

Comments
 (0)