...
The dustUI library is a collection of GUI (Graphical User Interface) elements which can be assembled to form an application. It is based on Tkinter, Python's de-facto standard GUI package. The modules of the dustUI library are in the Include Page
SmartMeshSDK/dustUI/
folder of your libs/dustUI
directory.Module Description
Tip |
---|
Although the modules described below are meant to be included in applications, you can also run them as standalone applications by double-clicking on their source file. This starts a dummy application which shows what the GUI element looks like. |
...
The Window of each application, which includes:
- the
Include Page _def_company _def_company logo the logo and copyright sign - the name of the application at the top
- the version of the
Include Page _def_smsdk _def_smsdk displayed the SmartMesh SDK displayed at the bottom
dustFrame.py
...