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.
tdesdk/kbabel/kbabel/spelldlgwidget.ui

127 lines
5.0 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>SpellDlgWidget</class>
<widget class="TQWidget">
<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="TQButtonGroup">
<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="TQRadioButton">
<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="TQRadioButton">
<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="TQRadioButton">
<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="TQRadioButton">
<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="TQRadioButton">
<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="TQRadioButton">
<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="TQCheckBox">
<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>