<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>HelpDemoBase</class> <widget class="TQWidget"> <property name="name"> <cstring>HelpDemoBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>315</width> <height>346</height> </rect> </property> <property name="caption"> <string>Help Example</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget" row="3" column="0"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>301</width> <height>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>closeButton</cstring> </property> <property name="text"> <string>&Close</string> </property> <property name="accel"> <string>Alt+C</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="TQFrame" row="1" column="0"> <property name="name"> <cstring>frame5</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQPushButton" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>openTQAButton</cstring> </property> <property name="text"> <string>&Open Assistant</string> </property> <property name="accel"> <string>Alt+L</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> <widget class="TQPushButton" row="4" column="3"> <property name="name"> <cstring>displayButton</cstring> </property> <property name="text"> <string>&Display</string> </property> <property name="accel"> <string>Alt+D</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>checkHide</cstring> </property> <property name="text"> <string>&Hide Sidebar when Opening</string> </property> <property name="accel"> <string>Alt+H</string> </property> </widget> <widget class="TQPushButton" row="1" column="2" rowspan="1" colspan="2"> <property name="name"> <cstring>closeTQAButton</cstring> </property> <property name="text"> <string>C&lose Assistant</string> </property> <property name="accel"> <string>Alt+L</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>&Filename:</string> </property> <property name="buddy" stdset="0"> <cstring>leFileName</cstring> </property> </widget> <widget class="TQLineEdit" row="4" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>leFileName</cstring> </property> </widget> <widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>checkOnlyExampleDoc</cstring> </property> <property name="text"> <string>Run TQt Assistant customized for HelpDemo</string> </property> <property name="accel"> <string></string> </property> </widget> </grid> </widget> <widget class="TQTextEdit" row="0" column="0"> <property name="name"> <cstring>textEdit1</cstring> </property> <property name="text"> <string><p> This example demonstrates how TQt Assistant can be used as a help system for your application. If the button <i>"Run TQt Assistant customized for HelpDemo"</i> is checked TQt Assistant will be customized for this application. </p></string> </property> <property name="wordWrap"> <enum>WidgetWidth</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <spacer row="2" column="0"> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>31</width> <height>30</height> </size> </property> </spacer> </grid> </widget> <connections> <connection> <sender>closeButton</sender> <signal>clicked()</signal> <receiver>HelpDemoBase</receiver> <slot>close()</slot> </connection> <connection> <sender>openTQAButton</sender> <signal>clicked()</signal> <receiver>HelpDemoBase</receiver> <slot>openAssistant()</slot> </connection> <connection> <sender>closeTQAButton</sender> <signal>clicked()</signal> <receiver>HelpDemoBase</receiver> <slot>closeAssistant()</slot> </connection> <connection> <sender>displayButton</sender> <signal>clicked()</signal> <receiver>HelpDemoBase</receiver> <slot>displayPage()</slot> </connection> <connection> <sender>checkOnlyExampleDoc</sender> <signal>toggled(bool)</signal> <receiver>HelpDemoBase</receiver> <slot>setAssistantArguments()</slot> </connection> <connection> <sender>checkHide</sender> <signal>toggled(bool)</signal> <receiver>HelpDemoBase</receiver> <slot>setAssistantArguments()</slot> </connection> </connections> <slots> <slot>displayPage()</slot> <slot>openAssistant()</slot> <slot>closeAssistant()</slot> <slot>setAssistantArguments()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> </UI>