]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QThesaurusUi.ui
Compilation Fix: Appended "Ui" to main objectName so that it is the same as the ui...
[lyx.git] / src / frontends / qt4 / ui / QThesaurusUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QThesaurusUi</class>
6  <widget class="QDialog" name="QThesaurusUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>462</width>
12     <height>442</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item>
29     <layout class="QHBoxLayout" >
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <property name="spacing" >
34       <number>6</number>
35      </property>
36      <item>
37       <widget class="QLabel" name="entryLA" >
38        <property name="toolTip" >
39         <string>Index entry</string>
40        </property>
41        <property name="text" >
42         <string>&amp;Keyword:</string>
43        </property>
44        <property name="buddy" >
45         <cstring>entryED</cstring>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QLineEdit" name="entryED" >
51        <property name="toolTip" >
52         <string>Entry</string>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <spacer>
58        <property name="orientation" >
59         <enum>Qt::Horizontal</enum>
60        </property>
61        <property name="sizeType" >
62         <enum>QSizePolicy::Expanding</enum>
63        </property>
64        <property name="sizeHint" >
65         <size>
66          <width>20</width>
67          <height>20</height>
68         </size>
69        </property>
70       </spacer>
71      </item>
72     </layout>
73    </item>
74    <item>
75     <widget class="Q3ListView" name="meaningsLV" >
76      <property name="toolTip" >
77       <string>Select a related word</string>
78      </property>
79      <property name="allColumnsShowFocus" >
80       <bool>true</bool>
81      </property>
82      <column>
83       <property name="text" >
84        <string>Thesaurus entries:</string>
85       </property>
86      </column>
87     </widget>
88    </item>
89    <item>
90     <layout class="QHBoxLayout" >
91      <property name="margin" >
92       <number>0</number>
93      </property>
94      <property name="spacing" >
95       <number>6</number>
96      </property>
97      <item>
98       <widget class="QLabel" name="selectionLA" >
99        <property name="toolTip" >
100         <string>The selected entry</string>
101        </property>
102        <property name="text" >
103         <string>&amp;Selection:</string>
104        </property>
105        <property name="buddy" >
106         <cstring>replaceED</cstring>
107        </property>
108       </widget>
109      </item>
110      <item>
111       <widget class="QLineEdit" name="replaceED" >
112        <property name="toolTip" >
113         <string>The selected entry</string>
114        </property>
115       </widget>
116      </item>
117      <item>
118       <widget class="QPushButton" name="replacePB" >
119        <property name="toolTip" >
120         <string>Replace the entry with the selection</string>
121        </property>
122        <property name="text" >
123         <string>&amp;Replace</string>
124        </property>
125       </widget>
126      </item>
127     </layout>
128    </item>
129    <item>
130     <layout class="QHBoxLayout" >
131      <property name="margin" >
132       <number>0</number>
133      </property>
134      <property name="spacing" >
135       <number>6</number>
136      </property>
137      <item>
138       <spacer>
139        <property name="orientation" >
140         <enum>Qt::Horizontal</enum>
141        </property>
142        <property name="sizeType" >
143         <enum>QSizePolicy::Expanding</enum>
144        </property>
145        <property name="sizeHint" >
146         <size>
147          <width>20</width>
148          <height>20</height>
149         </size>
150        </property>
151       </spacer>
152      </item>
153      <item>
154       <widget class="QPushButton" name="closePB" >
155        <property name="text" >
156         <string>&amp;Close</string>
157        </property>
158       </widget>
159      </item>
160     </layout>
161    </item>
162   </layout>
163  </widget>
164  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
165  <customwidgets>
166   <customwidget>
167    <class>Q3ListView</class>
168    <extends></extends>
169    <header>q3listview.h</header>
170    <container>0</container>
171    <pixmap></pixmap>
172   </customwidget>
173  </customwidgets>
174  <tabstops>
175   <tabstop>entryED</tabstop>
176   <tabstop>replaceED</tabstop>
177   <tabstop>replacePB</tabstop>
178   <tabstop>closePB</tabstop>
179  </tabstops>
180  <resources/>
181  <connections/>
182 </ui>