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