]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/SpellcheckerUi.ui
transform the SpellChecker gui into a dock widget.
[lyx.git] / src / frontends / qt4 / ui / SpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>SpellcheckerUi</class>
3  <widget class="QDockWidget" name="SpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>259</width>
9     <height>536</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>DockWidget</string>
14   </property>
15   <widget class="QWidget" name="dockWidgetContents" >
16    <layout class="QGridLayout" name="gridLayout" >
17     <item row="0" column="0" >
18      <widget class="QLabel" name="TextLabel3" >
19       <property name="text" >
20        <string>Unknown word:</string>
21       </property>
22       <property name="buddy" >
23        <cstring>wordED</cstring>
24       </property>
25      </widget>
26     </item>
27     <item row="1" column="0" >
28      <widget class="QLineEdit" name="wordED" >
29       <property name="toolTip" >
30        <string>Current word</string>
31       </property>
32      </widget>
33     </item>
34     <item row="2" column="0" >
35      <widget class="QLabel" name="TextLabel1" >
36       <property name="text" >
37        <string>Replacement:</string>
38       </property>
39       <property name="buddy" >
40        <cstring>replaceCO</cstring>
41       </property>
42      </widget>
43     </item>
44     <item row="3" column="0" >
45      <widget class="QComboBox" name="replaceCO" >
46       <property name="sizePolicy" >
47        <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
48         <horstretch>0</horstretch>
49         <verstretch>0</verstretch>
50        </sizepolicy>
51       </property>
52       <property name="focusPolicy" >
53        <enum>Qt::StrongFocus</enum>
54       </property>
55       <property name="toolTip" >
56        <string>Replace with selected word</string>
57       </property>
58       <property name="editable" >
59        <bool>true</bool>
60       </property>
61       <property name="insertPolicy" >
62        <enum>QComboBox::InsertAtTop</enum>
63       </property>
64       <property name="autoCompletion" >
65        <bool>true</bool>
66       </property>
67       <property name="duplicatesEnabled" >
68        <bool>false</bool>
69       </property>
70      </widget>
71     </item>
72     <item row="3" column="1" >
73      <widget class="QPushButton" name="replacePB" >
74       <property name="toolTip" >
75        <string>Replace word with current choice</string>
76       </property>
77       <property name="text" >
78        <string>&amp;Replace</string>
79       </property>
80      </widget>
81     </item>
82     <item row="4" column="0" >
83      <widget class="QLabel" name="TextLabel2" >
84       <property name="text" >
85        <string>Suggestions:</string>
86       </property>
87       <property name="buddy" >
88        <cstring>suggestionsLW</cstring>
89       </property>
90      </widget>
91     </item>
92     <item rowspan="4" row="5" column="0" >
93      <widget class="QListWidget" name="suggestionsLW" />
94     </item>
95     <item row="5" column="1" >
96      <widget class="QPushButton" name="ignorePB" >
97       <property name="toolTip" >
98        <string>Ignore this word</string>
99       </property>
100       <property name="text" >
101        <string>&amp;Ignore</string>
102       </property>
103      </widget>
104     </item>
105     <item row="6" column="1" >
106      <widget class="QPushButton" name="replacePB_3" >
107       <property name="toolTip" >
108        <string>Ignore this word throughout this session</string>
109       </property>
110       <property name="text" >
111        <string>I&amp;gnore All</string>
112       </property>
113      </widget>
114     </item>
115     <item row="7" column="1" >
116      <widget class="QPushButton" name="addPB" >
117       <property name="toolTip" >
118        <string>Add the word to your personal dictionary</string>
119       </property>
120       <property name="text" >
121        <string>A&amp;dd</string>
122       </property>
123      </widget>
124     </item>
125     <item row="8" column="1" >
126      <spacer name="spacer" >
127       <property name="orientation" >
128        <enum>Qt::Vertical</enum>
129       </property>
130       <property name="sizeType" >
131        <enum>QSizePolicy::Expanding</enum>
132       </property>
133       <property name="sizeHint" stdset="0" >
134        <size>
135         <width>74</width>
136         <height>98</height>
137        </size>
138       </property>
139      </spacer>
140     </item>
141     <item row="9" column="0" >
142      <widget class="QProgressBar" name="spellcheckPR" >
143       <property name="value" >
144        <number>24</number>
145       </property>
146       <property name="orientation" >
147        <enum>Qt::Horizontal</enum>
148       </property>
149      </widget>
150     </item>
151     <item row="10" column="1" >
152      <widget class="QPushButton" name="closePB" >
153       <property name="text" >
154        <string>&amp;Close</string>
155       </property>
156      </widget>
157     </item>
158    </layout>
159   </widget>
160  </widget>
161  <resources/>
162  <connections/>
163 </ui>