]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareHistoryUi.ui
Correct early return position for if use_pixmap_cache_ check
[lyx.git] / src / frontends / qt4 / ui / CompareHistoryUi.ui
1 <ui version="4.0" >
2  <class>CompareHistoryUi</class>
3  <widget class="QWidget" name="CompareHistoryUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>375</width>
9     <height>162</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" stdset="0" >
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout" name="verticalLayout" >
19    <item>
20     <widget class="QGroupBox" name="groupBox" >
21      <property name="title" >
22       <string>Compare Revisions</string>
23      </property>
24      <layout class="QVBoxLayout" name="verticalLayout_2" >
25       <item>
26        <layout class="QHBoxLayout" name="horizontalLayout_2" >
27         <item>
28          <widget class="QRadioButton" name="revbackRB" >
29           <property name="text" >
30            <string>&amp;Revisions back</string>
31           </property>
32           <property name="checked" >
33            <bool>true</bool>
34           </property>
35          </widget>
36         </item>
37         <item>
38          <widget class="QSpinBox" name="revbackSB" >
39           <property name="sizePolicy" >
40            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
41             <horstretch>0</horstretch>
42             <verstretch>0</verstretch>
43            </sizepolicy>
44           </property>
45           <property name="minimumSize" >
46            <size>
47             <width>80</width>
48             <height>0</height>
49            </size>
50           </property>
51           <property name="minimum" >
52            <number>0</number>
53           </property>
54          </widget>
55         </item>
56         <item>
57          <spacer name="horizontalSpacer" >
58           <property name="orientation" >
59            <enum>Qt::Horizontal</enum>
60           </property>
61           <property name="sizeHint" stdset="0" >
62            <size>
63             <width>40</width>
64             <height>20</height>
65            </size>
66           </property>
67          </spacer>
68         </item>
69        </layout>
70       </item>
71       <item>
72        <widget class="Line" name="line" >
73         <property name="orientation" >
74          <enum>Qt::Horizontal</enum>
75         </property>
76        </widget>
77       </item>
78       <item>
79        <layout class="QHBoxLayout" name="horizontalLayout" >
80         <item>
81          <widget class="QRadioButton" name="betweenrevRB" >
82           <property name="text" >
83            <string>&amp;Between revisions</string>
84           </property>
85          </widget>
86         </item>
87         <item>
88          <widget class="QLabel" name="oldL" >
89           <property name="sizePolicy" >
90            <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
91             <horstretch>0</horstretch>
92             <verstretch>0</verstretch>
93            </sizepolicy>
94           </property>
95           <property name="text" >
96            <string>Old:</string>
97           </property>
98          </widget>
99         </item>
100         <item>
101          <widget class="QSpinBox" name="rev1SB" >
102           <property name="sizePolicy" >
103            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
104             <horstretch>0</horstretch>
105             <verstretch>0</verstretch>
106            </sizepolicy>
107           </property>
108           <property name="minimumSize" >
109            <size>
110             <width>80</width>
111             <height>0</height>
112            </size>
113           </property>
114           <property name="minimum" >
115            <number>1</number>
116           </property>
117           <property name="maximum" >
118            <number>1</number>
119           </property>
120          </widget>
121         </item>
122         <item>
123          <widget class="QLabel" name="newL" >
124           <property name="sizePolicy" >
125            <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
126             <horstretch>0</horstretch>
127             <verstretch>0</verstretch>
128            </sizepolicy>
129           </property>
130           <property name="text" >
131            <string>New:</string>
132           </property>
133          </widget>
134         </item>
135         <item>
136          <widget class="QSpinBox" name="rev2SB" >
137           <property name="sizePolicy" >
138            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
139             <horstretch>0</horstretch>
140             <verstretch>0</verstretch>
141            </sizepolicy>
142           </property>
143           <property name="minimumSize" >
144            <size>
145             <width>80</width>
146             <height>0</height>
147            </size>
148           </property>
149           <property name="minimum" >
150            <number>1</number>
151           </property>
152          </widget>
153         </item>
154        </layout>
155       </item>
156      </layout>
157     </widget>
158    </item>
159    <item>
160     <layout class="QHBoxLayout" name="horizontalLayout_3" >
161      <item>
162       <spacer name="horizontalSpacer_2" >
163        <property name="orientation" >
164         <enum>Qt::Horizontal</enum>
165        </property>
166        <property name="sizeHint" stdset="0" >
167         <size>
168          <width>40</width>
169          <height>20</height>
170         </size>
171        </property>
172       </spacer>
173      </item>
174      <item>
175       <widget class="QPushButton" name="okPB" >
176        <property name="sizePolicy" >
177         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
178          <horstretch>0</horstretch>
179          <verstretch>0</verstretch>
180         </sizepolicy>
181        </property>
182        <property name="text" >
183         <string>&amp;OK</string>
184        </property>
185        <property name="autoDefault" >
186         <bool>false</bool>
187        </property>
188        <property name="default" >
189         <bool>true</bool>
190        </property>
191        <property name="flat" >
192         <bool>false</bool>
193        </property>
194       </widget>
195      </item>
196      <item>
197       <widget class="QPushButton" name="cancelPB" >
198        <property name="sizePolicy" >
199         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
200          <horstretch>0</horstretch>
201          <verstretch>0</verstretch>
202         </sizepolicy>
203        </property>
204        <property name="text" >
205         <string>&amp;Cancel</string>
206        </property>
207       </widget>
208      </item>
209      <item>
210       <spacer name="horizontalSpacer_3" >
211        <property name="orientation" >
212         <enum>Qt::Horizontal</enum>
213        </property>
214        <property name="sizeHint" stdset="0" >
215         <size>
216          <width>40</width>
217          <height>20</height>
218         </size>
219        </property>
220       </spacer>
221      </item>
222     </layout>
223    </item>
224   </layout>
225  </widget>
226  <includes>
227   <include location="local" >qt_i18n.h</include>
228  </includes>
229  <resources/>
230  <connections/>
231 </ui>