libkdepim

categoryeditdialog_base.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './categoryeditdialog_base.ui'
00003 **
00004 ** Created: Fr Okt 16 12:25:35 2009
00005 **
00006 ** WARNING! All changes made in this file will be lost!
00007 ****************************************************************************/
00008 
00009 #ifndef CATEGORYEDITDIALOG_BASE_H
00010 #define CATEGORYEDITDIALOG_BASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 
00015 class QVBoxLayout;
00016 class QHBoxLayout;
00017 class QGridLayout;
00018 class QSpacerItem;
00019 class QLineEdit;
00020 class QListView;
00021 class QListViewItem;
00022 class QPushButton;
00023 
00024 class CategoryEditDialog_base : public QWidget
00025 {
00026     Q_OBJECT
00027 
00028 public:
00029     CategoryEditDialog_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030     ~CategoryEditDialog_base();
00031 
00032     QLineEdit* mEdit;
00033     QListView* mCategories;
00034     QPushButton* mButtonAdd;
00035     QPushButton* mButtonRemove;
00036 
00037 protected:
00038     QGridLayout* CategoryEditDialog_baseLayout;
00039     QVBoxLayout* layout103;
00040     QSpacerItem* Spacer3;
00041 
00042 protected slots:
00043     virtual void languageChange();
00044 
00045 };
00046 
00047 #endif // CATEGORYEDITDIALOG_BASE_H