]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
Initial work for view source improvements.
[lyx.git] / src / frontends / qt4 / ui / ViewSourceUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ViewSourceUi</class>
4  <widget class="QWidget" name="ViewSourceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>528</width>
10     <height>205</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" rowspan="5">
18     <widget class="QTextEdit" name="viewSourceTV">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="whatsThis">
26       <string/>
27      </property>
28     </widget>
29    </item>
30    <item row="0" column="1">
31     <widget class="QLabel" name="outputFormatLA">
32      <property name="text">
33       <string>F&amp;ormat:</string>
34      </property>
35      <property name="buddy">
36       <cstring>outputFormatCO</cstring>
37      </property>
38     </widget>
39    </item>
40    <item row="0" column="2">
41     <widget class="QComboBox" name="outputFormatCO">
42      <property name="enabled">
43       <bool>true</bool>
44      </property>
45      <property name="toolTip">
46       <string>Select the output format</string>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="1" colspan="2">
51     <widget class="QComboBox" name="contentsCO">
52      <item>
53       <property name="text">
54        <string>Current Paragraph</string>
55       </property>
56      </item>
57      <item>
58       <property name="text">
59        <string>Complete Source</string>
60       </property>
61      </item>
62      <item>
63       <property name="text">
64        <string>Preamble Only</string>
65       </property>
66      </item>
67      <item>
68       <property name="text">
69        <string>Body Only</string>
70       </property>
71      </item>
72     </widget>
73    </item>
74    <item row="2" column="1" colspan="2">
75     <widget class="QCheckBox" name="autoUpdateCB">
76      <property name="text">
77       <string>Automatic update</string>
78      </property>
79      <property name="checked">
80       <bool>true</bool>
81      </property>
82     </widget>
83    </item>
84    <item row="3" column="1" colspan="2">
85     <widget class="QPushButton" name="updatePB">
86      <property name="enabled">
87       <bool>false</bool>
88      </property>
89      <property name="text">
90       <string>&amp;Update</string>
91      </property>
92     </widget>
93    </item>
94    <item row="4" column="1" colspan="2">
95     <spacer>
96      <property name="orientation">
97       <enum>Qt::Vertical</enum>
98      </property>
99      <property name="sizeHint" stdset="0">
100       <size>
101        <width>20</width>
102        <height>85</height>
103       </size>
104      </property>
105     </spacer>
106    </item>
107   </layout>
108  </widget>
109  <tabstops>
110   <tabstop>viewSourceTV</tabstop>
111   <tabstop>autoUpdateCB</tabstop>
112   <tabstop>updatePB</tabstop>
113  </tabstops>
114  <includes>
115   <include location="local">qt_i18n.h</include>
116  </includes>
117  <resources/>
118  <connections/>
119 </ui>