diff options
Diffstat (limited to 'part/kxenewfilesettingspage.ui')
-rw-r--r-- | part/kxenewfilesettingspage.ui | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/part/kxenewfilesettingspage.ui b/part/kxenewfilesettingspage.ui new file mode 100644 index 0000000..bf766e8 --- /dev/null +++ b/part/kxenewfilesettingspage.ui @@ -0,0 +1,176 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KXENewFileSettingsPage</class> +<widget class="QWidget"> + <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="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>m_pLblDfltVersion</cstring> + </property> + <property name="text"> + <string>XML &version:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pDfltVersion</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>XML version</b> +<br> +You can determine the default XML version for XML documents being created. This version is the default setting in wizard dialogs.<br> +Since there's only one XML version yet, you shouldn't change this value.</string> + </property> + </widget> + <widget class="QLineEdit"> + <property name="name"> + <cstring>m_pDfltVersion</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>XML version</b> +<br> +You can determine the default XML version for XML documents being created. This version is the default setting in wizard dialogs.<br> +Since there's only one XML version yet, you shouldn't change this value.</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>m_pLblDfltEncoding</cstring> + </property> + <property name="text"> + <string>Default &encoding:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pDfltEncoding</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Default encoding</b> +<br> +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="QComboBox"> + <property name="name"> + <cstring>m_pDfltEncoding</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Default encoding</b> +<br> +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="QButtonGroup"> + <property name="name"> + <cstring>m_pNewFileCreatBehav</cstring> + </property> + <property name="title"> + <string>&Behavior on creating new files</string> + </property> + <property name="exclusive"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Behavior on creating new files</b> +<br> +You can determine the behavior on creating new XML documents. Choose one of the following:<br> +<br> +<b><i>Start with new empty file</i></b><br> +Creates an empty XML document.<br> +<br> +<b><i>Start with file settings dialog assistance</i></b><br> +Opens a dialog to choose the XML version and encoding of the new document.<br> +<br> +<b><i>Start with new file with default settings</i></b><br> +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="QRadioButton"> + <property name="name"> + <cstring>m_pNewFileCreatBehav1</cstring> + </property> + <property name="text"> + <string>Start with new empty file</string> + </property> + </widget> + <widget class="QRadioButton"> + <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="QRadioButton"> + <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> |