]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/citationdlgdata.C
renaming, fix citation (still no search though)
[lyx.git] / src / frontends / kde / dlg / citationdlgdata.C
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: citationdlgdata.C
6         Last generated: Tue Apr 3 00:57:49 2001
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #include <gettext.h>
14
15 #include <qpixmap.h>
16 #include <qlayout.h>
17 #include "citationdlgdata.h"
18
19 #define Inherited QDialog
20
21 #include <qlabel.h>
22
23 CitationDialogData::CitationDialogData
24 (
25         QWidget* parent,
26         const char* name
27 )
28         :
29         Inherited( parent, name, FALSE, 53248 )
30 {
31         button_ok = new QPushButton( this, "button_ok" );
32         button_ok->setGeometry( 51, 379, 47, 56 );
33         button_ok->setMinimumSize( 0, 0 );
34         button_ok->setMaximumSize( 32767, 32767 );
35         connect( button_ok, SIGNAL(clicked()), SLOT(clicked_ok()) );
36         button_ok->setFocusPolicy( QWidget::TabFocus );
37         button_ok->setBackgroundMode( QWidget::PaletteBackground );
38         button_ok->setFontPropagation( QWidget::NoChildren );
39         button_ok->setPalettePropagation( QWidget::NoChildren );
40         button_ok->setText( _("&OK") );
41         button_ok->setAutoRepeat( false );
42         button_ok->setAutoResize( false );
43         button_ok->setToggleButton( false );
44         button_ok->setDefault( false );
45         button_ok->setAutoDefault( true );
46         button_ok->setIsMenuButton( false );
47
48         button_cancel = new QPushButton( this, "button_cancel" );
49         button_cancel->setGeometry( 483, 379, 46, 56 );
50         button_cancel->setMinimumSize( 0, 0 );
51         button_cancel->setMaximumSize( 32767, 32767 );
52         connect( button_cancel, SIGNAL(clicked()), SLOT(clicked_cancel()) );
53         button_cancel->setFocusPolicy( QWidget::TabFocus );
54         button_cancel->setBackgroundMode( QWidget::PaletteBackground );
55         button_cancel->setFontPropagation( QWidget::NoChildren );
56         button_cancel->setPalettePropagation( QWidget::NoChildren );
57         button_cancel->setText( _("&Cancel") );
58         button_cancel->setAutoRepeat( false );
59         button_cancel->setAutoResize( false );
60         button_cancel->setToggleButton( false );
61         button_cancel->setDefault( false );
62         button_cancel->setAutoDefault( false );
63         button_cancel->setIsMenuButton( false );
64
65         button_apply = new QPushButton( this, "button_apply" );
66         button_apply->setGeometry( 195, 379, 46, 56 );
67         button_apply->setMinimumSize( 0, 0 );
68         button_apply->setMaximumSize( 32767, 32767 );
69         connect( button_apply, SIGNAL(clicked()), SLOT(clicked_apply()) );
70         button_apply->setFocusPolicy( QWidget::TabFocus );
71         button_apply->setBackgroundMode( QWidget::PaletteBackground );
72         button_apply->setFontPropagation( QWidget::NoChildren );
73         button_apply->setPalettePropagation( QWidget::NoChildren );
74         button_apply->setText( _("&Apply") );
75         button_apply->setAutoRepeat( false );
76         button_apply->setAutoResize( false );
77         button_apply->setToggleButton( false );
78         button_apply->setDefault( false );
79         button_apply->setAutoDefault( true );
80         button_apply->setIsMenuButton( false );
81
82         button_restore = new QPushButton( this, "button_restore" );
83         button_restore->setGeometry( 339, 379, 46, 56 );
84         button_restore->setMinimumSize( 0, 0 );
85         button_restore->setMaximumSize( 32767, 32767 );
86         connect( button_restore, SIGNAL(clicked()), SLOT(clicked_restore()) );
87         button_restore->setFocusPolicy( QWidget::TabFocus );
88         button_restore->setBackgroundMode( QWidget::PaletteBackground );
89         button_restore->setFontPropagation( QWidget::NoChildren );
90         button_restore->setPalettePropagation( QWidget::NoChildren );
91         button_restore->setText( _("&Restore") );
92         button_restore->setAutoRepeat( false );
93         button_restore->setAutoResize( false );
94         button_restore->setToggleButton( false );
95         button_restore->setDefault( false );
96         button_restore->setAutoDefault( true );
97         button_restore->setIsMenuButton( false );
98
99         list_chosen = new QListBox( this, "list_chosen" );
100         list_chosen->setGeometry( 79, 5, 209, 233 );
101         list_chosen->setMinimumSize( 0, 0 );
102         list_chosen->setMaximumSize( 32767, 32767 );
103         connect( list_chosen, SIGNAL(highlighted(const char*)), SLOT(highlight_chosen_adaptor(const char*)) );
104         list_chosen->setFocusPolicy( QWidget::StrongFocus );
105         list_chosen->setBackgroundMode( QWidget::PaletteBase );
106         list_chosen->setFontPropagation( QWidget::SameFont );
107         list_chosen->setPalettePropagation( QWidget::SameFont );
108         list_chosen->setFrameStyle( 51 );
109         list_chosen->setLineWidth( 2 );
110         list_chosen->setMidLineWidth( 0 );
111         list_chosen->QFrame::setMargin( 0 );
112         list_chosen->setDragSelect( true );
113         list_chosen->setAutoScroll( true );
114         list_chosen->setScrollBar( false );
115         list_chosen->setAutoScrollBar( true );
116         list_chosen->setBottomScrollBar( false );
117         list_chosen->setAutoBottomScrollBar( true );
118         list_chosen->setSmoothScrolling( true );
119         list_chosen->setMultiSelection( false );
120         list_chosen->setAutoUpdate( true );
121
122         list_available = new QListBox( this, "list_available" );
123         list_available->setGeometry( 367, 5, 208, 233 );
124         list_available->setMinimumSize( 0, 0 );
125         list_available->setMaximumSize( 32767, 32767 );
126         connect( list_available, SIGNAL(highlighted(const char*)), SLOT(highlight_available_adaptor(const char*)) );
127         connect( list_available, SIGNAL(selected(const char*)), SLOT(select_available_adaptor(const char*)) );
128         list_available->setFocusPolicy( QWidget::StrongFocus );
129         list_available->setBackgroundMode( QWidget::PaletteBase );
130         list_available->setFontPropagation( QWidget::SameFont );
131         list_available->setPalettePropagation( QWidget::SameFont );
132         list_available->setFrameStyle( 51 );
133         list_available->setLineWidth( 2 );
134         list_available->setMidLineWidth( 0 );
135         list_available->QFrame::setMargin( 0 );
136         list_available->setDragSelect( true );
137         list_available->setAutoScroll( true );
138         list_available->setScrollBar( false );
139         list_available->setAutoScrollBar( true );
140         list_available->setBottomScrollBar( false );
141         list_available->setAutoBottomScrollBar( true );
142         list_available->setSmoothScrolling( true );
143         list_available->setMultiSelection( false );
144         list_available->setAutoUpdate( true );
145
146         button_down = new QPushButton( this, "button_down" );
147         button_down->setGeometry( 5, 86, 69, 76 );
148         button_down->setMinimumSize( 0, 0 );
149         button_down->setMaximumSize( 32767, 32767 );
150         connect( button_down, SIGNAL(clicked()), SLOT(clicked_down()) );
151         button_down->setFocusPolicy( QWidget::TabFocus );
152         button_down->setBackgroundMode( QWidget::PaletteBackground );
153         button_down->setFontPropagation( QWidget::NoChildren );
154         button_down->setPalettePropagation( QWidget::NoChildren );
155         button_down->setText( _("&Down") );
156         button_down->setAutoRepeat( false );
157         button_down->setAutoResize( false );
158         button_down->setToggleButton( false );
159         button_down->setDefault( false );
160         button_down->setAutoDefault( true );
161         button_down->setIsMenuButton( false );
162
163         button_remove = new QPushButton( this, "button_remove" );
164         button_remove->setGeometry( 293, 66, 69, 56 );
165         button_remove->setMinimumSize( 0, 0 );
166         button_remove->setMaximumSize( 32767, 32767 );
167         connect( button_remove, SIGNAL(clicked()), SLOT(clicked_remove()) );
168         button_remove->setFocusPolicy( QWidget::TabFocus );
169         button_remove->setBackgroundMode( QWidget::PaletteBackground );
170         button_remove->setFontPropagation( QWidget::NoChildren );
171         button_remove->setPalettePropagation( QWidget::NoChildren );
172         button_remove->setText( _("&Remove") );
173         button_remove->setAutoRepeat( false );
174         button_remove->setAutoResize( false );
175         button_remove->setToggleButton( false );
176         button_remove->setDefault( false );
177         button_remove->setAutoDefault( true );
178         button_remove->setIsMenuButton( false );
179
180         button_up = new QPushButton( this, "button_up" );
181         button_up->setGeometry( 5, 5, 69, 76 );
182         button_up->setMinimumSize( 0, 0 );
183         button_up->setMaximumSize( 32767, 32767 );
184         connect( button_up, SIGNAL(clicked()), SLOT(clicked_up()) );
185         button_up->setFocusPolicy( QWidget::TabFocus );
186         button_up->setBackgroundMode( QWidget::PaletteBackground );
187         button_up->setFontPropagation( QWidget::NoChildren );
188         button_up->setPalettePropagation( QWidget::NoChildren );
189         button_up->setText( _("&Up") );
190         button_up->setAutoRepeat( false );
191         button_up->setAutoResize( false );
192         button_up->setToggleButton( false );
193         button_up->setDefault( false );
194         button_up->setAutoDefault( true );
195         button_up->setIsMenuButton( false );
196
197         button_add = new QPushButton( this, "button_add" );
198         button_add->setGeometry( 293, 5, 69, 56 );
199         button_add->setMinimumSize( 0, 0 );
200         button_add->setMaximumSize( 32767, 32767 );
201         connect( button_add, SIGNAL(clicked()), SLOT(clicked_add()) );
202         button_add->setFocusPolicy( QWidget::TabFocus );
203         button_add->setBackgroundMode( QWidget::PaletteBackground );
204         button_add->setFontPropagation( QWidget::NoChildren );
205         button_add->setPalettePropagation( QWidget::NoChildren );
206         button_add->setText( _("&Add") );
207         button_add->setAutoRepeat( false );
208         button_add->setAutoResize( false );
209         button_add->setToggleButton( false );
210         button_add->setDefault( false );
211         button_add->setAutoDefault( true );
212         button_add->setIsMenuButton( false );
213
214         QLabel* qtarch_label_after;
215         qtarch_label_after = new QLabel( this, "label_after" );
216         qtarch_label_after->setGeometry( 5, 271, 283, 15 );
217         qtarch_label_after->setMinimumSize( 0, 15 );
218         qtarch_label_after->setMaximumSize( 32767, 15 );
219         qtarch_label_after->setFocusPolicy( QWidget::NoFocus );
220         qtarch_label_after->setBackgroundMode( QWidget::PaletteBackground );
221         qtarch_label_after->setFontPropagation( QWidget::NoChildren );
222         qtarch_label_after->setPalettePropagation( QWidget::NoChildren );
223         qtarch_label_after->setFrameStyle( 0 );
224         qtarch_label_after->setLineWidth( 1 );
225         qtarch_label_after->setMidLineWidth( 0 );
226         qtarch_label_after->QFrame::setMargin( 0 );
227         qtarch_label_after->setText( _("Text after : ") );
228         qtarch_label_after->setAlignment( 289 );
229         qtarch_label_after->setMargin( -1 );
230
231         line_after = new QLineEdit( this, "line_after" );
232         line_after->setGeometry( 293, 243, 282, 71 );
233         line_after->setMinimumSize( 0, 0 );
234         line_after->setMaximumSize( 32767, 32767 );
235         connect( line_after, SIGNAL(textChanged(const char*)), SLOT(after_changed(const char*)) );
236         line_after->setFocusPolicy( QWidget::StrongFocus );
237         line_after->setBackgroundMode( QWidget::PaletteBase );
238         line_after->setFontPropagation( QWidget::NoChildren );
239         line_after->setPalettePropagation( QWidget::NoChildren );
240         line_after->setText( "" );
241         line_after->setMaxLength( 32767 );
242         line_after->setFrame( QLineEdit::Normal );
243         line_after->setFrame( true );
244
245         line_details = new QMultiLineEdit( this, "line_details" );
246         line_details->setGeometry( 5, 319, 570, 55 );
247         line_details->setMinimumSize( 0, 0 );
248         line_details->setMaximumSize( 32767, 32767 );
249         line_details->setFocusPolicy( QWidget::StrongFocus );
250         line_details->setBackgroundMode( QWidget::PaletteBase );
251         line_details->setFontPropagation( QWidget::SameFont );
252         line_details->setPalettePropagation( QWidget::SameFont );
253         line_details->setFrameStyle( 51 );
254         line_details->setLineWidth( 2 );
255         line_details->setMidLineWidth( 0 );
256         line_details->QFrame::setMargin( 0 );
257         line_details->insertLine( "" );
258         line_details->setReadOnly( true );
259         line_details->setOverwriteMode( false );
260         line_details->setAutoUpdate( true );
261
262         button_search = new QPushButton( this, "button_search" );
263         button_search->setGeometry( 293, 127, 69, 55 );
264         button_search->setMinimumSize( 0, 0 );
265         button_search->setMaximumSize( 32767, 32767 );
266         connect( button_search, SIGNAL(clicked()), SLOT(clicked_search()) );
267         button_search->setFocusPolicy( QWidget::TabFocus );
268         button_search->setBackgroundMode( QWidget::PaletteBackground );
269         button_search->setFontPropagation( QWidget::NoChildren );
270         button_search->setPalettePropagation( QWidget::NoChildren );
271         button_search->setText( _("&Search") );
272         button_search->setAutoRepeat( false );
273         button_search->setAutoResize( false );
274         button_search->setToggleButton( false );
275         button_search->setDefault( false );
276         button_search->setAutoDefault( true );
277         button_search->setIsMenuButton( false );
278
279         if (button_ok->sizeHint().width()!=-1)
280                 button_ok->setMinimumWidth(button_ok->sizeHint().width());
281         if (button_ok->sizeHint().height()!=-1)
282                 button_ok->setMinimumHeight(button_ok->sizeHint().height());
283         if (button_ok->sizeHint().width()!=-1)
284                 button_ok->setMaximumWidth(button_ok->sizeHint().width());
285         if (button_ok->sizeHint().height()!=-1)
286                 button_ok->setMaximumHeight(button_ok->sizeHint().height());
287         if (button_cancel->sizeHint().width()!=-1)
288                 button_cancel->setMinimumWidth(button_cancel->sizeHint().width());
289         if (button_cancel->sizeHint().height()!=-1)
290                 button_cancel->setMinimumHeight(button_cancel->sizeHint().height());
291         if (button_cancel->sizeHint().width()!=-1)
292                 button_cancel->setMaximumWidth(button_cancel->sizeHint().width());
293         if (button_cancel->sizeHint().height()!=-1)
294                 button_cancel->setMaximumHeight(button_cancel->sizeHint().height());
295         if (button_apply->sizeHint().width()!=-1)
296                 button_apply->setMinimumWidth(button_apply->sizeHint().width());
297         if (button_apply->sizeHint().height()!=-1)
298                 button_apply->setMinimumHeight(button_apply->sizeHint().height());
299         if (button_apply->sizeHint().width()!=-1)
300                 button_apply->setMaximumWidth(button_apply->sizeHint().width());
301         if (button_apply->sizeHint().height()!=-1)
302                 button_apply->setMaximumHeight(button_apply->sizeHint().height());
303         if (button_restore->sizeHint().width()!=-1)
304                 button_restore->setMinimumWidth(button_restore->sizeHint().width());
305         if (button_restore->sizeHint().height()!=-1)
306                 button_restore->setMinimumHeight(button_restore->sizeHint().height());
307         if (button_restore->sizeHint().width()!=-1)
308                 button_restore->setMaximumWidth(button_restore->sizeHint().width());
309         if (button_restore->sizeHint().height()!=-1)
310                 button_restore->setMaximumHeight(button_restore->sizeHint().height());
311         if (list_chosen->sizeHint().width()!=-1)
312                 list_chosen->setMinimumWidth(list_chosen->sizeHint().width());
313         if (list_chosen->sizeHint().height()!=-1)
314                 list_chosen->setMinimumHeight(list_chosen->sizeHint().height());
315         if (list_available->sizeHint().width()!=-1)
316                 list_available->setMinimumWidth(list_available->sizeHint().width());
317         if (list_available->sizeHint().height()!=-1)
318                 list_available->setMinimumHeight(list_available->sizeHint().height());
319         if (button_down->sizeHint().width()!=-1)
320                 button_down->setMinimumWidth(button_down->sizeHint().width());
321         if (button_down->sizeHint().height()!=-1)
322                 button_down->setMinimumHeight(button_down->sizeHint().height());
323         if (button_down->sizeHint().width()!=-1)
324                 button_down->setMaximumWidth(button_down->sizeHint().width());
325         if (button_down->sizeHint().height()!=-1)
326                 button_down->setMaximumHeight(button_down->sizeHint().height());
327         if (button_remove->sizeHint().width()!=-1)
328                 button_remove->setMinimumWidth(button_remove->sizeHint().width());
329         if (button_remove->sizeHint().height()!=-1)
330                 button_remove->setMinimumHeight(button_remove->sizeHint().height());
331         if (button_remove->sizeHint().width()!=-1)
332                 button_remove->setMaximumWidth(button_remove->sizeHint().width());
333         if (button_remove->sizeHint().height()!=-1)
334                 button_remove->setMaximumHeight(button_remove->sizeHint().height());
335         if (button_up->sizeHint().width()!=-1)
336                 button_up->setMinimumWidth(button_up->sizeHint().width());
337         if (button_up->sizeHint().height()!=-1)
338                 button_up->setMinimumHeight(button_up->sizeHint().height());
339         if (button_up->sizeHint().width()!=-1)
340                 button_up->setMaximumWidth(button_up->sizeHint().width());
341         if (button_up->sizeHint().height()!=-1)
342                 button_up->setMaximumHeight(button_up->sizeHint().height());
343         if (button_add->sizeHint().width()!=-1)
344                 button_add->setMinimumWidth(button_add->sizeHint().width());
345         if (button_add->sizeHint().height()!=-1)
346                 button_add->setMinimumHeight(button_add->sizeHint().height());
347         if (button_add->sizeHint().width()!=-1)
348                 button_add->setMaximumWidth(button_add->sizeHint().width());
349         if (button_add->sizeHint().height()!=-1)
350                 button_add->setMaximumHeight(button_add->sizeHint().height());
351         if (qtarch_label_after->sizeHint().width()!=-1)
352                 qtarch_label_after->setMinimumWidth(qtarch_label_after->sizeHint().width());
353         if (qtarch_label_after->sizeHint().height()!=-1)
354                 qtarch_label_after->setMinimumHeight(qtarch_label_after->sizeHint().height());
355         if (qtarch_label_after->sizeHint().width()!=-1)
356                 qtarch_label_after->setMaximumWidth(qtarch_label_after->sizeHint().width());
357         if (qtarch_label_after->sizeHint().height()!=-1)
358                 qtarch_label_after->setMaximumHeight(qtarch_label_after->sizeHint().height());
359         if (line_after->sizeHint().width()!=-1)
360                 line_after->setMinimumWidth(line_after->sizeHint().width());
361         if (line_after->sizeHint().height()!=-1)
362                 line_after->setMinimumHeight(line_after->sizeHint().height());
363         if (line_after->sizeHint().height()!=-1)
364                 line_after->setMaximumHeight(line_after->sizeHint().height());
365         if (line_details->sizeHint().width()!=-1)
366                 line_details->setMinimumWidth(line_details->sizeHint().width());
367         if (line_details->sizeHint().height()!=-1)
368                 line_details->setMinimumHeight(line_details->sizeHint().height());
369         if (line_details->sizeHint().height()!=-1)
370                 line_details->setMaximumHeight(line_details->sizeHint().height());
371         if (button_search->sizeHint().width()!=-1)
372                 button_search->setMinimumWidth(button_search->sizeHint().width());
373         if (button_search->sizeHint().height()!=-1)
374                 button_search->setMinimumHeight(button_search->sizeHint().height());
375         if (button_search->sizeHint().width()!=-1)
376                 button_search->setMaximumWidth(button_search->sizeHint().width());
377         if (button_search->sizeHint().height()!=-1)
378                 button_search->setMaximumHeight(button_search->sizeHint().height());
379         QBoxLayout* qtarch_layout_1 = new QBoxLayout( this, QBoxLayout::TopToBottom, 5, 5, NULL );
380         qtarch_layout_1->addStrut( 0 );
381         QBoxLayout* qtarch_layout_1_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
382         qtarch_layout_1->addLayout( qtarch_layout_1_1, 4 );
383         qtarch_layout_1_1->addStrut( 0 );
384         QBoxLayout* qtarch_layout_1_1_1 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL );
385         qtarch_layout_1_1->addLayout( qtarch_layout_1_1_1, 1 );
386         qtarch_layout_1_1_1->addStrut( 0 );
387         qtarch_layout_1_1_1->addWidget( button_up, 1, 36 );
388         qtarch_layout_1_1_1->addWidget( button_down, 1, 36 );
389         qtarch_layout_1_1_1->addStretch( 1 );
390         QBoxLayout* qtarch_layout_1_1_2 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL );
391         qtarch_layout_1_1->addLayout( qtarch_layout_1_1_2, 3 );
392         qtarch_layout_1_1_2->addStrut( 0 );
393         qtarch_layout_1_1_2->addWidget( list_chosen, 1, 36 );
394         QBoxLayout* qtarch_layout_1_1_3 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL );
395         qtarch_layout_1_1->addLayout( qtarch_layout_1_1_3, 1 );
396         qtarch_layout_1_1_3->addStrut( 0 );
397         qtarch_layout_1_1_3->addWidget( button_add, 1, 36 );
398         qtarch_layout_1_1_3->addWidget( button_remove, 1, 36 );
399         qtarch_layout_1_1_3->addWidget( button_search, 1, 36 );
400         qtarch_layout_1_1_3->addStretch( 1 );
401         QBoxLayout* qtarch_layout_1_1_4 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL );
402         qtarch_layout_1_1->addLayout( qtarch_layout_1_1_4, 3 );
403         qtarch_layout_1_1_4->addStrut( 0 );
404         qtarch_layout_1_1_4->addWidget( list_available, 1, 36 );
405         QBoxLayout* qtarch_layout_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
406         qtarch_layout_1->addLayout( qtarch_layout_1_2, 1 );
407         qtarch_layout_1_2->addStrut( 0 );
408         qtarch_layout_1_2->addWidget( qtarch_label_after, 1, 36 );
409         qtarch_layout_1_2->addWidget( line_after, 1, 36 );
410         QBoxLayout* qtarch_layout_1_3 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
411         qtarch_layout_1->addLayout( qtarch_layout_1_3, 1 );
412         qtarch_layout_1_3->addStrut( 0 );
413         qtarch_layout_1_3->addWidget( line_details, 1, 36 );
414         QBoxLayout* qtarch_layout_1_4 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
415         qtarch_layout_1->addLayout( qtarch_layout_1_4, 1 );
416         qtarch_layout_1_4->addStrut( 0 );
417         qtarch_layout_1_4->addStretch( 1 );
418         qtarch_layout_1_4->addWidget( button_ok, 1, 36 );
419         qtarch_layout_1_4->addStretch( 2 );
420         qtarch_layout_1_4->addWidget( button_apply, 1, 36 );
421         qtarch_layout_1_4->addStretch( 2 );
422         qtarch_layout_1_4->addWidget( button_restore, 1, 36 );
423         qtarch_layout_1_4->addStretch( 2 );
424         qtarch_layout_1_4->addWidget( button_cancel, 1, 36 );
425         qtarch_layout_1_4->addStretch( 1 );
426         resize( 580,440 );
427         setMinimumSize( 200, 65 );
428         setMaximumSize( 32767, 65 );
429 }
430
431
432 CitationDialogData::~CitationDialogData()
433 {
434 }
435 void CitationDialogData::clicked_ok()
436 {
437 }
438 void CitationDialogData::clicked_cancel()
439 {
440 }
441 void CitationDialogData::clicked_apply()
442 {
443 }
444 void CitationDialogData::clicked_restore()
445 {
446 }
447 void CitationDialogData::highlight_chosen_adaptor(const char*)
448 {
449 }
450 void CitationDialogData::highlight_available_adaptor(const char*)
451 {
452 }
453 void CitationDialogData::select_available_adaptor(const char*)
454 {
455 }
456 void CitationDialogData::clicked_down()
457 {
458 }
459 void CitationDialogData::clicked_remove()
460 {
461 }
462 void CitationDialogData::clicked_up()
463 {
464 }
465 void CitationDialogData::clicked_add()
466 {
467 }
468 void CitationDialogData::after_changed(const char*)
469 {
470 }
471 void CitationDialogData::clicked_search()
472 {
473 }