Skip to content

Plug and play Qt widgets for scientific applications

License

Notifications You must be signed in to change notification settings

robertfasano/sciQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sciQt Build Status

This repository contains templates and premade widgets for rapid GUI development for scientific applications. Widgets include:

  • Dashboard: a main window widget which communicates with the application backend through Flask.
  • UnitEdit: a text box using Pint for behind-the-scenes unit parsing to a base magnitude. For example, if a user enters "10 uV", the textbox will store a base magnitude of 1e-5.
  • ParameterTable: a table offering methods to package user-entered parameters that can be packaged into a dictionary or pass a dictionary to update the parameters
  • DictMenu: a convenience wrapper around Qt's QMenu/QAction system to allow dynamic construction of complex menus through dictionary representation.
  • IconButton: a convenience wrapper around Qt's QToolButton class, linking a user-specified function to a clickable icon.

About

Plug and play Qt widgets for scientific applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages