]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PreambleUi.ui
* ui: Latex -> LaTeX
[lyx.git] / src / frontends / qt / ui / PreambleUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PreambleUi</class>
4  <widget class="QWidget" name="PreambleUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>377</width>
10     <height>278</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout">
17    <property name="leftMargin">
18     <number>11</number>
19    </property>
20    <property name="topMargin">
21     <number>11</number>
22    </property>
23    <property name="rightMargin">
24     <number>11</number>
25    </property>
26    <property name="bottomMargin">
27     <number>11</number>
28    </property>
29    <property name="spacing">
30     <number>6</number>
31    </property>
32    <item row="1" column="0">
33     <widget class="QLineEdit" name="findLE">
34      <property name="placeholderText">
35       <string>Find in preamble</string>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1">
40     <widget class="QPushButton" name="findButtonPB">
41      <property name="text">
42       <string>&amp;Find</string>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="2">
47     <widget class="QPushButton" name="editPB">
48      <property name="toolTip">
49       <string>Editor for LaTeX (plain) format will be used</string>
50      </property>
51      <property name="text">
52       <string>&amp;Edit Externally</string>
53      </property>
54     </widget>
55    </item>
56    <item row="0" column="0" colspan="3">
57     <widget class="QTextEdit" name="preambleTE">
58      <property name="acceptRichText">
59       <bool>false</bool>
60      </property>
61     </widget>
62    </item>
63   </layout>
64  </widget>
65  <includes>
66   <include location="local">qt_i18n.h</include>
67  </includes>
68  <resources/>
69  <connections/>
70 </ui>