]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
#4430 still not fixed. try better one.
[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 vsizetype="Ignored" hsizetype="Expanding" >
79        <horstretch>0</horstretch>
80        <verstretch>0</verstretch>
81       </sizepolicy>
82      </property>
83      <property name="whatsThis" >
84       <string/>
85      </property>
86     </widget>
87    </item>
88   </layout>
89  </widget>
90  <tabstops>
91   <tabstop>viewSourceTV</tabstop>
92   <tabstop>viewFullSourceCB</tabstop>
93   <tabstop>autoUpdateCB</tabstop>
94   <tabstop>updatePB</tabstop>
95  </tabstops>
96  <includes>
97   <include location="local" >qt_i18n.h</include>
98  </includes>
99  <resources/>
100  <connections/>
101 </ui>