Skip to content

adam-urbanczyk/enamlx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Additional Qt Widgets for Enaml.

Note: This is in a very early state but still usable

Featuring

TableView

Table view using enaml syntax. See example for usage.

table view

  1. Text/Icons/Checkboxes
  2. Delegate widgets (any widget can be child of a cell)
  3. Right click menus per item
  4. Tested and working with 1 million+ rows.

DoubleSpinBox

SpinBox that works with float values

PlotItem

Plot widgets using PyQtGraph

plot item

ConsoleWidget

IPython console widget.

VispyCanvas

VisPy widget

Coming soon...

OCCViewer

Widget for viewing models from opencascade

Usage

# Before importing enaml
import enamlx
enamlx.install()

About

Additional Qt Widgets for Enaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%