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
1.4.2