CHANGED: #1471 Ups, forgot to commit the example XML files.

This commit is contained in:
dfighter1985 2012-07-05 07:30:41 +02:00
parent 27fd3ae633
commit 7538396dbe
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<widget>
<header>
<name>CtrlBase</name>
<guiname>cb</guiname>
<description></description>
<abstract>true</abstract>
<icon></icon>
</header>
<properties>
<property>
<name>on_tooltip</name>
<type>string</type>
<default>handler</default>
</property>
<property>
<name>on_tooltip_params</name>
<type>string</type>
<default>params</default>
</property>
</properties>
</widget>

View file

@ -0,0 +1,21 @@
<widget>
<header>
<name>InterfaceElement</name>
<guiname>ie</guiname>
<description></description>
<abstract>true</abstract>
<icon></icon>
</header>
<properties>
<property>
<name>id</name>
<type>string</type>
<default>ie</default>
</property>
<property>
<name>active</name>
<type>bool</type>
<default>true</default>
</property>
</properties>
</widget>