def get_view(savecb, apcb, capcb, thememanager):
dbo = ElementCreationView(saveCallBack = savecb, showAssetPickerCallBack = apcb, closeAssetPickerCallBack = capcb, thememanager = thememanager)
table_view.name = 'Element'
table_view.data_source = dbo
table_view.delegate = dbo
table_view.right_button_items = [ui.ButtonItem(title='Save Element', action=dbo.create_element)]
table_view.background_color = thememanager.main_background_colour
return table_view
ElementCreationView.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录