summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/SearchDialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/SearchDialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/SearchDialog.h57
1 files changed, 57 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/SearchDialog.h b/noncore/apps/opie-gutenbrowser/SearchDialog.h
new file mode 100644
index 0000000..a7effdd
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/SearchDialog.h
@@ -0,0 +1,57 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'SearchDialog.ui'
3**
4** Created: Tue Aug 29 11:12:09 2000
5 copyright : (C) 2000 -2004 by llornkcor
6 email : ljp@llornkcor.com
7****************************************************************************/
8#ifndef SEARCHDIALOG_H
9#define SEARCHDIALOG_H
10
11#include <qdialog.h>
12#include "SearchResults.h"
13#include <qpe/config.h>
14
15class QVBoxLayout;
16class QHBoxLayout;
17class QGridLayout;
18class QLabel;
19class QLineEdit;
20class QPushButton;
21class QCheckBox;
22
23class SearchDialog : public QDialog
24{
25 Q_OBJECT
26
27public:
28 SearchDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29 ~SearchDialog();
30
31 QLabel* TextLabel1;
32 QPushButton* buttonOk;
33 QPushButton* buttonCancel;
34 QLineEdit* SearchLineEdit;
35 QString searchString;
36 QString label1Str;
37 QCheckBox *caseSensitiveCheckBox;
38Config *cfg;
39protected:
40 QHBoxLayout* hbox;
41
42public slots: // Public slots
43 void setLabel( QString labelText);
44 void byeBye();
45 bool get_direction();
46 bool case_sensitive();
47 bool forward_search();
48 //void setLabel();
49 void closed();
50 QString get_text();
51signals:
52
53 void search_signal();
54 void search_done_signal();
55};
56
57#endif // SEARCHDIALOG_H