]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QBibtexAddDialogBase.ui
bibtex dialog fixes
[lyx.git] / src / frontends / qt2 / ui / QBibtexAddDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QBibtexAddDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QBibtexAddDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>225</width>
17             <height>321</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>sizePolicy</name>
22         <sizepolicy>
23             <hsizetype>1</hsizetype>
24             <vsizetype>1</vsizetype>
25         </sizepolicy>
26     </property>
27     <property stdset="1">
28         <name>caption</name>
29         <string>LyX: Add BibTeX Database</string>
30     </property>
31     <property stdset="1">
32         <name>sizeGripEnabled</name>
33         <bool>true</bool>
34     </property>
35     <grid>
36         <property stdset="1">
37             <name>margin</name>
38             <number>11</number>
39         </property>
40         <property stdset="1">
41             <name>spacing</name>
42             <number>6</number>
43         </property>
44         <widget row="2"  column="0" >
45             <class>QPushButton</class>
46             <property stdset="1">
47                 <name>name</name>
48                 <cstring>browsePB</cstring>
49             </property>
50             <property stdset="1">
51                 <name>text</name>
52                 <string>&amp;Browse...</string>
53             </property>
54             <property stdset="1">
55                 <name>autoDefault</name>
56                 <bool>false</bool>
57             </property>
58             <property stdset="1">
59                 <name>default</name>
60                 <bool>true</bool>
61             </property>
62         </widget>
63         <widget row="1"  column="0"  rowspan="1"  colspan="2" >
64             <class>QLineEdit</class>
65             <property stdset="1">
66                 <name>name</name>
67                 <cstring>bibED</cstring>
68             </property>
69             <property stdset="1">
70                 <name>sizePolicy</name>
71                 <sizepolicy>
72                     <hsizetype>7</hsizetype>
73                     <vsizetype>0</vsizetype>
74                 </sizepolicy>
75             </property>
76             <property>
77                 <name>toolTip</name>
78                 <string>Search the available citations</string>
79             </property>
80         </widget>
81         <widget row="0"  column="0"  rowspan="1"  colspan="2" >
82             <class>QListBox</class>
83             <item>
84                 <property>
85                     <name>text</name>
86                     <string>New Item</string>
87                 </property>
88             </item>
89             <property stdset="1">
90                 <name>name</name>
91                 <cstring>bibLB</cstring>
92             </property>
93             <property stdset="1">
94                 <name>vScrollBarMode</name>
95                 <enum>AlwaysOn</enum>
96             </property>
97             <property stdset="1">
98                 <name>hScrollBarMode</name>
99                 <enum>AlwaysOff</enum>
100             </property>
101             <property>
102                 <name>toolTip</name>
103                 <string>Available citation keys</string>
104             </property>
105         </widget>
106         <spacer row="2"  column="1" >
107             <property>
108                 <name>name</name>
109                 <cstring>Spacer3</cstring>
110             </property>
111             <property stdset="1">
112                 <name>orientation</name>
113                 <enum>Horizontal</enum>
114             </property>
115             <property stdset="1">
116                 <name>sizeType</name>
117                 <enum>Expanding</enum>
118             </property>
119             <property>
120                 <name>sizeHint</name>
121                 <size>
122                     <width>20</width>
123                     <height>20</height>
124                 </size>
125             </property>
126         </spacer>
127         <widget row="3"  column="0"  rowspan="1"  colspan="2" >
128             <class>QLayoutWidget</class>
129             <property stdset="1">
130                 <name>name</name>
131                 <cstring>Layout4</cstring>
132             </property>
133             <hbox>
134                 <property stdset="1">
135                     <name>margin</name>
136                     <number>0</number>
137                 </property>
138                 <property stdset="1">
139                     <name>spacing</name>
140                     <number>6</number>
141                 </property>
142                 <spacer>
143                     <property>
144                         <name>name</name>
145                         <cstring>Spacer4</cstring>
146                     </property>
147                     <property stdset="1">
148                         <name>orientation</name>
149                         <enum>Horizontal</enum>
150                     </property>
151                     <property stdset="1">
152                         <name>sizeType</name>
153                         <enum>Expanding</enum>
154                     </property>
155                     <property>
156                         <name>sizeHint</name>
157                         <size>
158                             <width>20</width>
159                             <height>20</height>
160                         </size>
161                     </property>
162                 </spacer>
163                 <widget>
164                     <class>QPushButton</class>
165                     <property stdset="1">
166                         <name>name</name>
167                         <cstring>addPB</cstring>
168                     </property>
169                     <property stdset="1">
170                         <name>text</name>
171                         <string>&amp;Add</string>
172                     </property>
173                     <property stdset="1">
174                         <name>autoDefault</name>
175                         <bool>false</bool>
176                     </property>
177                     <property stdset="1">
178                         <name>default</name>
179                         <bool>true</bool>
180                     </property>
181                 </widget>
182                 <widget>
183                     <class>QPushButton</class>
184                     <property stdset="1">
185                         <name>name</name>
186                         <cstring>closePB</cstring>
187                     </property>
188                     <property stdset="1">
189                         <name>text</name>
190                         <string>Cancel</string>
191                     </property>
192                     <property stdset="1">
193                         <name>autoDefault</name>
194                         <bool>false</bool>
195                     </property>
196                 </widget>
197             </hbox>
198         </widget>
199     </grid>
200 </widget>
201 <connections>
202     <connection>
203         <sender>addPB</sender>
204         <signal>clicked()</signal>
205         <receiver>QBibtexAddDialogBase</receiver>
206         <slot>accept()</slot>
207     </connection>
208     <connection>
209         <sender>closePB</sender>
210         <signal>clicked()</signal>
211         <receiver>QBibtexAddDialogBase</receiver>
212         <slot>reject()</slot>
213     </connection>
214 </connections>
215 <tabstops>
216     <tabstop>bibLB</tabstop>
217     <tabstop>bibED</tabstop>
218     <tabstop>addPB</tabstop>
219     <tabstop>closePB</tabstop>
220 </tabstops>
221 </UI>