]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/uis/SettingsSpellCheck.ui
Release 0.1.
[PrivacyBrowserPC.git] / src / uis / SettingsSpellCheck.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
7
8   Privacy Browser PC is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser PC is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <ui version="4.0">
22     <!-- The name of the generated class. -->
23     <class>SpellCheckSettings</class>
24
25     <widget class="QWidget">
26         <layout class="QVBoxLayout">
27             <!-- Instructions. -->
28             <item>
29                 <widget class="QLabel" name="spellCheckInstructions">
30                     <property name="text">
31                         <string>Spell checking languages can be added by installing the Hunspell language packages. One or more languages can be selected. All selected languages will be checked simultaneously.</string>
32                     </property>
33
34                     <property name="wordWrap">
35                         <bool>true</bool>
36                     </property>
37                 </widget>
38             </item>
39
40             <!-- Selection list. -->
41             <item>
42                 <widget class="QListWidget" name="spellCheckListWidget">
43                     <property name="sizePolicy">
44                         <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
45                             <horstretch>0</horstretch>
46                             <verstretch>0</verstretch>
47                         </sizepolicy>
48                     </property>
49                 </widget>
50             </item>
51         </layout>
52     </widget>
53 </ui>