author | zautrix <zautrix> | 2005-01-16 10:42:53 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-16 10:42:53 (UTC) |
commit | 92b8de5ff678bddf69b9f0a45c1d90829c50c592 (patch) (unidiff) | |
tree | 7512b349a77910d7eb6112c68d2d6f3fa3ef5f0f | |
parent | 5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (diff) | |
download | kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.zip kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.gz kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.bz2 |
filter edit fix
-rw-r--r-- | korganizer/filteredit_base.cpp | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.h | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.ui | 10 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 2 |
4 files changed, 6 insertions, 16 deletions
diff --git a/korganizer/filteredit_base.cpp b/korganizer/filteredit_base.cpp index e724da4..d61ee67 100644 --- a/korganizer/filteredit_base.cpp +++ b/korganizer/filteredit_base.cpp | |||
@@ -1,10 +1,10 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Form implementation generated from reading ui file 'filteredit_base.ui' | 2 | ** Form implementation generated from reading ui file 'filteredit_base.ui' |
3 | ** | 3 | ** |
4 | ** Created: So Jan 16 11:23:21 2005 | 4 | ** Created: So Jan 16 11:40:31 2005 |
5 | ** by: The User Interface Compiler ($Id$) | 5 | ** by: The User Interface Compiler ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | ****************************************************************************/ | 8 | ****************************************************************************/ |
9 | 9 | ||
10 | #include "filteredit_base.h" | 10 | #include "filteredit_base.h" |
@@ -17,13 +17,12 @@ | |||
17 | #include <qlistbox.h> | 17 | #include <qlistbox.h> |
18 | #include <qlabel.h> | 18 | #include <qlabel.h> |
19 | #include <qcheckbox.h> | 19 | #include <qcheckbox.h> |
20 | #include <qlayout.h> | 20 | #include <qlayout.h> |
21 | #include <qtooltip.h> | 21 | #include <qtooltip.h> |
22 | #include <qwhatsthis.h> | 22 | #include <qwhatsthis.h> |
23 | #include "filteredit_base.ui.h" | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * Constructs a FilterEdit_base as a child of 'parent', with the | 25 | * Constructs a FilterEdit_base as a child of 'parent', with the |
27 | * name 'name' and widget flags set to 'f'. | 26 | * name 'name' and widget flags set to 'f'. |
28 | */ | 27 | */ |
29 | FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) | 28 | FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) |
@@ -104,13 +103,13 @@ FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) | |||
104 | mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); | 103 | mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); |
105 | mConfidentialCheck->setChecked( FALSE ); | 104 | mConfidentialCheck->setChecked( FALSE ); |
106 | layout2->addWidget( mConfidentialCheck ); | 105 | layout2->addWidget( mConfidentialCheck ); |
107 | mCriteriaFrameLayout->addLayout( layout2 ); | 106 | mCriteriaFrameLayout->addLayout( layout2 ); |
108 | FilterEdit_baseLayout->addWidget( mCriteriaFrame ); | 107 | FilterEdit_baseLayout->addWidget( mCriteriaFrame ); |
109 | languageChange(); | 108 | languageChange(); |
110 | resize( QSize(351, 275).expandedTo(minimumSizeHint()) ); | 109 | resize( QSize(324, 281).expandedTo(minimumSizeHint()) ); |
111 | clearWState( WState_Polished ); | 110 | clearWState( WState_Polished ); |
112 | } | 111 | } |
113 | 112 | ||
114 | /* | 113 | /* |
115 | * Destroys the object and frees any allocated resources | 114 | * Destroys the object and frees any allocated resources |
116 | */ | 115 | */ |
diff --git a/korganizer/filteredit_base.h b/korganizer/filteredit_base.h index 0c2988a..6d8780e 100644 --- a/korganizer/filteredit_base.h +++ b/korganizer/filteredit_base.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Form interface generated from reading ui file 'filteredit_base.ui' | 2 | ** Form interface generated from reading ui file 'filteredit_base.ui' |
3 | ** | 3 | ** |
4 | ** Created: So Jan 16 11:23:21 2005 | 4 | ** Created: So Jan 16 11:40:31 2005 |
5 | ** by: The User Interface Compiler ($Id$) | 5 | ** by: The User Interface Compiler ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | ****************************************************************************/ | 8 | ****************************************************************************/ |
9 | 9 | ||
10 | #ifndef FILTEREDIT_BASE_H | 10 | #ifndef FILTEREDIT_BASE_H |
@@ -49,15 +49,12 @@ public: | |||
49 | QCheckBox* mJournalCheck; | 49 | QCheckBox* mJournalCheck; |
50 | QLabel* textLabel2; | 50 | QLabel* textLabel2; |
51 | QCheckBox* mPublicCheck; | 51 | QCheckBox* mPublicCheck; |
52 | QCheckBox* mPrivateCheck; | 52 | QCheckBox* mPrivateCheck; |
53 | QCheckBox* mConfidentialCheck; | 53 | QCheckBox* mConfidentialCheck; |
54 | 54 | ||
55 | public slots: | ||
56 | virtual void updateFilter(); | ||
57 | |||
58 | protected: | 55 | protected: |
59 | QVBoxLayout* FilterEdit_baseLayout; | 56 | QVBoxLayout* FilterEdit_baseLayout; |
60 | QVBoxLayout* mCriteriaFrameLayout; | 57 | QVBoxLayout* mCriteriaFrameLayout; |
61 | QGridLayout* ButtonGroup1Layout; | 58 | QGridLayout* ButtonGroup1Layout; |
62 | QHBoxLayout* layout4; | 59 | QHBoxLayout* layout4; |
63 | QHBoxLayout* layout7; | 60 | QHBoxLayout* layout7; |
diff --git a/korganizer/filteredit_base.ui b/korganizer/filteredit_base.ui index 2436f57..b093b00 100644 --- a/korganizer/filteredit_base.ui +++ b/korganizer/filteredit_base.ui | |||
@@ -5,14 +5,14 @@ | |||
5 | <cstring>FilterEdit_base</cstring> | 5 | <cstring>FilterEdit_base</cstring> |
6 | </property> | 6 | </property> |
7 | <property name="geometry"> | 7 | <property name="geometry"> |
8 | <rect> | 8 | <rect> |
9 | <x>0</x> | 9 | <x>0</x> |
10 | <y>0</y> | 10 | <y>0</y> |
11 | <width>351</width> | 11 | <width>324</width> |
12 | <height>275</height> | 12 | <height>281</height> |
13 | </rect> | 13 | </rect> |
14 | </property> | 14 | </property> |
15 | <property name="caption"> | 15 | <property name="caption"> |
16 | <string>FilterEditor</string> | 16 | <string>FilterEditor</string> |
17 | </property> | 17 | </property> |
18 | <property name="layoutMargin" stdset="0"> | 18 | <property name="layoutMargin" stdset="0"> |
@@ -237,14 +237,8 @@ | |||
237 | </hbox> | 237 | </hbox> |
238 | </widget> | 238 | </widget> |
239 | </vbox> | 239 | </vbox> |
240 | </widget> | 240 | </widget> |
241 | </vbox> | 241 | </vbox> |
242 | </widget> | 242 | </widget> |
243 | <includes> | ||
244 | <include location="local" impldecl="in implementation">filteredit_base.ui.h</include> | ||
245 | </includes> | ||
246 | <slots> | ||
247 | <slot>updateFilter()</slot> | ||
248 | </slots> | ||
249 | <layoutdefaults spacing="6" margin="11"/> | 243 | <layoutdefaults spacing="6" margin="11"/> |
250 | </UI> | 244 | </UI> |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 628d84e..c2602b2 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -43,13 +43,13 @@ QMAKE_LINK += /NODEFAULTLIB:LIBC | |||
43 | OBJECTS_DIR = obj/win | 43 | OBJECTS_DIR = obj/win |
44 | MOC_DIR = moc/win | 44 | MOC_DIR = moc/win |
45 | } | 45 | } |
46 | 46 | ||
47 | 47 | ||
48 | INTERFACES = kofilterview_base.ui | 48 | INTERFACES = kofilterview_base.ui |
49 | # filteredit_base.ui | 49 | #filteredit_base.ui |
50 | 50 | ||
51 | # kdateedit.h \ | 51 | # kdateedit.h \ |
52 | 52 | ||
53 | HEADERS = \ | 53 | HEADERS = \ |
54 | filteredit_base.h \ | 54 | filteredit_base.h \ |
55 | alarmclient.h \ | 55 | alarmclient.h \ |