CHANGED: #1471 Implemented property querying for CGroupFrame.
--HG-- branch : gsoc2012-gui-editorhg/feature/sse2
parent
f0b11577a0
commit
7efbd2ff7e
@ -0,0 +1,27 @@
|
|||||||
|
<widget>
|
||||||
|
<header>
|
||||||
|
<name>GroupFrame</name>
|
||||||
|
<guiname>CGroupFrame</guiname>
|
||||||
|
<ancestor>InterfaceGroup</ancestor>
|
||||||
|
<description></description>
|
||||||
|
<abstract>true</abstract>
|
||||||
|
<icon></icon>
|
||||||
|
</header>
|
||||||
|
<properties>
|
||||||
|
<property>
|
||||||
|
<name>display</name>
|
||||||
|
<type>bool</type>
|
||||||
|
<default>true</default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>color</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default>255 255 255 255</default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>options</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default></default>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</widget>
|
Loading…
Reference in New Issue