author | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
commit | b9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff) | |
tree | 2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /korganizer/publishdialog_base.h | |
download | kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2 |
Initial revision
Diffstat (limited to 'korganizer/publishdialog_base.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | korganizer/publishdialog_base.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/korganizer/publishdialog_base.h b/korganizer/publishdialog_base.h new file mode 100644 index 0000000..932474e --- a/dev/null +++ b/korganizer/publishdialog_base.h | |||
@@ -0,0 +1,60 @@ | |||
1 | /**************************************************************************** | ||
2 | ** Form interface generated from reading ui file '/build/kde/cvs/korge/kdepim/korganizer/publishdialog_base.ui' | ||
3 | ** | ||
4 | ** Created: Sat Mar 29 22:24:27 2003 | ||
5 | ** by: The User Interface Compiler () | ||
6 | ** | ||
7 | ** WARNING! All changes made in this file will be lost! | ||
8 | ****************************************************************************/ | ||
9 | |||
10 | #ifndef PUBLISHDIALOG_BASE_H | ||
11 | #define PUBLISHDIALOG_BASE_H | ||
12 | |||
13 | #include <qvariant.h> | ||
14 | #include <qdialog.h> | ||
15 | |||
16 | class QVBoxLayout; | ||
17 | class QHBoxLayout; | ||
18 | class QGridLayout; | ||
19 | class QFrame; | ||
20 | class QLabel; | ||
21 | class QLineEdit; | ||
22 | class QListView; | ||
23 | class QListViewItem; | ||
24 | class QPushButton; | ||
25 | |||
26 | class PublishDialog_base : public QDialog | ||
27 | { | ||
28 | Q_OBJECT | ||
29 | |||
30 | public: | ||
31 | PublishDialog_base( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | ||
32 | ~PublishDialog_base(); | ||
33 | |||
34 | QListView* mAddressListView; | ||
35 | QLabel* TextLabel1; | ||
36 | QLabel* TextLabel2; | ||
37 | QLineEdit* mEmailLineEdit; | ||
38 | QLineEdit* mNameLineEdit; | ||
39 | QPushButton* PushButton10; | ||
40 | QPushButton* PushButton12; | ||
41 | QPushButton* PushButton11; | ||
42 | QFrame* Line2; | ||
43 | QPushButton* PushButton9; | ||
44 | QPushButton* PushButton8; | ||
45 | |||
46 | protected: | ||
47 | QGridLayout* PublishDialog_baseLayout; | ||
48 | QHBoxLayout* layout95; | ||
49 | |||
50 | protected slots: | ||
51 | virtual void languageChange(); | ||
52 | |||
53 | virtual void addItem(); | ||
54 | virtual void removeItem(); | ||
55 | virtual void openAddressbook(); | ||
56 | virtual void updateItem(); | ||
57 | |||
58 | }; | ||
59 | |||
60 | #endif // PUBLISHDIALOG_BASE_H | ||