]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareUi.ui
Make colors pane consistent with others
[lyx.git] / src / frontends / qt4 / ui / CompareUi.ui
1 <ui version="4.0" >
2  <class>CompareUi</class>
3  <widget class="QDialog" name="CompareUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>450</width>
9     <height>294</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="newFileLA" >
18      <property name="text" >
19       <string>&amp;New Document:</string>
20      </property>
21      <property name="buddy" >
22       <cstring>newFileCB</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="1" column="0" >
27     <widget class="QComboBox" name="newFileCB" >
28      <property name="sizePolicy" >
29       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="editable" >
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1" >
40     <widget class="QPushButton" name="newFilePB" >
41      <property name="text" >
42       <string>&amp;Browse...</string>
43      </property>
44      <property name="autoDefault" >
45       <bool>false</bool>
46      </property>
47     </widget>
48    </item>
49    <item row="2" column="0" >
50     <widget class="QLabel" name="oldFileLA" >
51      <property name="text" >
52       <string>&amp;Old Document:</string>
53      </property>
54      <property name="buddy" >
55       <cstring>oldFileCB</cstring>
56      </property>
57     </widget>
58    </item>
59    <item row="3" column="0" >
60     <widget class="QComboBox" name="oldFileCB" >
61      <property name="sizePolicy" >
62       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
63        <horstretch>0</horstretch>
64        <verstretch>0</verstretch>
65       </sizepolicy>
66      </property>
67      <property name="editable" >
68       <bool>true</bool>
69      </property>
70     </widget>
71    </item>
72    <item row="3" column="1" >
73     <widget class="QPushButton" name="oldFilePB" >
74      <property name="text" >
75       <string>Bro&amp;wse...</string>
76      </property>
77      <property name="autoDefault" >
78       <bool>false</bool>
79      </property>
80     </widget>
81    </item>
82    <item row="4" column="0" >
83     <widget class="QGroupBox" name="groupBox" >
84      <property name="sizePolicy" >
85       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
86        <horstretch>0</horstretch>
87        <verstretch>0</verstretch>
88       </sizepolicy>
89      </property>
90      <property name="title" >
91       <string>Copy Document Settings from:</string>
92      </property>
93      <layout class="QHBoxLayout" name="horizontalLayout" >
94       <item>
95        <widget class="QRadioButton" name="newSettingsRB" >
96         <property name="text" >
97          <string>N&amp;ew Document</string>
98         </property>
99        </widget>
100       </item>
101       <item>
102        <widget class="QRadioButton" name="oldSettingsRB" >
103         <property name="text" >
104          <string>Ol&amp;d Document</string>
105         </property>
106        </widget>
107       </item>
108      </layout>
109     </widget>
110    </item>
111    <item row="6" column="0" colspan="2" >
112     <widget class="QProgressBar" name="progressBar" >
113      <property name="value" >
114       <number>24</number>
115      </property>
116      <property name="orientation" >
117       <enum>Qt::Horizontal</enum>
118      </property>
119     </widget>
120    </item>
121    <item row="8" column="0" colspan="2" >
122     <layout class="QHBoxLayout" >
123      <item>
124       <spacer>
125        <property name="orientation" >
126         <enum>Qt::Horizontal</enum>
127        </property>
128        <property name="sizeType" >
129         <enum>QSizePolicy::Expanding</enum>
130        </property>
131        <property name="sizeHint" stdset="0" >
132         <size>
133          <width>20</width>
134          <height>20</height>
135         </size>
136        </property>
137       </spacer>
138      </item>
139      <item>
140       <widget class="QPushButton" name="okPB" >
141        <property name="toolTip" >
142         <string/>
143        </property>
144        <property name="text" >
145         <string>&amp;OK</string>
146        </property>
147        <property name="default" >
148         <bool>true</bool>
149        </property>
150       </widget>
151      </item>
152      <item>
153       <widget class="QPushButton" name="closePB" >
154        <property name="text" >
155         <string>&amp;Close</string>
156        </property>
157        <property name="autoDefault" >
158         <bool>false</bool>
159        </property>
160        <property name="default" >
161         <bool>false</bool>
162        </property>
163       </widget>
164      </item>
165     </layout>
166    </item>
167    <item row="9" column="0" colspan="2" >
168     <widget class="QStatusBar" name="statusBar" />
169    </item>
170    <item row="5" column="0" >
171     <widget class="QCheckBox" name="trackingCB" >
172      <property name="toolTip" >
173       <string>Turns on the change tracking and showing changes in LaTeX output for the resulting document</string>
174      </property>
175      <property name="text" >
176       <string>Enable &amp;change tracking features in the output</string>
177      </property>
178      <property name="checked" >
179       <bool>false</bool>
180      </property>
181     </widget>
182    </item>
183   </layout>
184  </widget>
185  <includes>
186   <include location="local" >qt_i18n.h</include>
187  </includes>
188  <resources/>
189  <connections/>
190 </ui>