You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kxmleditor/part/kxeprintsettingspage.ui

229 lines
8.5 KiB

<!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 &amp;family:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pFontFamily</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Font family&lt;/b&gt;
&lt;br&gt;
Choose the font family you want to be used on printing your XML documents.</string>
</property>
</widget>
<widget class="TDEFontCombo">
<property name="name">
<cstring>m_pFontFamily</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Font family&lt;/b&gt;
&lt;br&gt;
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 &amp;size:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pFontSize</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Font size&lt;/b&gt;
&lt;br&gt;
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>&lt;b&gt;Font size&lt;/b&gt;
&lt;br&gt;
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 &amp;indentation:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pIndentSteps</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Element indentation&lt;/b&gt;
&lt;br&gt;
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>&lt;b&gt;Element indentation&lt;/b&gt;
&lt;br&gt;
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>&amp;Print header</string>
</property>
<property name="accel">
<string>Alt+P</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Print header&lt;/b&gt;
&lt;br&gt;
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&amp;rint footer</string>
</property>
<property name="accel">
<string>Alt+R</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Print footer&lt;/b&gt;
&lt;br&gt;
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>tdefontcombo.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI>