-rw-r--r-- | kmicromail/koprefsdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kmicromail/koprefsdialog.h b/kmicromail/koprefsdialog.h index 4b6bd4b..615574b 100644 --- a/kmicromail/koprefsdialog.h +++ b/kmicromail/koprefsdialog.h | |||
@@ -1,176 +1,179 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | #ifndef _KOPREFSDIALOG_H | 23 | #ifndef _KOPREFSDIALOG_H |
24 | #define _KOPREFSDIALOG_H | 24 | #define _KOPREFSDIALOG_H |
25 | 25 | ||
26 | #include <qframe.h> | 26 | #include <qframe.h> |
27 | #include <qdict.h> | 27 | #include <qdict.h> |
28 | #include <qcolor.h> | 28 | #include <qcolor.h> |
29 | #include <qlistview.h> | 29 | #include <qlistview.h> |
30 | 30 | ||
31 | #include <kdialogbase.h> | 31 | #include <kdialogbase.h> |
32 | 32 | ||
33 | #include <libkdepim/kprefsdialog.h> | 33 | #include <libkdepim/kprefsdialog.h> |
34 | #include <libkdepim/kdateedit.h> | 34 | #include <libkdepim/kdateedit.h> |
35 | #include <kcmconfigs/kdepimconfigwidget.h> | ||
35 | 36 | ||
36 | class KColorButton; | 37 | class KColorButton; |
37 | class QSpinBox; | 38 | class QSpinBox; |
38 | class QSlider; | 39 | class QSlider; |
39 | class KURLRequester; | 40 | class KURLRequester; |
40 | class QComboBox; | 41 | class QComboBox; |
41 | class QLineEdit; | 42 | class QLineEdit; |
42 | class QStringList; | 43 | class QStringList; |
43 | 44 | ||
44 | /** Dialog to change the korganizer configuration. | 45 | /** Dialog to change the korganizer configuration. |
45 | */ | 46 | */ |
46 | class KOPrefsDialog : public KPrefsDialog | 47 | class KOPrefsDialog : public KPrefsDialog |
47 | { | 48 | { |
48 | Q_OBJECT | 49 | Q_OBJECT |
49 | public: | 50 | public: |
50 | /** Initialize dialog and pages */ | 51 | /** Initialize dialog and pages */ |
51 | KOPrefsDialog(QWidget *parent=0,char *name=0,bool modal=false); | 52 | KOPrefsDialog(QWidget *parent=0,char *name=0,bool modal=false); |
52 | ~KOPrefsDialog(); | 53 | ~KOPrefsDialog(); |
53 | 54 | ||
54 | protected: | 55 | protected: |
55 | void usrReadConfig(); | 56 | void usrReadConfig(); |
56 | void usrWriteConfig(); | 57 | void usrWriteConfig(); |
57 | 58 | ||
58 | void setupMainTab(); | 59 | void setupMainTab(); |
60 | void setupGlobalTab(); | ||
59 | void setupMailTab(); | 61 | void setupMailTab(); |
60 | void setupFontsTab(); | 62 | void setupFontsTab(); |
61 | private: | 63 | private: |
64 | KDEPIMConfigWidget* kdelibcfg; | ||
62 | QLineEdit *mNameEdit; | 65 | QLineEdit *mNameEdit; |
63 | QLineEdit *mEmailEdit; | 66 | QLineEdit *mEmailEdit; |
64 | QLabel *mNameLabel; | 67 | QLabel *mNameLabel; |
65 | QLabel *mEmailLabel; | 68 | QLabel *mEmailLabel; |
66 | #if 0 | 69 | #if 0 |
67 | /* | 70 | /* |
68 | public slots: | 71 | public slots: |
69 | void showPrinterTab(); | 72 | void showPrinterTab(); |
70 | 73 | ||
71 | 74 | ||
72 | void updateCategories(); | 75 | void updateCategories(); |
73 | void showSyncPage(); | 76 | void showSyncPage(); |
74 | protected slots: | 77 | protected slots: |
75 | void selectSoundFile(); | 78 | void selectSoundFile(); |
76 | void setCategoryColor(); | 79 | void setCategoryColor(); |
77 | void updateCategoryColor(); | 80 | void updateCategoryColor(); |
78 | void updateTimezoneOffset( int ); | 81 | void updateTimezoneOffset( int ); |
79 | 82 | ||
80 | 83 | ||
81 | void warningExperimental(bool on); | 84 | void warningExperimental(bool on); |
82 | void warningGroupScheduling(); | 85 | void warningGroupScheduling(); |
83 | void warningProjectView(); | 86 | void warningProjectView(); |
84 | 87 | ||
85 | void toggleEmailSettings(bool); | 88 | void toggleEmailSettings(bool); |
86 | 89 | ||
87 | //additional emails | 90 | //additional emails |
88 | void addItem(); | 91 | void addItem(); |
89 | void removeItem(); | 92 | void removeItem(); |
90 | void updateItem(); | 93 | void updateItem(); |
91 | void updateInput(); | 94 | void updateInput(); |
92 | */ | 95 | */ |
93 | protected: | 96 | protected: |
94 | void usrReadConfig(); | 97 | void usrReadConfig(); |
95 | void usrWriteConfig(); | 98 | void usrWriteConfig(); |
96 | 99 | ||
97 | void setupMainTab(); | 100 | void setupMainTab(); |
98 | void setupTimeTab(); | 101 | void setupTimeTab(); |
99 | void setupTimeZoneTab(); | 102 | void setupTimeZoneTab(); |
100 | void setupLocaleTab(); | 103 | void setupLocaleTab(); |
101 | void setupLocaleDateTab(); | 104 | void setupLocaleDateTab(); |
102 | void setupFontsTab(); | 105 | void setupFontsTab(); |
103 | void setupColorsTab(); | 106 | void setupColorsTab(); |
104 | void setupViewsTab(); | 107 | void setupViewsTab(); |
105 | void setupDisplayTab(); | 108 | void setupDisplayTab(); |
106 | void setupPrinterTab(); | 109 | void setupPrinterTab(); |
107 | void setupGroupSchedulingTab(); | 110 | void setupGroupSchedulingTab(); |
108 | void setupGroupAutomationTab(); | 111 | void setupGroupAutomationTab(); |
109 | void setupSyncTab(); | 112 | void setupSyncTab(); |
110 | void setupSyncAlgTab(); | 113 | void setupSyncAlgTab(); |
111 | 114 | ||
112 | void setCombo(QComboBox *combo,const QString & text, const QStringList *tags = 0); | 115 | void setCombo(QComboBox *combo,const QString & text, const QStringList *tags = 0); |
113 | 116 | ||
114 | 117 | ||
115 | private: | 118 | private: |
116 | KPrefsWidBool *mEnableGroupScheduling; | 119 | KPrefsWidBool *mEnableGroupScheduling; |
117 | KPrefsWidBool *mEnableProjectView; | 120 | KPrefsWidBool *mEnableProjectView; |
118 | 121 | ||
119 | QFrame *mPrinterTab; | 122 | QFrame *mPrinterTab; |
120 | 123 | ||
121 | QLineEdit *nameEdit; | 124 | QLineEdit *nameEdit; |
122 | QLineEdit *emailEdit; | 125 | QLineEdit *emailEdit; |
123 | 126 | ||
124 | QComboBox *timeCombo; | 127 | QComboBox *timeCombo; |
125 | QComboBox *tzCombo; | 128 | QComboBox *tzCombo; |
126 | 129 | ||
127 | // widgets holding preferences data | 130 | // widgets holding preferences data |
128 | QLineEdit *mNameEdit; | 131 | QLineEdit *mNameEdit; |
129 | QLineEdit *mEmailEdit; | 132 | QLineEdit *mEmailEdit; |
130 | QLabel *mNameLabel; | 133 | QLabel *mNameLabel; |
131 | QLabel *mEmailLabel; | 134 | QLabel *mEmailLabel; |
132 | QLineEdit *mAdditionalEdit; | 135 | QLineEdit *mAdditionalEdit; |
133 | QSpinBox *mAutoSaveIntervalSpin; | 136 | QSpinBox *mAutoSaveIntervalSpin; |
134 | QSpinBox *mPrioSpin; | 137 | QSpinBox *mPrioSpin; |
135 | // QListView *mAMails; | 138 | // QListView *mAMails; |
136 | QLineEdit *aEmailsEdit; | 139 | QLineEdit *aEmailsEdit; |
137 | 140 | ||
138 | QComboBox *mTimeZoneCombo; | 141 | QComboBox *mTimeZoneCombo; |
139 | QStringList tzonenames; | 142 | QStringList tzonenames; |
140 | QSpinBox *mStartTimeSpin; | 143 | QSpinBox *mStartTimeSpin; |
141 | QSpinBox *mDefaultDurationSpin; | 144 | QSpinBox *mDefaultDurationSpin; |
142 | QComboBox *mAlarmTimeCombo; | 145 | QComboBox *mAlarmTimeCombo; |
143 | 146 | ||
144 | QComboBox *mCategoryCombo; | 147 | QComboBox *mCategoryCombo; |
145 | KColorButton *mCategoryButton; | 148 | KColorButton *mCategoryButton; |
146 | QDict<QColor> mCategoryDict; | 149 | QDict<QColor> mCategoryDict; |
147 | 150 | ||
148 | QSlider *mHourSizeSlider; | 151 | QSlider *mHourSizeSlider; |
149 | 152 | ||
150 | QSpinBox *mNextXDaysSpin; | 153 | QSpinBox *mNextXDaysSpin; |
151 | QSpinBox *mWhatsNextSpin; | 154 | QSpinBox *mWhatsNextSpin; |
152 | 155 | ||
153 | QLineEdit * mRemoteIPEdit; | 156 | QLineEdit * mRemoteIPEdit; |
154 | QLineEdit * mRemoteUser; | 157 | QLineEdit * mRemoteUser; |
155 | QLineEdit * mRemotePassWd; | 158 | QLineEdit * mRemotePassWd; |
156 | QLineEdit * mRemoteFile; | 159 | QLineEdit * mRemoteFile; |
157 | QLineEdit * mLocalTempFile; | 160 | QLineEdit * mLocalTempFile; |
158 | QWidget* mSetupSyncAlgTab; | 161 | QWidget* mSetupSyncAlgTab; |
159 | QLineEdit * mUserDateFormatLong; | 162 | QLineEdit * mUserDateFormatLong; |
160 | QLineEdit * mUserDateFormatShort; | 163 | QLineEdit * mUserDateFormatShort; |
161 | 164 | ||
162 | QSpinBox *mTimezoneOffsetSpin; | 165 | QSpinBox *mTimezoneOffsetSpin; |
163 | QSpinBox *mDaylightsavingStart; | 166 | QSpinBox *mDaylightsavingStart; |
164 | QSpinBox *mDaylightsavingEnd; | 167 | QSpinBox *mDaylightsavingEnd; |
165 | KDateEdit* mStartDateSavingEdit; | 168 | KDateEdit* mStartDateSavingEdit; |
166 | KDateEdit* mEndDateSavingEdit; | 169 | KDateEdit* mEndDateSavingEdit; |
167 | QSpinBox * mAlarmPlayBeeps; | 170 | QSpinBox * mAlarmPlayBeeps; |
168 | QSpinBox * mAlarmSuspendTime; | 171 | QSpinBox * mAlarmSuspendTime; |
169 | QSpinBox * mAlarmSuspendCount; | 172 | QSpinBox * mAlarmSuspendCount; |
170 | QSpinBox * mAlarmBeepInterval; | 173 | QSpinBox * mAlarmBeepInterval; |
171 | 174 | ||
172 | QLineEdit * mDefaultAlarmFile; | 175 | QLineEdit * mDefaultAlarmFile; |
173 | #endif | 176 | #endif |
174 | }; | 177 | }; |
175 | 178 | ||
176 | #endif | 179 | #endif |