]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BibitemUi.ui
FontUi: Fix layout
[lyx.git] / src / frontends / qt4 / ui / BibitemUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BibitemUi</class>
4  <widget class="QWidget" name="BibitemUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>218</width>
10     <height>121</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">
18     <layout class="QVBoxLayout" name="verticalLayout_2">
19      <item>
20       <widget class="QLabel" name="keyLA">
21        <property name="toolTip">
22         <string>The bibliography key</string>
23        </property>
24        <property name="text">
25         <string>Ke&amp;y:</string>
26        </property>
27        <property name="buddy">
28         <cstring>keyED</cstring>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QLabel" name="labelLA">
34        <property name="toolTip">
35         <string>The label as it appears in the document</string>
36        </property>
37        <property name="text">
38         <string>&amp;Label:</string>
39        </property>
40        <property name="buddy">
41         <cstring>labelED</cstring>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QLabel" name="label">
47        <property name="text">
48         <string/>
49        </property>
50       </widget>
51      </item>
52     </layout>
53    </item>
54    <item row="0" column="1">
55     <layout class="QVBoxLayout" name="verticalLayout">
56      <item>
57       <widget class="QLineEdit" name="keyED">
58        <property name="sizePolicy">
59         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
60          <horstretch>0</horstretch>
61          <verstretch>0</verstretch>
62         </sizepolicy>
63        </property>
64        <property name="toolTip">
65         <string>The bibliography key</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QLineEdit" name="labelED">
71        <property name="sizePolicy">
72         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
73          <horstretch>0</horstretch>
74          <verstretch>0</verstretch>
75         </sizepolicy>
76        </property>
77        <property name="toolTip">
78         <string>The label as it appears in the document</string>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <widget class="QCheckBox" name="literalCB">
84        <property name="toolTip">
85         <string>Pass content of the `Label' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
86        </property>
87        <property name="text">
88         <string>Li&amp;teral</string>
89        </property>
90       </widget>
91      </item>
92     </layout>
93    </item>
94   </layout>
95  </widget>
96  <includes>
97   <include location="local">qt_i18n.h</include>
98  </includes>
99  <resources/>
100  <connections/>
101 </ui>