Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui

changeset 5532
3a7c5deab9b7
child 5868
c1a98c164cd3
equal deleted inserted replaced
5530:93f95c4b3153 5532:3a7c5deab9b7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WebBrowserSpellCheckingPage</class>
4 <widget class="QWidget" name="WebBrowserSpellCheckingPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>499</width>
10 <height>550</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Web Browser Spell Checking&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line17">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox">
36 <property name="title">
37 <string>Spell Check Options</string>
38 </property>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <widget class="QCheckBox" name="spellCheckEnabledCheckBox">
42 <property name="toolTip">
43 <string>Select to enable spell checking for editable parts</string>
44 </property>
45 <property name="text">
46 <string>Enable Spell Checking</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QLabel" name="noLanguagesLabel">
52 <property name="text">
53 <string>No languages found</string>
54 </property>
55 </widget>
56 </item>
57 <item>
58 <widget class="QListWidget" name="spellCheckLanguagesList">
59 <property name="dragEnabled">
60 <bool>true</bool>
61 </property>
62 <property name="dragDropMode">
63 <enum>QAbstractItemView::InternalMove</enum>
64 </property>
65 <property name="alternatingRowColors">
66 <bool>true</bool>
67 </property>
68 <property name="selectionMode">
69 <enum>QAbstractItemView::MultiSelection</enum>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="groupBox_2">
78 <property name="maximumSize">
79 <size>
80 <width>16777215</width>
81 <height>150</height>
82 </size>
83 </property>
84 <property name="title">
85 <string>Dictionary Directories</string>
86 </property>
87 <layout class="QVBoxLayout" name="verticalLayout_2">
88 <item>
89 <widget class="QPlainTextEdit" name="spellCheckDictionaryDirectoriesEdit">
90 <property name="tabChangesFocus">
91 <bool>true</bool>
92 </property>
93 <property name="lineWrapMode">
94 <enum>QPlainTextEdit::NoWrap</enum>
95 </property>
96 <property name="readOnly">
97 <bool>true</bool>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </widget>
103 </item>
104 <item>
105 <spacer name="verticalSpacer">
106 <property name="orientation">
107 <enum>Qt::Vertical</enum>
108 </property>
109 <property name="sizeHint" stdset="0">
110 <size>
111 <width>20</width>
112 <height>40</height>
113 </size>
114 </property>
115 </spacer>
116 </item>
117 </layout>
118 </widget>
119 <tabstops>
120 <tabstop>spellCheckEnabledCheckBox</tabstop>
121 <tabstop>spellCheckLanguagesList</tabstop>
122 <tabstop>spellCheckDictionaryDirectoriesEdit</tabstop>
123 </tabstops>
124 <resources/>
125 <connections/>
126 </ui>

eric ide

mercurial