introduce box widget

This commit is contained in:
NishiOwO
2025-12-15 14:09:30 +09:00
parent 5003d29246
commit 50f11b1c69
31 changed files with 353 additions and 19 deletions

View File

@@ -49,6 +49,7 @@
- MwNheight
- MwNborderWidth
- MwNbackgroundPixmap
- MwNboxRatio
Integer properties must be prefixed with I.
String properties must be prefixed with S.
@@ -82,6 +83,7 @@
<integer name="showArrows" />
<integer name="padding" />
<integer name="borderWidth" />
<integer name="boxRatio" />
<string name="title" />
<string name="text" />
@@ -483,6 +485,12 @@
</header>
</headers>
<widgets>
<widget name="Box">
<properties>
<property name="orientation" />
<property name="padding" />
</properties>
</widget>
<widget name="Button">
<properties>
<property name="pixmap" />