- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在此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 的空间。我做了很多源代码潜水并阅读了在线文档,但我没有任何运气。
感谢任何帮助!
最佳答案
请参阅此处的示例,您可以将其扩展为拆分:
编辑:移至https://github.com/enthought/traitsui/blob/main/traitsui/examples/demo/Misc/demo_group_size.py
关于python - 如何在 traitsui 生成的窗口中分配 HSplit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22548200/
在此code , 有以下内容: view = View(HSplit(Item('figure', editor=MPLFigureEditor(),
是否可以添加和删除缓冲区?所以我想更改全屏布局。 例如我想要这样的布局: layout = VSplit([ Window(content=BufferControl(buffer_name=DEFA
在 NumPy 中,为什么 hstack() 从堆叠的数组中复制数据: A, B = np.array([1,2]), np.array([3,4]) C = np.hstack((A,B)) A[0
我的 View 定义如下 DefaultView = View( HSplit( Item("figure", editor=MPLFigureEditor(toolbar=T
我是一名优秀的程序员,十分优秀!