libopie API Documentation

otimepickerbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'otimepickerbase.ui'
00003 **
00004 ** Created: Sun Jan 11 13:37:09 2004
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef OTIMEPICKERDIALOGBASE_H
00010 #define OTIMEPICKERDIALOGBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class OTimePicker;
00018 class QFrame;
00019 class QGroupBox;
00020 class QLabel;
00021 class QLineEdit;
00022 
00023 class OTimePickerDialogBase : public QDialog
00024 { 
00025     Q_OBJECT
00026 
00027 public:
00028     OTimePickerDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00029     ~OTimePickerDialogBase();
00030 
00031     QFrame* Frame10;
00032     QFrame* Frame4;
00033     QLabel* TextLabel1;
00034     QLineEdit* hourField;
00035     QLabel* TextLabel1_2;
00036     QLineEdit* minuteField;
00037     QGroupBox* GroupBox1;
00038     OTimePicker* m_timePicker;
00039 
00040 protected:
00041     QVBoxLayout* OTimePickerDialogBaseLayout;
00042     QHBoxLayout* Frame10Layout;
00043     QHBoxLayout* Frame4Layout;
00044     QGridLayout* GroupBox1Layout;
00045     bool event( QEvent* );
00046 };
00047 
00048 #endif // OTIMEPICKERDIALOGBASE_H
KDE Logo
This file is part of the documentation for OPIE Version 1.1.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:45 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001