CHANGED: #1471 Widget definition inheritance is now supported in the GUI editor. www.youtube.com/watch?v=VG_TnZiGjBk
--HG-- branch : gsoc2012-gui-editorhg/feature/sse2
parent
4d2932ccef
commit
acb385fbe9
@ -0,0 +1,22 @@
|
|||||||
|
<widget>
|
||||||
|
<header>
|
||||||
|
<name>InterfaceGroup</name>
|
||||||
|
<guiname>ig</guiname>
|
||||||
|
<ancestor>CtrlBase</ancestor>
|
||||||
|
<description></description>
|
||||||
|
<abstract>false</abstract>
|
||||||
|
<icon></icon>
|
||||||
|
</header>
|
||||||
|
<properties>
|
||||||
|
<property>
|
||||||
|
<name>on_enter</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default>handler</default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>on_enter_params</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default>params</default>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</widget>
|
Loading…
Reference in New Issue