-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 @@ | |||
1 | /**************************************************************************** | ||
2 | ** Form implementation generated from reading ui file 'kofilterview_base.ui' | ||
3 | ** | ||
4 | ** Created: Tue Jun 29 20:36:37 2004 | ||
5 | ** by: The User Interface Compiler (uic) | ||
6 | ** | ||
7 | ** WARNING! All changes made in this file will be lost! | ||
8 | ****************************************************************************/ | ||
9 | #include "kofilterview_base.h" | ||
10 | |||
11 | #include <qcheckbox.h> | ||
12 | #include <qcombobox.h> | ||
13 | #include <qframe.h> | ||
14 | #include <qpushbutton.h> | ||
15 | #include <qlayout.h> | ||
16 | #include <qvariant.h> | ||
17 | #include <qtooltip.h> | ||
18 | #include <qwhatsthis.h> | ||
19 | |||
20 | /* | ||
21 | * Constructs a KOFilterView_base which is a child of 'parent', with the | ||
22 | * name 'name' and widget flags set to 'f' | ||
23 | */ | ||
24 | KOFilterView_base::KOFilterView_base( QWidget* parent, const char* name, WFlags fl ) | ||
25 | : QWidget( parent, name, fl ) | ||
26 | { | ||
27 | if ( !name ) | ||
28 | setName( "KOFilterView_base" ); | ||
29 | resize( 100, 100 ); | ||
30 | setCaption( tr( "Form2" ) ); | ||
31 | KOFilterView_baseLayout = new QVBoxLayout( this ); | ||
32 | KOFilterView_baseLayout->setSpacing( 2 ); | ||
33 | KOFilterView_baseLayout->setMargin( 2 ); | ||
34 | |||
35 | Frame11 = new QFrame( this, "Frame11" ); | ||
36 | Frame11->setFrameShadow( QFrame::Raised ); | ||
37 | Frame11->setFrameShape( QFrame::StyledPanel ); | ||
38 | Frame11Layout = new QVBoxLayout( Frame11 ); | ||
39 | Frame11Layout->setSpacing( 1 ); | ||
40 | Frame11Layout->setMargin( 2 ); | ||
41 | |||
42 | mEnabledCheck = new QCheckBox( Frame11, "mEnabledCheck" ); | ||
43 | mEnabledCheck->setText( tr( "Filter enabled" ) ); | ||
44 | Frame11Layout->addWidget( mEnabledCheck ); | ||
45 | |||
46 | mSelectionCombo = new QComboBox( FALSE, Frame11, "mSelectionCombo" ); | ||
47 | Frame11Layout->addWidget( mSelectionCombo ); | ||
48 | KOFilterView_baseLayout->addWidget( Frame11 ); | ||
49 | |||
50 | mEditButton = new QPushButton( this, "mEditButton" ); | ||
51 | mEditButton->setText( tr( "Edit Filters" ) ); | ||
52 | KOFilterView_baseLayout->addWidget( mEditButton ); | ||
53 | } | ||
54 | |||
55 | /* | ||
56 | * Destroys the object and frees any allocated resources | ||
57 | */ | ||
58 | KOFilterView_base::~KOFilterView_base() | ||
59 | { | ||
60 | // no need to delete child widgets, Qt does it all for us | ||
61 | } | ||
62 | |||
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 @@ | |||
1 | /**************************************************************************** | ||
2 | ** Form interface generated from reading ui file 'kofilterview_base.ui' | ||
3 | ** | ||
4 | ** Created: Sat Jun 26 17:22:53 2004 | ||
5 | ** by: The User Interface Compiler (uic) | ||
6 | ** | ||
7 | ** WARNING! All changes made in this file will be lost! | ||
8 | ****************************************************************************/ | ||
9 | #ifndef KOFILTERVIEW_BASE_H | ||
10 | #define KOFILTERVIEW_BASE_H | ||
11 | |||
12 | #include <qvariant.h> | ||
13 | #include <qwidget.h> | ||
14 | class QVBoxLayout; | ||
15 | class QHBoxLayout; | ||
16 | class QGridLayout; | ||
17 | class QCheckBox; | ||
18 | class QComboBox; | ||
19 | class QFrame; | ||
20 | class QPushButton; | ||
21 | |||
22 | class KOFilterView_base : public QWidget | ||
23 | { | ||
24 | Q_OBJECT | ||
25 | |||
26 | public: | ||
27 | KOFilterView_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); | ||
28 | ~KOFilterView_base(); | ||
29 | |||
30 | QFrame* Frame11; | ||
31 | QCheckBox* mEnabledCheck; | ||
32 | QComboBox* mSelectionCombo; | ||
33 | QPushButton* mEditButton; | ||
34 | |||
35 | protected: | ||
36 | QVBoxLayout* KOFilterView_baseLayout; | ||
37 | QVBoxLayout* Frame11Layout; | ||
38 | }; | ||
39 | |||
40 | #endif // KOFILTERVIEW_BASE_H | ||