Qtopia library API Documentation

categoryeditbase_p.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'categoryeditbase_p.ui'
00003 **
00004 ** Created: Sat Jan 10 19:08:15 2004
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef CATEGORYEDITBASE_H
00010 #define CATEGORYEDITBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class QCheckBox;
00018 class QLineEdit;
00019 class QListView;
00020 class QListViewItem;
00021 class QToolButton;
00022 
00023 class CategoryEditBase : public QWidget
00024 { 
00025     Q_OBJECT
00026 
00027 public:
00028     CategoryEditBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00029     ~CategoryEditBase();
00030 
00031     QListView* lvView;
00032     QLineEdit* txtCat;
00033     QToolButton* cmdAdd;
00034     QToolButton* cmdDel;
00035     QCheckBox* chkGlobal;
00036 
00037 public slots:
00038     virtual void slotSetGlobal( bool );
00039     virtual void slotAdd();
00040     virtual void slotRemove();
00041     virtual void slotSetText( QListViewItem* );
00042     virtual void slotTextChanged(const QString &);
00043 
00044 protected:
00045     QVBoxLayout* CategoryEditBaseLayout;
00046     QHBoxLayout* Layout2;
00047 };
00048 
00049 #endif // CATEGORYEDITBASE_H
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:03 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001