summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/searchmethoddlg.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/odict/searchmethoddlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/searchmethoddlg.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.h b/noncore/apps/odict/searchmethoddlg.h
index e277cfb..d98842f 100644
--- a/noncore/apps/odict/searchmethoddlg.h
+++ b/noncore/apps/odict/searchmethoddlg.h
@@ -8,6 +8,7 @@
**************************************************************************/
class QWidget;
+class QLineEdit;
class OTabWidget;
class QListView;
class QPushButton;
@@ -22,8 +23,18 @@ class SearchMethodDlg : public QDialog
Q_OBJECT
public:
- SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE );
+ SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE, QString itemname=0 );
QString itemName;
+ QLineEdit *nameLE;
+ QLineEdit *lang1, *lang2, *trenner;
+ void saveItem();
+
+ private:
+ QLineEdit *dictFileLE;
+ void setupEntries( QString );
+
+ private slots:
+ void slotBrowse();
};