Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mainwindow.h

Go to the documentation of this file.
00001 #ifndef MAINWINDOW_H
00002 #define MAINWINDOW_H
00003 
00004 #include <qmainwindow.h>
00005 
00006 #include <qtoolbar.h>
00007 #include <qmenubar.h>
00008 #include <qaction.h>
00009 
00010 #include "qlinphone.h"
00011 
00012 class MainWindow : public QMainWindow {
00013     Q_OBJECT
00014 
00015 public:
00016     MainWindow( QWidget *parent = 0, const char *name = 0, WFlags flags = 0 );
00017     virtual ~MainWindow();
00018 
00019     static QString appName() {
00020         return QString::fromLatin1("olinphone");
00021     }
00022 
00023   QLinphoneMainWidget *mainWidget;
00024     QToolBar *toolBar;
00025     QMenuBar *menuBar;
00026     QPopupMenu *prefMenu;
00027 
00028     QAction *settings;
00029 
00030 public slots:
00031     void slotSettings();
00032 
00033 };
00034 
00035 #endif

Generated on Sat Nov 5 16:15:53 2005 for OPIE by  doxygen 1.4.2