]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareUi.ui
Adds the user interface for the new Comparison feature.
[lyx.git] / src / frontends / qt4 / ui / CompareUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CompareUi</class>
4  <widget class="QDialog" name="CompareUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>495</width>
10     <height>302</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout_2">
20    <item>
21     <widget class="QLabel" name="newFileLA">
22      <property name="text">
23       <string>&amp;New Document:</string>
24      </property>
25      <property name="buddy">
26       <cstring>newFileCB</cstring>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QHBoxLayout" name="horizontalLayout">
32      <item>
33       <widget class="QComboBox" name="newFileCB">
34        <property name="sizePolicy">
35         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36          <horstretch>0</horstretch>
37          <verstretch>0</verstretch>
38         </sizepolicy>
39        </property>
40        <property name="editable">
41         <bool>true</bool>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QPushButton" name="newFilePB">
47        <property name="text">
48         <string>&amp;Browse...</string>
49        </property>
50        <property name="autoDefault">
51         <bool>false</bool>
52        </property>
53       </widget>
54      </item>
55     </layout>
56    </item>
57    <item>
58     <widget class="QLabel" name="oldFileLA">
59      <property name="text">
60       <string>&amp;Old Document:</string>
61      </property>
62      <property name="buddy">
63       <cstring>oldFileCB</cstring>
64      </property>
65     </widget>
66    </item>
67    <item>
68     <layout class="QHBoxLayout" name="horizontalLayout_2">
69      <item>
70       <widget class="QComboBox" name="oldFileCB">
71        <property name="sizePolicy">
72         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
73          <horstretch>0</horstretch>
74          <verstretch>0</verstretch>
75         </sizepolicy>
76        </property>
77        <property name="editable">
78         <bool>true</bool>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <widget class="QPushButton" name="oldFilePB">
84        <property name="text">
85         <string>Bro&amp;wse...</string>
86        </property>
87        <property name="autoDefault">
88         <bool>false</bool>
89        </property>
90       </widget>
91      </item>
92     </layout>
93    </item>
94    <item>
95     <widget class="QGroupBox" name="groupBox">
96      <property name="sizePolicy">
97       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
98        <horstretch>0</horstretch>
99        <verstretch>0</verstretch>
100       </sizepolicy>
101      </property>
102      <property name="title">
103       <string>Options</string>
104      </property>
105      <widget class="QRadioButton" name="newSettingsRB">
106       <property name="geometry">
107        <rect>
108         <x>20</x>
109         <y>40</y>
110         <width>151</width>
111         <height>18</height>
112        </rect>
113       </property>
114       <property name="text">
115        <string>New Document</string>
116       </property>
117       <attribute name="buttonGroup">
118        <string>buttonGroup</string>
119       </attribute>
120      </widget>
121      <widget class="QRadioButton" name="oldSettingsRB">
122       <property name="geometry">
123        <rect>
124         <x>20</x>
125         <y>60</y>
126         <width>151</width>
127         <height>18</height>
128        </rect>
129       </property>
130       <property name="text">
131        <string>Old Document</string>
132       </property>
133       <attribute name="buttonGroup">
134        <string>buttonGroup</string>
135       </attribute>
136      </widget>
137      <widget class="QLabel" name="label">
138       <property name="geometry">
139        <rect>
140         <x>20</x>
141         <y>20</y>
142         <width>161</width>
143         <height>16</height>
144        </rect>
145       </property>
146       <property name="text">
147        <string>Copy Document Settings from:</string>
148       </property>
149      </widget>
150     </widget>
151    </item>
152    <item>
153     <widget class="QProgressBar" name="progressBar">
154      <property name="value">
155       <number>24</number>
156      </property>
157     </widget>
158    </item>
159    <item>
160     <layout class="QHBoxLayout">
161      <property name="spacing">
162       <number>6</number>
163      </property>
164      <property name="margin">
165       <number>0</number>
166      </property>
167      <item>
168       <spacer>
169        <property name="orientation">
170         <enum>Qt::Horizontal</enum>
171        </property>
172        <property name="sizeType">
173         <enum>QSizePolicy::Expanding</enum>
174        </property>
175        <property name="sizeHint" stdset="0">
176         <size>
177          <width>20</width>
178          <height>20</height>
179         </size>
180        </property>
181       </spacer>
182      </item>
183      <item>
184       <widget class="QPushButton" name="okPB">
185        <property name="toolTip">
186         <string/>
187        </property>
188        <property name="text">
189         <string>&amp;OK</string>
190        </property>
191        <property name="default">
192         <bool>true</bool>
193        </property>
194       </widget>
195      </item>
196      <item>
197       <widget class="QPushButton" name="closePB">
198        <property name="text">
199         <string>&amp;Close</string>
200        </property>
201        <property name="autoDefault">
202         <bool>false</bool>
203        </property>
204        <property name="default">
205         <bool>false</bool>
206        </property>
207       </widget>
208      </item>
209     </layout>
210    </item>
211   </layout>
212  </widget>
213  <includes>
214   <include location="local">qt_i18n.h</include>
215  </includes>
216  <resources/>
217  <connections/>
218  <buttongroups>
219   <buttongroup name="buttonGroup"/>
220  </buttongroups>
221 </ui>