summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
Unidiff
Diffstat (limited to 'core/pim/addressbook/contacteditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h
index a799672..a58a860 100644
--- a/core/pim/addressbook/contacteditor.h
+++ b/core/pim/addressbook/contacteditor.h
@@ -74,27 +74,29 @@ class ContactEditor : public QDialog {
74 private: 74 private:
75 void init(); 75 void init();
76 void initMap(); 76 void initMap();
77 void saveEntry(); 77 void saveEntry();
78 bool isEmpty(); 78 bool isEmpty();
79 void cleanupFields(); 79 void cleanupFields();
80 QString parseName( QString fullName, int type ); 80 QString parseName( QString fullName, int type );
81 81
82 private slots: 82 private slots:
83 void slotChooser1Change( const QString &textChanged ); 83 void slotChooser1Change( const QString &textChanged );
84 void slotChooser2Change( const QString &textChanged ); 84 void slotChooser2Change( const QString &textChanged );
85 void slotChooser3Change( const QString &textChanged ); 85 void slotChooser3Change( const QString &textChanged );
86 void slotChooser4Change( const QString &textChanged );
86 void slotCmbChooser1Change( int index ); 87 void slotCmbChooser1Change( int index );
87 void slotCmbChooser2Change( int index ); 88 void slotCmbChooser2Change( int index );
88 void slotCmbChooser3Change( int index ); 89 void slotCmbChooser3Change( int index );
90 void slotCmbChooser4Change( int index );
89 void slotAddressTypeChange( int index ); 91 void slotAddressTypeChange( int index );
90 void slotAddressChange( const QString &textChanged ); 92 void slotAddressChange( const QString &textChanged );
91 void slotAddress2Change( const QString &textChanged ); 93 void slotAddress2Change( const QString &textChanged );
92 void slotPOBoxChange( const QString &textChanged ); 94 void slotPOBoxChange( const QString &textChanged );
93 void slotCityChange( const QString &textChanged ); 95 void slotCityChange( const QString &textChanged );
94 void slotStateChange( const QString &textChanged ); 96 void slotStateChange( const QString &textChanged );
95 void slotZipChange( const QString &textChanged ); 97 void slotZipChange( const QString &textChanged );
96 void slotCountryChange( const QString &textChanged ); 98 void slotCountryChange( const QString &textChanged );
97 void slotFullNameChange( const QString &textChanged ); 99 void slotFullNameChange( const QString &textChanged );
98 100
99 private: 101 private:
100 bool useFullName, hasGender, hasTitle, hasCompany, hasNotes, hasStreet, hasStreet2, hasPOBox, hasCity, hasState, hasZip, hasCountry; 102 bool useFullName, hasGender, hasTitle, hasCompany, hasNotes, hasStreet, hasStreet2, hasPOBox, hasCity, hasState, hasZip, hasCountry;
@@ -125,27 +127,29 @@ class ContactEditor : public QDialog {
125 QLineEdit *txtSuffix; 127 QLineEdit *txtSuffix;
126 128
127 QTabWidget *tabMain; 129 QTabWidget *tabMain;
128 QScrollView *svGeneral; 130 QScrollView *svGeneral;
129 QPushButton *btnFullName; 131 QPushButton *btnFullName;
130 QPushButton *btnNote; 132 QPushButton *btnNote;
131 QLineEdit *txtFullName; 133 QLineEdit *txtFullName;
132 QLineEdit *txtJobTitle; 134 QLineEdit *txtJobTitle;
133 QLineEdit *txtOrganization; 135 QLineEdit *txtOrganization;
134 QLineEdit *txtChooserField1; 136 QLineEdit *txtChooserField1;
135 QLineEdit *txtChooserField2; 137 QLineEdit *txtChooserField2;
136 QLineEdit *txtChooserField3; 138 QLineEdit *txtChooserField3;
139 QLineEdit *txtChooserField4;
137 QComboBox *cmbChooserField1; 140 QComboBox *cmbChooserField1;
138 QComboBox *cmbChooserField2; 141 QComboBox *cmbChooserField2;
139 QComboBox *cmbChooserField3; 142 QComboBox *cmbChooserField3;
143 QComboBox *cmbChooserField4;
140 QComboBox *cmbFileAs; 144 QComboBox *cmbFileAs;
141 CategorySelect *cmbCat; 145 CategorySelect *cmbCat;
142 146
143 QScrollView *svAddress; 147 QScrollView *svAddress;
144 QLineEdit *txtAddress; 148 QLineEdit *txtAddress;
145 //QLineEdit *txtAddress2; 149 //QLineEdit *txtAddress2;
146 //QLineEdit *txtPOBox; 150 //QLineEdit *txtPOBox;
147 QLineEdit *txtCity; 151 QLineEdit *txtCity;
148 QLineEdit *txtState; 152 QLineEdit *txtState;
149 QLineEdit *txtZip; 153 QLineEdit *txtZip;
150 QComboBox *cmbAddress; 154 QComboBox *cmbAddress;
151 QComboBox *cmbCountry; 155 QComboBox *cmbCountry;