]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HSpaceUi.ui
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / ui / HSpaceUi.ui
1 <ui version="4.0" >
2  <class>HSpaceUi</class>
3  <widget class="QDialog" name="HSpaceUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>259</width>
9     <height>146</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="2" column="1" >
26     <widget class="QComboBox" name="fillPatternCO" >
27      <property name="toolTip" >
28       <string>Select a fill pattern style for HFills</string>
29      </property>
30      <item>
31       <property name="text" >
32        <string>None</string>
33       </property>
34      </item>
35      <item>
36       <property name="text" >
37        <string>...............</string>
38       </property>
39      </item>
40      <item>
41       <property name="text" >
42        <string>________</string>
43       </property>
44      </item>
45     </widget>
46    </item>
47    <item row="0" column="0" >
48     <widget class="QLabel" name="spacingL" >
49      <property name="text" >
50       <string>&amp;Spacing:</string>
51      </property>
52      <property name="buddy" >
53       <cstring>spacingCO</cstring>
54      </property>
55     </widget>
56    </item>
57    <item row="0" column="1" colspan="2" >
58     <widget class="QComboBox" name="spacingCO" >
59      <property name="toolTip" >
60       <string>Supported spacing types</string>
61      </property>
62      <item>
63       <property name="text" >
64        <string>Inter-word space</string>
65       </property>
66      </item>
67      <item>
68       <property name="text" >
69        <string>Thin space</string>
70       </property>
71      </item>
72      <item>
73       <property name="text" >
74        <string>Negative thin space</string>
75       </property>
76      </item>
77      <item>
78       <property name="text" >
79        <string>Half Quad (0.5 em)</string>
80       </property>
81      </item>
82      <item>
83       <property name="text" >
84        <string>Quad (1 em)</string>
85       </property>
86      </item>
87      <item>
88       <property name="text" >
89        <string>Double Quad (2 em)</string>
90       </property>
91      </item>
92      <item>
93       <property name="text" >
94        <string>Horizontal Fill</string>
95       </property>
96      </item>
97      <item>
98       <property name="text" >
99        <string>Custom</string>
100       </property>
101      </item>
102     </widget>
103    </item>
104    <item row="1" column="0" >
105     <widget class="QLabel" name="valueL" >
106      <property name="text" >
107       <string>&amp;Value:</string>
108      </property>
109      <property name="buddy" >
110       <cstring>valueLE</cstring>
111      </property>
112     </widget>
113    </item>
114    <item row="1" column="1" >
115     <widget class="QLineEdit" name="valueLE" >
116      <property name="enabled" >
117       <bool>false</bool>
118      </property>
119      <property name="toolTip" >
120       <string>Custom value. Needs spacing type "Custom".</string>
121      </property>
122     </widget>
123    </item>
124    <item row="1" column="2" >
125     <widget class="LengthCombo" name="unitCO" />
126    </item>
127    <item row="2" column="0" >
128     <widget class="QLabel" name="fillPatternL" >
129      <property name="text" >
130       <string>&amp;Fill Pattern:</string>
131      </property>
132      <property name="buddy" >
133       <cstring>fillPatternCO</cstring>
134      </property>
135     </widget>
136    </item>
137    <item row="3" column="0" >
138     <widget class="QLabel" name="keepL" >
139      <property name="toolTip" >
140       <string/>
141      </property>
142      <property name="text" >
143       <string>&amp;Protect:</string>
144      </property>
145      <property name="buddy" >
146       <cstring>keepCB</cstring>
147      </property>
148     </widget>
149    </item>
150    <item row="3" column="1" colspan="2" >
151     <widget class="QCheckBox" name="keepCB" >
152      <property name="toolTip" >
153       <string>Insert the spacing even after a line break</string>
154      </property>
155      <property name="text" >
156       <string/>
157      </property>
158     </widget>
159    </item>
160    <item row="4" column="0" colspan="3" >
161     <layout class="QHBoxLayout" >
162      <property name="margin" >
163       <number>0</number>
164      </property>
165      <property name="spacing" >
166       <number>6</number>
167      </property>
168      <item>
169       <widget class="QPushButton" name="okPB" >
170        <property name="text" >
171         <string>&amp;OK</string>
172        </property>
173        <property name="autoDefault" >
174         <bool>false</bool>
175        </property>
176        <property name="default" >
177         <bool>true</bool>
178        </property>
179       </widget>
180      </item>
181      <item>
182       <widget class="QPushButton" name="applyPB" >
183        <property name="text" >
184         <string>&amp;Apply</string>
185        </property>
186        <property name="autoDefault" >
187         <bool>false</bool>
188        </property>
189       </widget>
190      </item>
191      <item>
192       <widget class="QPushButton" name="closePB" >
193        <property name="text" >
194         <string>&amp;Close</string>
195        </property>
196        <property name="autoDefault" >
197         <bool>false</bool>
198        </property>
199       </widget>
200      </item>
201     </layout>
202    </item>
203   </layout>
204  </widget>
205  <customwidgets>
206   <customwidget>
207    <class>LengthCombo</class>
208    <extends>QComboBox</extends>
209    <header>LengthCombo.h</header>
210   </customwidget>
211  </customwidgets>
212  <tabstops>
213   <tabstop>spacingCO</tabstop>
214   <tabstop>valueLE</tabstop>
215   <tabstop>okPB</tabstop>
216   <tabstop>applyPB</tabstop>
217   <tabstop>closePB</tabstop>
218   <tabstop>keepCB</tabstop>
219  </tabstops>
220  <includes>
221   <include location="local" >qt_helpers.h</include>
222  </includes>
223  <resources/>
224  <connections/>
225 </ui>