]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BibitemUi.ui
ViewSourceUi.ui: correct wrong property number
[lyx.git] / src / frontends / qt4 / ui / BibitemUi.ui
1 <ui version="4.0">
2  <class>BibitemUi</class>
3  <widget class="QWidget" name="BibitemUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>211</width>
9     <height>74</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout">
16    <property name="margin">
17     <number>9</number>
18    </property>
19    <property name="spacing">
20     <number>6</number>
21    </property>
22    <item row="0" column="1">
23     <widget class="QLineEdit" name="keyED">
24      <property name="sizePolicy">
25       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
26        <horstretch>0</horstretch>
27        <verstretch>0</verstretch>
28       </sizepolicy>
29      </property>
30      <property name="toolTip">
31       <string>The bibliography key</string>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="1">
36     <widget class="QLineEdit" name="labelED">
37      <property name="sizePolicy">
38       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
39        <horstretch>0</horstretch>
40        <verstretch>0</verstretch>
41       </sizepolicy>
42      </property>
43      <property name="toolTip">
44       <string>The label as it appears in the document</string>
45      </property>
46     </widget>
47    </item>
48    <item row="1" column="0">
49     <widget class="QLabel" name="labelLA">
50      <property name="toolTip">
51       <string>The label as it appears in the document</string>
52      </property>
53      <property name="text">
54       <string>&amp;Label:</string>
55      </property>
56      <property name="buddy">
57       <cstring>labelED</cstring>
58      </property>
59     </widget>
60    </item>
61    <item row="0" column="0">
62     <widget class="QLabel" name="keyLA">
63      <property name="toolTip">
64       <string>The bibliography key</string>
65      </property>
66      <property name="text">
67       <string>&amp;Key:</string>
68      </property>
69      <property name="buddy">
70       <cstring>keyED</cstring>
71      </property>
72     </widget>
73    </item>
74   </layout>
75  </widget>
76  <includes>
77   <include location="local">qt_i18n.h</include>
78  </includes>
79  <resources/>
80  <connections/>
81 </ui>