diff options
Diffstat (limited to 'kbabel/commonui/diffpreferences.ui')
-rw-r--r-- | kbabel/commonui/diffpreferences.ui | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/kbabel/commonui/diffpreferences.ui b/kbabel/commonui/diffpreferences.ui new file mode 100644 index 00000000..a3ea5a4e --- /dev/null +++ b/kbabel/commonui/diffpreferences.ui @@ -0,0 +1,141 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>DiffPreferences</class> +<author>Stanislav Visnovsky</author> +<widget class="QWidget"> + <property name="name"> + <cstring>DiffPreferences</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>538</width> + <height>462</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>kcfg_UseDBForDiff</cstring> + </property> + <property name="title"> + <string>Diff Source</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt><p><b>Source for difference lookup</b></p> +<p>Here you can select a source, which should be used +for finding a difference.</p> +<p>You can select file, translation database or +corresponding msgstr.</p> +<p>If you choose the translation database, the messages to diff with are +taken from the Translation Database; to be useful, you have +to enable <i>Auto add entry to database</i> in its +preferences dialog.</p> +<p>The last option is useful for those using PO-files +for proofreading.</p> +<p>You can temporarily diff with messages from a file +by choosing <i>Tools->Diff->Open file for diff</i> +in KBabel's main window.</p></qt></string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioButton1</cstring> + </property> + <property name="text"> + <string>Use &file</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioButton2</cstring> + </property> + <property name="text"> + <string>Use messages from &translation database</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioButton3</cstring> + </property> + <property name="text"> + <string>Use &msgstr from the same file</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Base folder for diff files:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>kcfg_DiffBaseDir</cstring> + </property> + </widget> + <widget class="KURLRequester"> + <property name="name"> + <cstring>kcfg_DiffBaseDir</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><qt><q><b>Base folder for diff files</b></q> +<p>Here you can define a folder in which the files to +diff with are stored. If the files are stored at the same +place beneath this folder as the original files beneath +their base folder, KBabel can automatically open the correct +file to diff with.</p> +<p>Note that this option has no effect if messages from +the database are used for diffing.</p></qt></string> + </property> + </widget> + </hbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>31</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<includes> + <include location="local" impldecl="in implementation">diffpreferences.ui.h</include> +</includes> +<functions> + <function>init()</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |