Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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_def_smsdk_dir_src_def_smsdk_dir_srcSmartMeshSDK/dustUI/ folder of your  Include Page_def_smsdk_def_smsdk installationthe 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

...