somewhat functional
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fdbdc83527
commit
097e11244c
6 changed files with 490 additions and 17 deletions
12
milsko.xml
12
milsko.xml
|
|
@ -112,7 +112,6 @@
|
|||
<integer name="minute" />
|
||||
<integer name="second" />
|
||||
<integer name="type" />
|
||||
<integer name="autoResize" />
|
||||
|
||||
<!-- waitMS is a special property, only applies to toplevel widget -->
|
||||
<integer name="waitMS" common="yes" />
|
||||
|
|
@ -201,6 +200,9 @@
|
|||
<handler name="dragAndDrop" common="yes">
|
||||
<string />
|
||||
</handler>
|
||||
<handler name="layout">
|
||||
<integer pointer="yes" />
|
||||
</handler>
|
||||
</handlers>
|
||||
<enumerations>
|
||||
<enumeration name="MwDIRECTION">
|
||||
|
|
@ -702,6 +704,14 @@
|
|||
<property name="second" />
|
||||
</properties>
|
||||
</widget>
|
||||
<widget name="Document">
|
||||
<properties>
|
||||
<property name="text" />
|
||||
</properties>
|
||||
<handlers>
|
||||
<handler name="layout" />
|
||||
</handlers>
|
||||
</widget>
|
||||
<widget name="Entry">
|
||||
<properties>
|
||||
<property name="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue