You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web graphical interface could be a nice feature to have.
It will urge us to split gtabview code into 2 parts : tabview-common and gtabview (with qt and tabview-common as dependencies)
Such a web graphical interface could rely on Flask web framework http://flask.pocoo.org and a Javascript library for tables such as https://datatables.net/
Hello,
A web graphical interface could be a nice feature to have.
It will urge us to split gtabview code into 2 parts : tabview-common and gtabview (with qt and tabview-common as dependencies)
Such a web graphical interface could rely on Flask web framework http://flask.pocoo.org and a Javascript library for tables such as https://datatables.net/
An other approax could be to use a higher level library (using only Python - JS being a bit hidden)
Dash could be used https://plot.ly/products/dash/
(despite we don't need plot... just tables https://community.plot.ly/t/display-tables-in-dash/4707 )
Kind regards
The text was updated successfully, but these errors were encountered: