Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

In many of the desktop application libraries there is a specific widget for showing a list of items. For example in Qt it is called QListWidget. Users can perform variety of operations on such widgets. For instance, they can rename, remove, move up/down, etc., different elements.

enter image description here

I would like to have such a widget in the dashboard that I am creating using Dash. It is a photo filtering dashboard that a user uploads his/her photo and then chooses a series of filters from the list widget (that I hope to find a way to implement it) and then those filters will be applied on the photo based on the selection order. So far, I could not find any thing even close to such a widget in Plotly or Dash.

I am developing this dashboard using Dash but I am also open to other python frameworks or libraries.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
617 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...