summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/SearchDialog.h
authorllornkcor <llornkcor>2004-04-07 13:07:42 (UTC)
committer llornkcor <llornkcor>2004-04-07 13:07:42 (UTC)
commitfc42c7317c956e5bc6e74bfbb1ec185d2faa79f4 (patch) (side-by-side diff)
tree703e89c7178f764aab25028d4525f74340b28dcb /noncore/apps/opie-gutenbrowser/SearchDialog.h
parent9e1ecade17a77c3d50aecc4c92091d852e99e8d9 (diff)
downloadopie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.zip
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.gz
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.bz2
add gutenbrowser
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 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'SearchDialog.ui'
+**
+** Created: Tue Aug 29 11:12:09 2000
+ copyright : (C) 2000 -2004 by llornkcor
+ email : ljp@llornkcor.com
+****************************************************************************/
+#ifndef SEARCHDIALOG_H
+#define SEARCHDIALOG_H
+
+#include <qdialog.h>
+#include "SearchResults.h"
+#include <qpe/config.h>
+
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QLabel;
+class QLineEdit;
+class QPushButton;
+class QCheckBox;
+
+class SearchDialog : public QDialog
+{
+ Q_OBJECT
+
+public:
+ SearchDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ~SearchDialog();
+
+ QLabel* TextLabel1;
+ QPushButton* buttonOk;
+ QPushButton* buttonCancel;
+ QLineEdit* SearchLineEdit;
+ QString searchString;
+ QString label1Str;
+ QCheckBox *caseSensitiveCheckBox;
+Config *cfg;
+protected:
+ QHBoxLayout* hbox;
+
+public slots: // Public slots
+ void setLabel( QString labelText);
+ void byeBye();
+ bool get_direction();
+ bool case_sensitive();
+ bool forward_search();
+ //void setLabel();
+ void closed();
+ QString get_text();
+signals:
+
+ void search_signal();
+ void search_done_signal();
+};
+
+#endif // SEARCHDIALOG_H