文件名称:python-pressure-layout:Python 压力布局
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-28 08:49:49
Python
压力布局 Python 的自动布局生成器 压力布局是布局管理器的 Python 抽象实现。 该项目的目的是减少为可互换组件设计用户界面的开发时间。 它最初是专门用于 PyQt 的,但它能够发展成更加抽象的东西。 使用 from pressure import Layout # Creating the layout layout = Layout() # Adding some element # NB: my_element should have a width and height attribute layout.add_children(my_element) # Move all elements around in a good layout # (w, h) are the siz
【文件预览】:
python-pressure-layout-master
----setup.py(338B)
----.gitignore(675B)
----LICENSE.md(1KB)
----README.md(864B)
----pressure()
--------layout.py(9KB)
--------__init__.py(58B)