higher level Python GUI toolkit, e.g. pass dict for TreeView/Grid

筅森魡賤 提交于 2019-12-03 16:03:46

Try Kiwi, maybe? Especially with its ObjectList.

Update: I think Kiwi development has moved to PyGTKHelpers.

I hadn't come across Kiwi before. Thanks, Johannes Sasongko.

Here are some more tooklits that I keep bookmarked. Some of these are wrappers around other toolkits (GTK, wxWidgets) while others stand alone:

(I've included a few that were already mentioned for the sake of others who come across this post. I would have posted this as a comment, but it's a bit too long.)

Jon Cage

I would suggest taking a look at wxPython. I found it really easy to pick up and very powerful too although I'd have to admit I've not done a lot with Treeviews myself.

wxWidgets calls the equivalent control a wxTreeCtrl

[Edit] The wxDataViewTreeCtrl might actually be of more use in your case.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!