summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/spelldlgwidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/spelldlgwidget.ui')
-rw-r--r--kbabel/kbabel/spelldlgwidget.ui126
1 files changed, 126 insertions, 0 deletions
diff --git a/kbabel/kbabel/spelldlgwidget.ui b/kbabel/kbabel/spelldlgwidget.ui
new file mode 100644
index 00000000..fe5a5d0b
--- /dev/null
+++ b/kbabel/kbabel/spelldlgwidget.ui
@@ -0,0 +1,126 @@
+<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<class>SpellDlgWidget</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>SpellDlgWidget</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>388</width>
+ <height>262</height>
+ </rect>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>buttonGroup1</cstring>
+ </property>
+ <property name="title">
+ <string>Choose What You Want to Spell Check</string>
+ </property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check only the current message.</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>allBtn</cstring>
+ </property>
+ <property name="text">
+ <string>A&amp;ll messages</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check all translated messages of this file.</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>currentBtn</cstring>
+ </property>
+ <property name="text">
+ <string>C&amp;urrent message only</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string></string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check only the current message.</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>beginCurrentMsgBtn</cstring>
+ </property>
+ <property name="text">
+ <string>Fro&amp;m beginning of current message to end of file</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>beginBtn</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;From beginning of file to cursor position</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check all text from the beginning of the file to the current cursor position.</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>endBtn</cstring>
+ </property>
+ <property name="text">
+ <string>F&amp;rom cursor position to end of file</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check all text from the current cursor position to the end of the file.</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>markedBtn</cstring>
+ </property>
+ <property name="text">
+ <string>S&amp;elected text only</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Spell check only the selected text.</string>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>defaultBtn</cstring>
+ </property>
+ <property name="text">
+ <string>U&amp;se this selection as default</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Check this, to store the current selection as default selection.</string>
+ </property>
+ </widget>
+ </vbox>
+</widget>
+<tabstops>
+ <tabstop>allBtn</tabstop>
+ <tabstop>beginBtn</tabstop>
+ <tabstop>markedBtn</tabstop>
+ <tabstop>currentBtn</tabstop>
+ <tabstop>endBtn</tabstop>
+ <tabstop>defaultBtn</tabstop>
+</tabstops>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>