add table widget
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
0628250631
commit
32266c7656
11 changed files with 336 additions and 95 deletions
13
milsko.xml
13
milsko.xml
|
|
@ -103,6 +103,9 @@
|
|||
<integer name="day" />
|
||||
<integer name="waitLayout" />
|
||||
<integer name="scale" />
|
||||
<integer name="columns" />
|
||||
<integer name="columnSpan" column="yes" />
|
||||
<integer name="rowSpan" column="yes" />
|
||||
|
||||
<!-- waitMS is a special property, only applies to toplevel widget -->
|
||||
<integer name="waitMS" common="yes" />
|
||||
|
|
@ -924,6 +927,16 @@
|
|||
</function>
|
||||
</functions>
|
||||
</widget>
|
||||
<widget name="Table">
|
||||
<properties>
|
||||
<property name="columns" />
|
||||
<property name="margin" />
|
||||
<property name="padding" />
|
||||
<property name="hasBorder" />
|
||||
<property name="inverted" />
|
||||
<property name="waitLayout" />
|
||||
</properties>
|
||||
</widget>
|
||||
<widget name="Tab">
|
||||
<properties>
|
||||
<property name="value" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue