src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
child 9982
5b91f7baffd0
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>519</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 <layout class="QHBoxLayout" name="horizontalLayout">
106 <item>
107 <spacer name="horizontalSpacer">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="sizeHint" stdset="0">
112 <size>
113 <width>40</width>
114 <height>20</height>
115 </size>
116 </property>
117 </spacer>
118 </item>
119 <item>
120 <widget class="QPushButton" name="manageDictionariesButton">
121 <property name="toolTip">
122 <string>Press to open a dialog to manage spell checking dictionaries</string>
123 </property>
124 <property name="text">
125 <string>Manage Dictionaries...</string>
126 </property>
127 </widget>
128 </item>
129 <item>
130 <spacer name="horizontalSpacer_2">
131 <property name="orientation">
132 <enum>Qt::Horizontal</enum>
133 </property>
134 <property name="sizeHint" stdset="0">
135 <size>
136 <width>40</width>
137 <height>20</height>
138 </size>
139 </property>
140 </spacer>
141 </item>
142 </layout>
143 </item>
144 <item>
145 <spacer name="verticalSpacer">
146 <property name="orientation">
147 <enum>Qt::Vertical</enum>
148 </property>
149 <property name="sizeHint" stdset="0">
150 <size>
151 <width>20</width>
152 <height>40</height>
153 </size>
154 </property>
155 </spacer>
156 </item>
157 </layout>
158 </widget>
159 <tabstops>
160 <tabstop>spellCheckEnabledCheckBox</tabstop>
161 <tabstop>spellCheckLanguagesList</tabstop>
162 <tabstop>spellCheckDictionaryDirectoriesEdit</tabstop>
163 </tabstops>
164 <resources/>
165 <connections/>
166 </ui>

eric ide

mercurial