]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/formindexdialog.h
Bibtex fix from Angus ; first try at fixing mathed crash
[lyx.git] / src / frontends / kde / formindexdialog.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: formindexdialog.h
6         Last generated: Thu Sep 14 12:08:37 2000
7
8  *********************************************************************/
9
10 #ifndef FormIndexDialog_included
11 #define FormIndexDialog_included
12
13 #include "formindexdialogdata.h"
14
15 class FormIndex;
16
17 class FormIndexDialog : public FormIndexDialogData
18 {
19     Q_OBJECT
20
21 public:
22
23     FormIndexDialog
24     (
25         FormIndex *, QWidget* parent = NULL,
26         const char* name = NULL
27     );
28
29     virtual ~FormIndexDialog();
30
31     void setIndexText(const char * str) { index->setText(str); }
32     const char * getIndexText() { return index->text(); }
33     void setReadOnly(bool);
34
35 private slots:
36     void clickedOK();
37     void clickedCancel();
38
39 private:
40     FormIndex *form_;
41
42 };
43 #endif // FormIndexDialog_included