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