]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/searchdlg.h
implement getLabelList
[lyx.git] / src / frontends / qt2 / searchdlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'searchdlg.ui'
3 **
4 ** Created: Mon Mar 26 21:48:19 2001
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef SEARCHDLG_H
10 #define SEARCHDLG_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class QCheckBox;
18 class QComboBox;
19 class QLabel;
20 class QPushButton;
21
22 class SearchDlg : public QDialog
23
24     Q_OBJECT
25
26 public:
27     SearchDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
28     ~SearchDlg();
29
30     QLabel* findStrLabel;
31     QComboBox* find;
32     QLabel* replaceLabel;
33     QComboBox* replace;
34     QCheckBox* caseSensitive;
35     QCheckBox* matchWord;
36     QPushButton* findPB;
37     QPushButton* replacePB;
38     QPushButton* replaceAllPB;
39     QCheckBox* searchBack;
40     QPushButton* cancelPB;
41
42 protected slots:
43     virtual void Find();
44     virtual void Replace();
45     virtual void ReplaceAll();
46     virtual void cancel_adaptor();
47
48 protected:
49     QGridLayout* SearchDlgLayout;
50 };
51
52 #endif // SEARCHDLG_H