<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KXEPrintSettingsPage</class> <widget class="TQWidget"> <property name="name"> <cstring>KXEPrintSettingsPage</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>292</width> <height>187</height> </rect> </property> <property name="caption"> <string>Print Settings Page</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>m_pLblFontFamily</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Plain</enum> </property> <property name="text"> <string>Font &family:</string> </property> <property name="buddy" stdset="0"> <cstring>m_pFontFamily</cstring> </property> <property name="whatsThis" stdset="0"> <string><b>Font family</b> <br> Choose the font family you want to be used on printing your XML documents.</string> </property> </widget> <widget class="KFontCombo"> <property name="name"> <cstring>m_pFontFamily</cstring> </property> <property name="whatsThis" stdset="0"> <string><b>Font family</b> <br> Choose the font family you want to be used on printing your XML documents.</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>m_pLblFontSize</cstring> </property> <property name="text"> <string>Font &size:</string> </property> <property name="buddy" stdset="0"> <cstring>m_pFontSize</cstring> </property> <property name="whatsThis" stdset="0"> <string><b>Font size</b> <br> Choose the font size you want to be used on printing your XML documents.</string> </property> </widget> <widget class="TQSpinBox"> <property name="name"> <cstring>m_pFontSize</cstring> </property> <property name="suffix"> <string>pt</string> </property> <property name="specialValueText"> <string></string> </property> <property name="minValue"> <number>6</number> </property> <property name="value"> <number>10</number> </property> <property name="whatsThis" stdset="0"> <string><b>Font size</b> <br> Choose the font size you want to be used on printing your XML documents.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>31</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout4</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>m_pLblIndentSteps</cstring> </property> <property name="text"> <string>Element &indentation:</string> </property> <property name="buddy" stdset="0"> <cstring>m_pIndentSteps</cstring> </property> <property name="whatsThis" stdset="0"> <string><b>Element indentation</b> <br> Choose the number of characters you want to be used for indenting childnodes on printing you XML documents.</string> </property> </widget> <widget class="TQSpinBox"> <property name="name"> <cstring>m_pIndentSteps</cstring> </property> <property name="whatsThis" stdset="0"> <string><b>Element indentation</b> <br> Choose the number of characters you want to be used for indenting childnodes on printing you XML documents.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>41</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_pWithHeader</cstring> </property> <property name="text"> <string>&Print header</string> </property> <property name="accel"> <string>Alt+P</string> </property> <property name="whatsThis" stdset="0"> <string><b>Print header</b> <br> You can determine wether you want a header to be printed on every page when printing you XML documents or not.</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_pWithFooter</cstring> </property> <property name="text"> <string>P&rint footer</string> </property> <property name="accel"> <string>Alt+R</string> </property> <property name="whatsThis" stdset="0"> <string><b>Print footer</b> <br> You can determine wether you want a footline to be printed on every page when printing you XML documents or not.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer10</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kfontcombo.h</includehint> <includehint>klineedit.h</includehint> </includehints> </UI>