<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>TemplateManagementDialog_base</class> <widget class="TQWidget"> <property name="name"> <cstring>TemplateManagementDialog_base</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>355</width> <height>272</height> </rect> </property> <property name="caption"> <string>Template Management</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TDEListBox" row="1" column="0" rowspan="3" colspan="1"> <property name="name"> <cstring>m_listBox</cstring> </property> </widget> <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>m_buttonAdd</cstring> </property> <property name="text"> <string>&New</string> </property> </widget> <widget class="TQPushButton" row="2" column="1"> <property name="name"> <cstring>m_buttonDelete</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Delete</string> </property> </widget> <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>m_introLabel</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="text"> <string>Select a template and click <b>Apply Template</b> to apply it to the current event or task. Click <b>New</b> to create a new template based on the current event or task.</string> </property> </widget> <widget class="TQPushButton" row="4" column="0"> <property name="name"> <cstring>m_buttonApply</cstring> </property> <property name="text"> <string>Apply Template</string> </property> </widget> <spacer row="3" column="1"> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>51</height> </size> </property> </spacer> </grid> </widget> <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>tdelistbox.h</includehint> </includehints> </UI>