diff options
Diffstat (limited to 'lib/kotext/kohighlightingtabbase.ui')
| -rw-r--r-- | lib/kotext/kohighlightingtabbase.ui | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/lib/kotext/kohighlightingtabbase.ui b/lib/kotext/kohighlightingtabbase.ui new file mode 100644 index 000000000..939b66ca5 --- /dev/null +++ b/lib/kotext/kohighlightingtabbase.ui @@ -0,0 +1,140 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KoHighlightingTabBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>highlightingTabBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>320</width> + <height>297</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KColorButton" row="1" column="2"> + <property name="name"> + <cstring>underlineKColorButton</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QCheckBox" row="4" column="0"> + <property name="name"> + <cstring>underlineWordByWordCheckBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Word by word</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>&Underlining:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>underlineStyleKComboBox</cstring> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>&Strikethrough:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>strikethroughStyleKComboBox</cstring> + </property> + </widget> + <widget class="KComboBox" row="1" column="1"> + <property name="name"> + <cstring>underlineLineStyleKComboBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + <widget class="KComboBox" row="3" column="1"> + <property name="name"> + <cstring>strikethroughLineStyleKComboBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + <widget class="KComboBox" row="3" column="0"> + <property name="name"> + <cstring>strikethroughStyleKComboBox</cstring> + </property> + </widget> + <widget class="KComboBox" row="1" column="0"> + <property name="name"> + <cstring>underlineStyleKComboBox</cstring> + </property> + </widget> + <widget class="QButtonGroup" row="5" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>capitalisationButtonGroup</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Capitalization</string> + </property> + <property name="exclusive"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + </grid> + </widget> + <spacer row="6" column="0"> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>41</height> + </size> + </property> + </spacer> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcolorbutton.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>kcombobox.h</includehint> +</includehints> +</UI> |
