在此code中,有以下内容:
view = View(HSplit(Item('figure', editor=MPLFigureEditor(),
dock='vertical'),
Item('panel', style="custom"),
show_labels=False,
),
resizable=True,
height=0.75, width=0.75,
handler=MainWindowHandler(),
buttons=NoButtons)
HSplit 将窗口划分为两个大小相等的面板。我该怎么做才能让一个面板占据空间的1/3,而另一个面板占据窗口空间的另外2/3。我做了很多源头潜水并阅读了在线文档,但我没有运气。
任何帮助表示赞赏!
答案 0 :(得分:3)