summaryrefslogtreecommitdiffabout
path: root/korganizer
authorzautrix <zautrix>2005-01-16 10:42:53 (UTC)
committer zautrix <zautrix>2005-01-16 10:42:53 (UTC)
commit92b8de5ff678bddf69b9f0a45c1d90829c50c592 (patch) (unidiff)
tree7512b349a77910d7eb6112c68d2d6f3fa3ef5f0f /korganizer
parent5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (diff)
downloadkdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.zip
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.gz
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.bz2
filter edit fix
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/filteredit_base.cpp5
-rw-r--r--korganizer/filteredit_base.h5
-rw-r--r--korganizer/filteredit_base.ui10
-rw-r--r--korganizer/korganizer.pro2
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,35 +1,34 @@
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"
11 11
12#include <qvariant.h> 12#include <qvariant.h>
13#include <qpushbutton.h> 13#include <qpushbutton.h>
14#include <qframe.h> 14#include <qframe.h>
15#include <qbuttongroup.h> 15#include <qbuttongroup.h>
16#include <qradiobutton.h> 16#include <qradiobutton.h>
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 */
29FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) 28FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl )
30 : QWidget( parent, name, fl ) 29 : QWidget( parent, name, fl )
31{ 30{
32 if ( !name ) 31 if ( !name )
33 setName( "FilterEdit_base" ); 32 setName( "FilterEdit_base" );
34 FilterEdit_baseLayout = new QVBoxLayout( this, 0, 0, "FilterEdit_baseLayout"); 33 FilterEdit_baseLayout = new QVBoxLayout( this, 0, 0, "FilterEdit_baseLayout");
35 34
@@ -98,25 +97,25 @@ FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl )
98 mPublicCheck = new QCheckBox( mCriteriaFrame, "mPublicCheck" ); 97 mPublicCheck = new QCheckBox( mCriteriaFrame, "mPublicCheck" );
99 layout2->addWidget( mPublicCheck ); 98 layout2->addWidget( mPublicCheck );
100 99
101 mPrivateCheck = new QCheckBox( mCriteriaFrame, "mPrivateCheck" ); 100 mPrivateCheck = new QCheckBox( mCriteriaFrame, "mPrivateCheck" );
102 layout2->addWidget( mPrivateCheck ); 101 layout2->addWidget( mPrivateCheck );
103 102
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 */
117FilterEdit_base::~FilterEdit_base() 116FilterEdit_base::~FilterEdit_base()
118{ 117{
119 // no need to delete child widgets, Qt does it all for us 118 // no need to delete child widgets, Qt does it all for us
120} 119}
121 120
122/* 121/*
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,16 +1,16 @@
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
11#define FILTEREDIT_BASE_H 11#define FILTEREDIT_BASE_H
12 12
13#include <qvariant.h> 13#include <qvariant.h>
14#include <qwidget.h> 14#include <qwidget.h>
15 15
16class QVBoxLayout; 16class QVBoxLayout;
@@ -43,27 +43,24 @@ public:
43 QLabel* textLabel1; 43 QLabel* textLabel1;
44 QCheckBox* mRecurringCheck; 44 QCheckBox* mRecurringCheck;
45 QCheckBox* mCompletedCheck; 45 QCheckBox* mCompletedCheck;
46 QLabel* textLabel1_2; 46 QLabel* textLabel1_2;
47 QCheckBox* mEventCheck; 47 QCheckBox* mEventCheck;
48 QCheckBox* mTodoCheck; 48 QCheckBox* mTodoCheck;
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
55public slots:
56 virtual void updateFilter();
57
58protected: 55protected:
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;
64 QHBoxLayout* layout9; 61 QHBoxLayout* layout9;
65 QHBoxLayout* layout2; 62 QHBoxLayout* layout2;
66 63
67protected slots: 64protected slots:
68 virtual void languageChange(); 65 virtual void languageChange();
69 66
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
@@ -1,24 +1,24 @@
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> 1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>FilterEdit_base</class> 2<class>FilterEdit_base</class>
3<widget class="QWidget"> 3<widget class="QWidget">
4 <property name="name"> 4 <property name="name">
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">
19 </property> 19 </property>
20 <property name="layoutSpacing" stdset="0"> 20 <property name="layoutSpacing" stdset="0">
21 </property> 21 </property>
22 <vbox> 22 <vbox>
23 <property name="name"> 23 <property name="name">
24 <cstring>unnamed</cstring> 24 <cstring>unnamed</cstring>
@@ -231,20 +231,14 @@
231 <string>confidential</string> 231 <string>confidential</string>
232 </property> 232 </property>
233 <property name="checked"> 233 <property name="checked">
234 <bool>false</bool> 234 <bool>false</bool>
235 </property> 235 </property>
236 </widget> 236 </widget>
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
@@ -37,25 +37,25 @@ LIBS += ../libical/lib/ical.lib
37LIBS += ../libical/lib/icalss.lib 37LIBS += ../libical/lib/icalss.lib
38#LIBS += atls.lib 38#LIBS += atls.lib
39LIBS += mfc71u.lib 39LIBS += mfc71u.lib
40QMAKE_LINK += /NODEFAULTLIB:LIBC 40QMAKE_LINK += /NODEFAULTLIB:LIBC
41#QMAKE_LINK += /NODEFAULTLIB:MSVCRT 41#QMAKE_LINK += /NODEFAULTLIB:MSVCRT
42#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib 42#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib
43OBJECTS_DIR = obj/win 43OBJECTS_DIR = obj/win
44MOC_DIR = moc/win 44MOC_DIR = moc/win
45} 45}
46 46
47 47
48INTERFACES = kofilterview_base.ui 48INTERFACES = kofilterview_base.ui
49# filteredit_base.ui 49#filteredit_base.ui
50 50
51# kdateedit.h \ 51# kdateedit.h \
52 52
53HEADERS = \ 53HEADERS = \
54 filteredit_base.h \ 54 filteredit_base.h \
55 alarmclient.h \ 55 alarmclient.h \
56 calendarview.h \ 56 calendarview.h \
57 customlistviewitem.h \ 57 customlistviewitem.h \
58 datenavigator.h \ 58 datenavigator.h \
59 docprefs.h \ 59 docprefs.h \
60 filtereditdialog.h \ 60 filtereditdialog.h \
61 incomingdialog.h \ 61 incomingdialog.h \