]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BibitemUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[lyx.git] / src / frontends / qt4 / ui / BibitemUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>BibitemUi</class>
6  <widget class="QDialog" name="BibitemUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>197</width>
12     <height>134</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>9</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="0" column="1" >
29     <widget class="QLineEdit" name="keyED" >
30      <property name="sizePolicy" >
31       <sizepolicy>
32        <hsizetype>7</hsizetype>
33        <vsizetype>0</vsizetype>
34        <horstretch>0</horstretch>
35        <verstretch>0</verstretch>
36       </sizepolicy>
37      </property>
38      <property name="toolTip" >
39       <string>The bibliography key</string>
40      </property>
41     </widget>
42    </item>
43    <item row="1" column="1" >
44     <widget class="QLineEdit" name="labelED" >
45      <property name="sizePolicy" >
46       <sizepolicy>
47        <hsizetype>7</hsizetype>
48        <vsizetype>0</vsizetype>
49        <horstretch>0</horstretch>
50        <verstretch>0</verstretch>
51       </sizepolicy>
52      </property>
53      <property name="toolTip" >
54       <string>The label as it appears in the document</string>
55      </property>
56     </widget>
57    </item>
58    <item row="1" column="0" >
59     <widget class="QLabel" name="labelLA" >
60      <property name="toolTip" >
61       <string>The label as it appears in the document</string>
62      </property>
63      <property name="text" >
64       <string>&amp;Label:</string>
65      </property>
66      <property name="buddy" >
67       <cstring>labelED</cstring>
68      </property>
69     </widget>
70    </item>
71    <item row="0" column="0" >
72     <widget class="QLabel" name="keyLA" >
73      <property name="toolTip" >
74       <string>The bibliography key</string>
75      </property>
76      <property name="text" >
77       <string>&amp;Key:</string>
78      </property>
79      <property name="buddy" >
80       <cstring>keyED</cstring>
81      </property>
82     </widget>
83    </item>
84    <item row="2" column="0" colspan="2" >
85     <layout class="QHBoxLayout" >
86      <property name="margin" >
87       <number>0</number>
88      </property>
89      <property name="spacing" >
90       <number>6</number>
91      </property>
92      <item>
93       <spacer>
94        <property name="orientation" >
95         <enum>Qt::Horizontal</enum>
96        </property>
97        <property name="sizeType" >
98         <enum>QSizePolicy::Expanding</enum>
99        </property>
100        <property name="sizeHint" >
101         <size>
102          <width>20</width>
103          <height>20</height>
104         </size>
105        </property>
106       </spacer>
107      </item>
108      <item>
109       <widget class="QPushButton" name="okPB" >
110        <property name="text" >
111         <string>&amp;OK</string>
112        </property>
113        <property name="default" >
114         <bool>true</bool>
115        </property>
116       </widget>
117      </item>
118      <item>
119       <widget class="QPushButton" name="closePB" >
120        <property name="text" >
121         <string>&amp;Close</string>
122        </property>
123       </widget>
124      </item>
125     </layout>
126    </item>
127   </layout>
128  </widget>
129  <pixmapfunction></pixmapfunction>
130  <includes>
131   <include location="local" >qt_helpers.h</include>
132  </includes>
133  <resources/>
134  <connections/>
135 </ui>