]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ParagraphUi.ui
Change the paragraph settings dialog:
[lyx.git] / src / frontends / qt4 / ui / ParagraphUi.ui
1 <ui version="4.0" >
2  <class>ParagraphUi</class>
3  <widget class="QWidget" name="ParagraphUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>496</width>
9     <height>176</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>5</hsizetype>
15     <vsizetype>5</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>222</width>
23     <height>16</height>
24    </size>
25   </property>
26   <property name="focusPolicy" >
27    <enum>Qt::NoFocus</enum>
28   </property>
29   <property name="windowTitle" >
30    <string/>
31   </property>
32   <layout class="QGridLayout" >
33    <property name="margin" >
34     <number>9</number>
35    </property>
36    <property name="spacing" >
37     <number>6</number>
38    </property>
39    <item row="0" column="0" >
40     <layout class="QGridLayout" >
41      <property name="margin" >
42       <number>0</number>
43      </property>
44      <property name="spacing" >
45       <number>6</number>
46      </property>
47      <item row="0" column="0" >
48       <widget class="QCheckBox" name="indentCB" >
49        <property name="sizePolicy" >
50         <sizepolicy>
51          <hsizetype>0</hsizetype>
52          <vsizetype>0</vsizetype>
53          <horstretch>0</horstretch>
54          <verstretch>0</verstretch>
55         </sizepolicy>
56        </property>
57        <property name="text" >
58         <string>&amp;Indent Paragraph</string>
59        </property>
60       </widget>
61      </item>
62      <item rowspan="3" row="0" column="1" >
63       <widget class="QGroupBox" name="aligmentGB" >
64        <property name="sizePolicy" >
65         <sizepolicy>
66          <hsizetype>0</hsizetype>
67          <vsizetype>0</vsizetype>
68          <horstretch>0</horstretch>
69          <verstretch>0</verstretch>
70         </sizepolicy>
71        </property>
72        <property name="title" >
73         <string>Alignment</string>
74        </property>
75        <layout class="QGridLayout" >
76         <property name="margin" >
77          <number>9</number>
78         </property>
79         <property name="spacing" >
80          <number>6</number>
81         </property>
82         <item row="4" column="0" >
83          <widget class="QRadioButton" name="alignRightRB" >
84           <property name="text" >
85            <string>&amp;Right</string>
86           </property>
87          </widget>
88         </item>
89         <item row="3" column="0" >
90          <widget class="QRadioButton" name="alignCenterRB" >
91           <property name="text" >
92            <string>&amp;Center</string>
93           </property>
94          </widget>
95         </item>
96         <item row="2" column="0" >
97          <widget class="QRadioButton" name="alignLeftRB" >
98           <property name="text" >
99            <string>&amp;Left</string>
100           </property>
101          </widget>
102         </item>
103         <item row="1" column="0" >
104          <widget class="QRadioButton" name="alignJustRB" >
105           <property name="text" >
106            <string>&amp;Justified</string>
107           </property>
108          </widget>
109         </item>
110         <item row="0" column="0" >
111          <widget class="QRadioButton" name="alignDefaultRB" >
112           <property name="font" >
113            <font>
114             <family>MS Shell Dlg 2</family>
115             <pointsize>8</pointsize>
116             <weight>50</weight>
117             <italic>false</italic>
118             <bold>false</bold>
119             <underline>false</underline>
120             <strikeout>false</strikeout>
121            </font>
122           </property>
123           <property name="toolTip" >
124            <string>Use the default alignment for this paragraph, whatever it is.</string>
125           </property>
126           <property name="text" >
127            <string>Paragraph's &amp;Default</string>
128           </property>
129          </widget>
130         </item>
131        </layout>
132       </widget>
133      </item>
134      <item row="2" column="0" >
135       <widget class="QGroupBox" name="labelwidthGB" >
136        <property name="enabled" >
137         <bool>false</bool>
138        </property>
139        <property name="sizePolicy" >
140         <sizepolicy>
141          <hsizetype>0</hsizetype>
142          <vsizetype>0</vsizetype>
143          <horstretch>0</horstretch>
144          <verstretch>0</verstretch>
145         </sizepolicy>
146        </property>
147        <property name="title" >
148         <string>Label Width</string>
149        </property>
150        <layout class="QGridLayout" >
151         <property name="margin" >
152          <number>9</number>
153         </property>
154         <property name="spacing" >
155          <number>6</number>
156         </property>
157         <item row="0" column="0" >
158          <widget class="QLabel" name="TextLabel2" >
159           <property name="toolTip" >
160            <string>This text defines the width of the paragraph label</string>
161           </property>
162           <property name="text" >
163            <string>&amp;Longest label</string>
164           </property>
165           <property name="buddy" >
166            <cstring>labelWidth</cstring>
167           </property>
168          </widget>
169         </item>
170         <item row="0" column="1" >
171          <widget class="QLineEdit" name="labelWidth" >
172           <property name="toolTip" >
173            <string>This text defines the width of the paragraph label</string>
174           </property>
175          </widget>
176         </item>
177        </layout>
178       </widget>
179      </item>
180      <item row="1" column="0" >
181       <widget class="QGroupBox" name="groupBox" >
182        <property name="sizePolicy" >
183         <sizepolicy>
184          <hsizetype>0</hsizetype>
185          <vsizetype>0</vsizetype>
186          <horstretch>0</horstretch>
187          <verstretch>0</verstretch>
188         </sizepolicy>
189        </property>
190        <property name="title" >
191         <string>Line &amp;spacing</string>
192        </property>
193        <layout class="QGridLayout" >
194         <property name="margin" >
195          <number>9</number>
196         </property>
197         <property name="spacing" >
198          <number>6</number>
199         </property>
200         <item row="0" column="0" >
201          <widget class="QComboBox" name="linespacing" >
202           <item>
203            <property name="text" >
204             <string>Default</string>
205            </property>
206           </item>
207           <item>
208            <property name="text" >
209             <string>Single</string>
210            </property>
211           </item>
212           <item>
213            <property name="text" >
214             <string>1.5</string>
215            </property>
216           </item>
217           <item>
218            <property name="text" >
219             <string>Double</string>
220            </property>
221           </item>
222           <item>
223            <property name="text" >
224             <string>Custom</string>
225            </property>
226           </item>
227          </widget>
228         </item>
229         <item row="0" column="1" >
230          <widget class="QLineEdit" name="linespacingValue" >
231           <property name="enabled" >
232            <bool>false</bool>
233           </property>
234          </widget>
235         </item>
236        </layout>
237       </widget>
238      </item>
239      <item rowspan="2" row="1" column="2" >
240       <layout class="QGridLayout" >
241        <property name="margin" >
242         <number>0</number>
243        </property>
244        <property name="spacing" >
245         <number>6</number>
246        </property>
247        <item row="0" column="0" >
248         <widget class="QCheckBox" name="synchronizedViewCB" >
249          <property name="sizePolicy" >
250           <sizepolicy>
251            <hsizetype>0</hsizetype>
252            <vsizetype>0</vsizetype>
253            <horstretch>0</horstretch>
254            <verstretch>0</verstretch>
255           </sizepolicy>
256          </property>
257          <property name="text" >
258           <string>I&amp;mmediate Apply</string>
259          </property>
260         </widget>
261        </item>
262        <item row="2" column="0" >
263         <widget class="QPushButton" name="applyPB" >
264          <property name="text" >
265           <string>&amp;Apply</string>
266          </property>
267          <property name="autoDefault" >
268           <bool>false</bool>
269          </property>
270         </widget>
271        </item>
272        <item row="1" column="0" >
273         <widget class="QPushButton" name="restorePB" >
274          <property name="text" >
275           <string>&amp;Restore</string>
276          </property>
277          <property name="autoDefault" >
278           <bool>false</bool>
279          </property>
280         </widget>
281        </item>
282       </layout>
283      </item>
284     </layout>
285    </item>
286   </layout>
287  </widget>
288  <tabstops>
289   <tabstop>linespacing</tabstop>
290   <tabstop>linespacingValue</tabstop>
291   <tabstop>indentCB</tabstop>
292   <tabstop>labelWidth</tabstop>
293   <tabstop>restorePB</tabstop>
294   <tabstop>applyPB</tabstop>
295  </tabstops>
296  <includes>
297   <include location="local" >qt_helpers.h</include>
298  </includes>
299  <resources/>
300  <connections/>
301 </ui>