]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareHistoryUi.ui
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / ui / CompareHistoryUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CompareHistoryUi</class>
4  <widget class="QWidget" name="CompareHistoryUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>444</width>
10     <height>184</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled" stdset="0">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QGroupBox" name="groupBox">
22      <property name="title">
23       <string>Compare Revisions</string>
24      </property>
25      <layout class="QVBoxLayout" name="verticalLayout_2">
26       <item>
27        <layout class="QHBoxLayout" name="horizontalLayout_2">
28         <item>
29          <widget class="QRadioButton" name="revbackRB">
30           <property name="text">
31            <string>Revisions ba&amp;ck</string>
32           </property>
33           <property name="checked">
34            <bool>true</bool>
35           </property>
36          </widget>
37         </item>
38         <item>
39          <widget class="QSpinBox" name="revbackSB">
40           <property name="sizePolicy">
41            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42             <horstretch>0</horstretch>
43             <verstretch>0</verstretch>
44            </sizepolicy>
45           </property>
46           <property name="minimumSize">
47            <size>
48             <width>80</width>
49             <height>0</height>
50            </size>
51           </property>
52           <property name="minimum">
53            <number>0</number>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <spacer name="horizontalSpacer">
59           <property name="orientation">
60            <enum>Qt::Horizontal</enum>
61           </property>
62           <property name="sizeHint" stdset="0">
63            <size>
64             <width>40</width>
65             <height>20</height>
66            </size>
67           </property>
68          </spacer>
69         </item>
70        </layout>
71       </item>
72       <item>
73        <widget class="Line" name="line">
74         <property name="orientation">
75          <enum>Qt::Horizontal</enum>
76         </property>
77        </widget>
78       </item>
79       <item>
80        <layout class="QHBoxLayout" name="horizontalLayout">
81         <item>
82          <widget class="QRadioButton" name="betweenrevRB">
83           <property name="text">
84            <string>&amp;Between revisions</string>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <widget class="QLabel" name="oldL">
90           <property name="sizePolicy">
91            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
92             <horstretch>0</horstretch>
93             <verstretch>0</verstretch>
94            </sizepolicy>
95           </property>
96           <property name="text">
97            <string>Old:</string>
98           </property>
99          </widget>
100         </item>
101         <item>
102          <widget class="QSpinBox" name="rev1SB">
103           <property name="sizePolicy">
104            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
105             <horstretch>0</horstretch>
106             <verstretch>0</verstretch>
107            </sizepolicy>
108           </property>
109           <property name="minimumSize">
110            <size>
111             <width>80</width>
112             <height>0</height>
113            </size>
114           </property>
115           <property name="minimum">
116            <number>1</number>
117           </property>
118           <property name="maximum">
119            <number>1</number>
120           </property>
121          </widget>
122         </item>
123         <item>
124          <widget class="QLabel" name="newL">
125           <property name="sizePolicy">
126            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
127             <horstretch>0</horstretch>
128             <verstretch>0</verstretch>
129            </sizepolicy>
130           </property>
131           <property name="text">
132            <string>New:</string>
133           </property>
134          </widget>
135         </item>
136         <item>
137          <widget class="QSpinBox" name="rev2SB">
138           <property name="sizePolicy">
139            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
140             <horstretch>0</horstretch>
141             <verstretch>0</verstretch>
142            </sizepolicy>
143           </property>
144           <property name="minimumSize">
145            <size>
146             <width>80</width>
147             <height>0</height>
148            </size>
149           </property>
150           <property name="minimum">
151            <number>1</number>
152           </property>
153          </widget>
154         </item>
155        </layout>
156       </item>
157      </layout>
158     </widget>
159    </item>
160    <item>
161     <layout class="QHBoxLayout" name="horizontalLayout_3">
162      <item>
163       <widget class="QDialogButtonBox" name="buttonBox">
164        <property name="standardButtons">
165         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
166        </property>
167       </widget>
168      </item>
169     </layout>
170    </item>
171   </layout>
172  </widget>
173  <includes>
174   <include location="local">qt_i18n.h</include>
175  </includes>
176  <resources/>
177  <connections/>
178 </ui>