]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/SymbolsUi.ui
Add tooltip.
[lyx.git] / src / frontends / qt4 / ui / SymbolsUi.ui
1 <ui version="4.0" >
2  <class>SymbolsUi</class>
3  <widget class="QDialog" name="SymbolsUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>486</width>
9     <height>338</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>300</width>
21     <height>330</height>
22    </size>
23   </property>
24   <property name="maximumSize" >
25    <size>
26     <width>16777215</width>
27     <height>16777215</height>
28    </size>
29   </property>
30   <property name="windowTitle" >
31    <string/>
32   </property>
33   <property name="sizeGripEnabled" >
34    <bool>true</bool>
35   </property>
36   <layout class="QGridLayout" >
37    <item row="0" column="0" >
38     <layout class="QHBoxLayout" >
39      <item>
40       <widget class="QLabel" name="categoryLA" >
41        <property name="toolTip" >
42         <string>Available categories depend on the document encoding. Select UTF-8 for the full range.</string>
43        </property>
44        <property name="text" >
45         <string>Ca&amp;tegory:</string>
46        </property>
47        <property name="buddy" >
48         <cstring>categoryCO</cstring>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QComboBox" name="categoryCO" >
54        <property name="maxVisibleItems" >
55         <number>20</number>
56        </property>
57       </widget>
58      </item>
59     </layout>
60    </item>
61    <item row="0" column="1" >
62     <spacer>
63      <property name="orientation" >
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="sizeHint" >
67       <size>
68        <width>81</width>
69        <height>31</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74    <item row="0" column="2" >
75     <widget class="QCheckBox" name="categoryFilterCB" >
76      <property name="toolTip" >
77       <string>Select this to display all available characters at once</string>
78      </property>
79      <property name="text" >
80       <string>&amp;Display all</string>
81      </property>
82     </widget>
83    </item>
84    <item row="1" column="0" colspan="3" >
85     <widget class="QListWidget" name="symbolsLW" >
86      <property name="sizePolicy" >
87       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
88        <horstretch>0</horstretch>
89        <verstretch>0</verstretch>
90       </sizepolicy>
91      </property>
92      <property name="minimumSize" >
93       <size>
94        <width>60</width>
95        <height>0</height>
96       </size>
97      </property>
98      <property name="maximumSize" >
99       <size>
100        <width>16777215</width>
101        <height>16777215</height>
102       </size>
103      </property>
104      <property name="horizontalScrollBarPolicy" >
105       <enum>Qt::ScrollBarAlwaysOff</enum>
106      </property>
107      <property name="iconSize" >
108       <size>
109        <width>16</width>
110        <height>16</height>
111       </size>
112      </property>
113      <property name="resizeMode" >
114       <enum>QListView::Adjust</enum>
115      </property>
116      <property name="spacing" >
117       <number>0</number>
118      </property>
119      <property name="currentRow" >
120       <number>-1</number>
121      </property>
122     </widget>
123    </item>
124    <item row="2" column="0" colspan="3" >
125     <widget class="QLineEdit" name="chosenLE" >
126      <property name="readOnly" >
127       <bool>false</bool>
128      </property>
129     </widget>
130    </item>
131    <item row="3" column="0" colspan="3" >
132     <layout class="QHBoxLayout" >
133      <item>
134       <spacer>
135        <property name="orientation" >
136         <enum>Qt::Horizontal</enum>
137        </property>
138        <property name="sizeType" >
139         <enum>QSizePolicy::Expanding</enum>
140        </property>
141        <property name="sizeHint" >
142         <size>
143          <width>211</width>
144          <height>28</height>
145         </size>
146        </property>
147       </spacer>
148      </item>
149      <item>
150       <widget class="QPushButton" name="okPB" >
151        <property name="text" >
152         <string>&amp;OK</string>
153        </property>
154       </widget>
155      </item>
156      <item>
157       <widget class="QPushButton" name="applyPB" >
158        <property name="sizePolicy" >
159         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
160          <horstretch>0</horstretch>
161          <verstretch>0</verstretch>
162         </sizepolicy>
163        </property>
164        <property name="toolTip" >
165         <string>Insert the delimiters</string>
166        </property>
167        <property name="text" >
168         <string>&amp;Apply</string>
169        </property>
170       </widget>
171      </item>
172      <item>
173       <widget class="QPushButton" name="closePB" >
174        <property name="sizePolicy" >
175         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
176          <horstretch>0</horstretch>
177          <verstretch>0</verstretch>
178         </sizepolicy>
179        </property>
180        <property name="text" >
181         <string>&amp;Close</string>
182        </property>
183       </widget>
184      </item>
185     </layout>
186    </item>
187   </layout>
188  </widget>
189  <layoutdefault spacing="6" margin="9" />
190  <tabstops>
191   <tabstop>applyPB</tabstop>
192   <tabstop>closePB</tabstop>
193  </tabstops>
194  <includes>
195   <include location="local" >qt_helpers.h</include>
196  </includes>
197  <resources/>
198  <connections/>
199 </ui>