things
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-06 00:12:06 +09:00
commit 89911082ed
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 160 additions and 18 deletions

View file

@ -97,6 +97,10 @@
<integer name="useMonospace" common="yes" boolean="yes" />
<integer name="fillArea" />
<integer name="darkThemeAutomatic" common="yes" boolean="yes" />
<integer name="month" />
<integer name="date" />
<integer name="day" />
<integer name="waitLayout" />
<!-- waitMS is a special property, only applies to toplevel widget -->
<integer name="waitMS" common="yes" />
@ -612,6 +616,7 @@
<property name="padding" />
<property name="hasBorder" />
<property name="inverted" />
<property name="waitLayout" />
</properties>
</widget>
<widget name="Button">
@ -627,6 +632,13 @@
<handler name="changed" />
</handlers>
</widget>
<widget name="Calendar">
<properties>
<property name="month" />
<property name="date" />
<property name="day" />
</properties>
</widget>
<widget name="CheckBox">
<properties>
<property name="checked" />
@ -883,6 +895,13 @@
<property name="iconPixmap" />
<property name="title" />
</properties>
<functions>
<function name="GetFrame">
<return>
<widget />
</return>
</function>
</functions>
</widget>
<!-- They are not alphabetically sorted for reasons -->