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

owidgetstack_example.h

Go to the documentation of this file.
00001 /*
00002  * You may use, modify and distribute this example without any limitation
00003  */
00004 
00005 #ifndef O_STACK_EXAMPLE_SIMPLE_H
00006 #define O_STACK_EXAMPLE_SIMPLE_H
00007 
00008 #include <qmainwindow.h>
00009 #include <opie2/owidgetstack.h>
00010 
00011 
00012 class StackExample : public QMainWindow {
00013     Q_OBJECT
00014 public:
00015     StackExample( QWidget* paren, const char* name, WFlags fl );
00016     ~StackExample();
00017     static QString appName() { return QString::fromLatin1("owidgetstack-example"); }
00018 
00019 protected:
00020     void closeEvent( QCloseEvent* e );
00021 private:
00022     Opie::Ui::OWidgetStack* m_stack;
00023     QWidget* m_main;
00024 
00025 };
00026 
00027 #endif

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