diff options
Diffstat (limited to 'kbabel/catalogmanager/validationoptions.ui')
-rw-r--r-- | kbabel/catalogmanager/validationoptions.ui | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/kbabel/catalogmanager/validationoptions.ui b/kbabel/catalogmanager/validationoptions.ui new file mode 100644 index 00000000..61079ff3 --- /dev/null +++ b/kbabel/catalogmanager/validationoptions.ui @@ -0,0 +1,60 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>ValidationOptions</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ValidationOptions</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>174</width> + <height>70</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>markAsFuzzy</cstring> + </property> + <property name="text"> + <string>Mark invalid as &fuzzy</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt><p><b>Mark invalid as fuzzy</b><p> +<p>If you select this option, all items, +which identifies the tool as invalid, will be +marked as fuzzy and the resulting file +will be saved.</p></qt></string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>ignoreFuzzy</cstring> + </property> + <property name="text"> + <string>&Do not validate fuzzy</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt><p><b>Do not validate fuzzy</b><p> +<p>If you select this option, all items +marked as fuzzy will not be validated at all.</p></qt></string> + </property> + </widget> + </vbox> + </widget> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |