]> ruin.nu Git - adress.git/blob - mainwindow.h
2a65fe34c3de56b89ecd49f7bedd48665ee136e4
[adress.git] / mainwindow.h
1 #ifndef MAINWINDOW_H
2 #define MAINWINDOW_H
3 #include "ui/mainwindowbase.h"
4 #include <qfile.h>
5 #include <qfiledialog.h>
6 #include <qtextstream.h>
7 #include <qstring.h>
8 #include <qlistview.h>
9 #include "contact.h"
10
11 class MainWindow : public CMainWindowBase
12
13     Q_OBJECT
14
15 public:
16     MainWindow( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
17     ~MainWindow();
18
19 public slots:
20     void slotSave();
21     void slotAdd();
22     void slotDel();
23     void slotLoad();
24     void slotSearch();
25                 void slotModify(QListViewItem* lvi);
26 protected:
27                 void updateView();
28
29                 QString filename;
30 };
31
32 #endif // MAINWINDOW_H