<string><b>Edit Functions</b><p>Add, edit or delete the current form's Q_SLOTS or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string>
<string><b>Edit Functions</b><p>Add, edit or delete the current form's slots or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string>
</property>
<vbox>
<property name="name">
@ -169,13 +169,13 @@
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Only d&isplay Q_SLOTS</string>
<string>Only d&isplay slots</string>
</property>
<property name="toolTip" stdset="0">
<string>Change displaying mode for functions</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Check this button if only the Q_SLOTS should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and Q_SLOTS are displayed.</p>
<string><b>Check this button if only the slots should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and slots are displayed.</p>