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/kxenewfilesettingspage.ui

177 lines
7.1 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KXENewFileSettingsPage</class>
<widget class="TQWidget">
<property name="name">
<cstring>KXENewFileSettingsPage</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>288</width>
<height>197</height>
</rect>
</property>
<property name="caption">
<string>New File Settings Page</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<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_pLblDfltVersion</cstring>
</property>
<property name="text">
<string>XML &amp;version:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pDfltVersion</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;XML version&lt;/b&gt;
&lt;br&gt;
You can determine the default XML version for XML documents being created. This version is the default setting in wizard dialogs.&lt;br&gt;
Since there's only one XML version yet, you shouldn't change this value.</string>
</property>
</widget>
<widget class="TQLineEdit">
<property name="name">
<cstring>m_pDfltVersion</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;XML version&lt;/b&gt;
&lt;br&gt;
You can determine the default XML version for XML documents being created. This version is the default setting in wizard dialogs.&lt;br&gt;
Since there's only one XML version yet, you shouldn't change this value.</string>
</property>
</widget>
</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_pLblDfltEncoding</cstring>
</property>
<property name="text">
<string>Default &amp;encoding:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pDfltEncoding</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Default encoding&lt;/b&gt;
&lt;br&gt;
You can determine the default encoding for XML documents being created. This version is the default setting in wizard dialogs.</string>
</property>
</widget>
<widget class="TQComboBox">
<property name="name">
<cstring>m_pDfltEncoding</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Default encoding&lt;/b&gt;
&lt;br&gt;
You can determine the default encoding for XML documents being created. This version is the default setting in wizard dialogs.</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>m_pNewFileCreatBehav</cstring>
</property>
<property name="title">
<string>&amp;Behavior on creating new files</string>
</property>
<property name="exclusive">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Behavior on creating new files&lt;/b&gt;
&lt;br&gt;
You can determine the behavior on creating new XML documents. Choose one of the following:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;i&gt;Start with new empty file&lt;/i&gt;&lt;/b&gt;&lt;br&gt;
Creates an empty XML document.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;i&gt;Start with file settings dialog assistance&lt;/i&gt;&lt;/b&gt;&lt;br&gt;
Opens a dialog to choose the XML version and encoding of the new document.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;i&gt;Start with new file with default settings&lt;/i&gt;&lt;/b&gt;&lt;br&gt;
Creates an XML document with the default XML version and default encoding selected above.</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_pNewFileCreatBehav1</cstring>
</property>
<property name="text">
<string>Start with new empty file</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_pNewFileCreatBehav2</cstring>
</property>
<property name="text">
<string>Start with file settings dialog assistance</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_pNewFileCreatBehav3</cstring>
</property>
<property name="text">
<string>Start with new file with default settings</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer8</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"/>
</UI>