]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / ViewSourceUi.ui
1 <ui version="4.0" >
2  <class>ViewSourceUi</class>
3  <widget class="QWidget" name="ViewSourceUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>446</width>
9     <height>94</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="1" >
23     <layout class="QVBoxLayout" >
24      <property name="spacing" >
25       <number>6</number>
26      </property>
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <item>
31       <widget class="QCheckBox" name="viewFullSourceCB" >
32        <property name="cursor" >
33         <cursorShape>ArrowCursor</cursorShape>
34        </property>
35        <property name="text" >
36         <string>Complete source</string>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QCheckBox" name="autoUpdateCB" >
42        <property name="text" >
43         <string>Automatic update</string>
44        </property>
45        <property name="checked" >
46         <bool>true</bool>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QPushButton" name="updatePB" >
52        <property name="enabled" >
53         <bool>false</bool>
54        </property>
55        <property name="text" >
56         <string>&amp;Update</string>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <spacer>
62        <property name="orientation" >
63         <enum>Qt::Vertical</enum>
64        </property>
65        <property name="sizeHint" stdset="0" >
66         <size>
67          <width>20</width>
68          <height>1</height>
69         </size>
70        </property>
71       </spacer>
72      </item>
73     </layout>
74    </item>
75    <item row="0" column="0" >
76     <widget class="QTextEdit" name="viewSourceTV" >
77      <property name="sizePolicy" >
78       <sizepolicy>
79        <hsizetype>3</hsizetype>
80        <vsizetype>13</vsizetype>
81        <horstretch>0</horstretch>
82        <verstretch>0</verstretch>
83       </sizepolicy>
84      </property>
85      <property name="whatsThis" >
86       <string/>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <tabstops>
93   <tabstop>viewSourceTV</tabstop>
94   <tabstop>viewFullSourceCB</tabstop>
95   <tabstop>autoUpdateCB</tabstop>
96   <tabstop>updatePB</tabstop>
97  </tabstops>
98  <includes>
99   <include location="local" >qt_i18n.h</include>
100  </includes>
101  <resources/>
102  <connections/>
103 </ui>