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

osplitter_example.h

Go to the documentation of this file.
00001 /*
00002  * May be used, copied and modified wihtout any limitation 
00003  */
00004 
00005 #ifndef OSPlitter_EXAMPLE_H
00006 #define OSPlitter_EXAMPLE_H
00007 
00008 #include <qvbox.h>
00009  
00010 class OSplitterExample : public QWidget {
00011     Q_OBJECT
00012 public:
00013     static QString appName() { return QString::fromLatin1("osplitter_example"); }
00014     OSplitterExample( QWidget *parent, const char* name, WFlags fl );
00015 
00016 };
00017 
00018 
00019 #endif

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