author | zautrix <zautrix> | 2004-06-29 18:58:49 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-29 18:58:49 (UTC) |
commit | 3ba4450e5a9bf537b87b4da0228d1c41ab6030f5 (patch) (side-by-side diff) | |
tree | 5cd75f95928dda04079496044897ca66dff1dd5d /korganizer | |
parent | 827c6e908f416180add40370676b00bee55ce203 (diff) | |
download | kdepimpi-3ba4450e5a9bf537b87b4da0228d1c41ab6030f5.zip kdepimpi-3ba4450e5a9bf537b87b4da0228d1c41ab6030f5.tar.gz kdepimpi-3ba4450e5a9bf537b87b4da0228d1c41ab6030f5.tar.bz2 |
Removed auto generated files
-rw-r--r-- | korganizer/kofilterview_base.cpp | 62 | ||||
-rw-r--r-- | korganizer/kofilterview_base.h | 40 |
2 files changed, 0 insertions, 102 deletions
diff --git a/korganizer/kofilterview_base.cpp b/korganizer/kofilterview_base.cpp deleted file mode 100644 index 2bb8959..0000000 --- a/korganizer/kofilterview_base.cpp +++ b/dev/null @@ -1,62 +0,0 @@ -/**************************************************************************** -** Form implementation generated from reading ui file 'kofilterview_base.ui' -** -** Created: Tue Jun 29 20:36:37 2004 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#include "kofilterview_base.h" - -#include <qcheckbox.h> -#include <qcombobox.h> -#include <qframe.h> -#include <qpushbutton.h> -#include <qlayout.h> -#include <qvariant.h> -#include <qtooltip.h> -#include <qwhatsthis.h> - -/* - * Constructs a KOFilterView_base which is a child of 'parent', with the - * name 'name' and widget flags set to 'f' - */ -KOFilterView_base::KOFilterView_base( QWidget* parent, const char* name, WFlags fl ) - : QWidget( parent, name, fl ) -{ - if ( !name ) - setName( "KOFilterView_base" ); - resize( 100, 100 ); - setCaption( tr( "Form2" ) ); - KOFilterView_baseLayout = new QVBoxLayout( this ); - KOFilterView_baseLayout->setSpacing( 2 ); - KOFilterView_baseLayout->setMargin( 2 ); - - Frame11 = new QFrame( this, "Frame11" ); - Frame11->setFrameShadow( QFrame::Raised ); - Frame11->setFrameShape( QFrame::StyledPanel ); - Frame11Layout = new QVBoxLayout( Frame11 ); - Frame11Layout->setSpacing( 1 ); - Frame11Layout->setMargin( 2 ); - - mEnabledCheck = new QCheckBox( Frame11, "mEnabledCheck" ); - mEnabledCheck->setText( tr( "Filter enabled" ) ); - Frame11Layout->addWidget( mEnabledCheck ); - - mSelectionCombo = new QComboBox( FALSE, Frame11, "mSelectionCombo" ); - Frame11Layout->addWidget( mSelectionCombo ); - KOFilterView_baseLayout->addWidget( Frame11 ); - - mEditButton = new QPushButton( this, "mEditButton" ); - mEditButton->setText( tr( "Edit Filters" ) ); - KOFilterView_baseLayout->addWidget( mEditButton ); -} - -/* - * Destroys the object and frees any allocated resources - */ -KOFilterView_base::~KOFilterView_base() -{ - // no need to delete child widgets, Qt does it all for us -} - diff --git a/korganizer/kofilterview_base.h b/korganizer/kofilterview_base.h deleted file mode 100644 index ed084ce..0000000 --- a/korganizer/kofilterview_base.h +++ b/dev/null @@ -1,40 +0,0 @@ -/**************************************************************************** -** Form interface generated from reading ui file 'kofilterview_base.ui' -** -** Created: Sat Jun 26 17:22:53 2004 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#ifndef KOFILTERVIEW_BASE_H -#define KOFILTERVIEW_BASE_H - -#include <qvariant.h> -#include <qwidget.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QCheckBox; -class QComboBox; -class QFrame; -class QPushButton; - -class KOFilterView_base : public QWidget -{ - Q_OBJECT - -public: - KOFilterView_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); - ~KOFilterView_base(); - - QFrame* Frame11; - QCheckBox* mEnabledCheck; - QComboBox* mSelectionCombo; - QPushButton* mEditButton; - -protected: - QVBoxLayout* KOFilterView_baseLayout; - QVBoxLayout* Frame11Layout; -}; - -#endif // KOFILTERVIEW_BASE_H |