]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/ViewSourceUi.ui
286703c7dbfd26d60282f249470fd96c3be1c438
[features.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      <property name="sizeAdjustPolicy">
49       <enum>QComboBox::AdjustToContents</enum>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="1" colspan="2">
54     <widget class="QComboBox" name="contentsCO">
55      <item>
56       <property name="text">
57        <string>Current Paragraph</string>
58       </property>
59      </item>
60      <item>
61       <property name="text">
62        <string>Complete Source</string>
63       </property>
64      </item>
65      <item>
66       <property name="text">
67        <string>Preamble Only</string>
68       </property>
69      </item>
70      <item>
71       <property name="text">
72        <string>Body Only</string>
73       </property>
74      </item>
75     </widget>
76    </item>
77    <item row="2" column="1" colspan="2">
78     <widget class="QCheckBox" name="autoUpdateCB">
79      <property name="text">
80       <string>Automatic update</string>
81      </property>
82      <property name="checked">
83       <bool>true</bool>
84      </property>
85     </widget>
86    </item>
87    <item row="3" column="1" colspan="2">
88     <widget class="QPushButton" name="updatePB">
89      <property name="enabled">
90       <bool>false</bool>
91      </property>
92      <property name="text">
93       <string>&amp;Update</string>
94      </property>
95     </widget>
96    </item>
97    <item row="4" column="1" colspan="2">
98     <spacer>
99      <property name="orientation">
100       <enum>Qt::Vertical</enum>
101      </property>
102      <property name="sizeHint" stdset="0">
103       <size>
104        <width>20</width>
105        <height>85</height>
106       </size>
107      </property>
108     </spacer>
109    </item>
110   </layout>
111  </widget>
112  <tabstops>
113   <tabstop>viewSourceTV</tabstop>
114   <tabstop>autoUpdateCB</tabstop>
115   <tabstop>updatePB</tabstop>
116  </tabstops>
117  <includes>
118   <include location="local">qt_i18n.h</include>
119  </includes>
120  <resources/>
121  <connections/>
122 </ui>